public static class AMD64Assembler.AMD64ImmOp extends AMD64Assembler.AMD64Op
Modifier and Type | Field and Description |
---|---|
private boolean |
immIsByte |
P_0F, P_0F38, P_0F3A
Modifier | Constructor and Description |
---|---|
protected |
AMD64ImmOp(String opcode,
boolean immIsByte,
int prefix,
int op,
AMD64Assembler.OpAssertion assertion) |
Modifier and Type | Method and Description |
---|---|
protected void |
emitImmediate(AMD64Assembler asm,
AMD64Assembler.OperandSize size,
int imm) |
emitOpcode, toString, verify
private final boolean immIsByte
protected AMD64ImmOp(String opcode, boolean immIsByte, int prefix, int op, AMD64Assembler.OpAssertion assertion)
protected final void emitImmediate(AMD64Assembler asm, AMD64Assembler.OperandSize size, int imm)