Add x86_push and x86_pop instructions.

This commit is contained in:
Tyler McMullen
2017-11-22 12:25:01 -08:00
committed by Jakob Stoklund Olesen
parent 04f6ccabe5
commit 8ed37e352e
6 changed files with 20 additions and 1 deletions

View File

@@ -120,6 +120,7 @@ pub enum InstructionData {
},
Ternary { opcode: Opcode, args: [Value; 3] },
MultiAry { opcode: Opcode, args: ValueList },
NullAry { opcode: Opcode },
InsertLane {
opcode: Opcode,
lane: Uimm8,