Package jnr.a64asm
Class OP
- java.lang.Object
-
- jnr.a64asm.OP
-
public final class OP extends java.lang.ObjectOperand types that can be encoded in Op operand
-
-
Field Summary
Fields Modifier and Type Field Description static intOP_CONDOperand is variable.static intOP_EXTOperand is variable.static intOP_IMMOperand is immediate.static intOP_LABELOperand is label.static intOP_MEMOperand is memory.static intOP_NONEInvalid operandstatic intOP_OFFSETOperand is offsetstatic intOP_POSTINDEXOperand isstatic intOP_PREFOPOperand is prefetch operation.static intOP_PREINDEXOperand isstatic intOP_PRFOPOperand is PRFopstatic intOP_PSTATEFIELDOperand is variable.static intOP_REGOperand is register.static intOP_SHIFTOperand is variable.static intOP_SYSREGOperand is variable.static intOP_VAROperand is variable.
-
Constructor Summary
Constructors Modifier Constructor Description privateOP()
-
-
-
Field Detail
-
OP_NONE
public static final int OP_NONE
Invalid operand- See Also:
- Constant Field Values
-
OP_REG
public static final int OP_REG
Operand is register.- See Also:
- Constant Field Values
-
OP_MEM
public static final int OP_MEM
Operand is memory.- See Also:
- Constant Field Values
-
OP_IMM
public static final int OP_IMM
Operand is immediate.- See Also:
- Constant Field Values
-
OP_LABEL
public static final int OP_LABEL
Operand is label.- See Also:
- Constant Field Values
-
OP_EXT
public static final int OP_EXT
Operand is variable.- See Also:
- Constant Field Values
-
OP_SHIFT
public static final int OP_SHIFT
Operand is variable.- See Also:
- Constant Field Values
-
OP_COND
public static final int OP_COND
Operand is variable.- See Also:
- Constant Field Values
-
OP_PSTATEFIELD
public static final int OP_PSTATEFIELD
Operand is variable.- See Also:
- Constant Field Values
-
OP_SYSREG
public static final int OP_SYSREG
Operand is variable.- See Also:
- Constant Field Values
-
OP_VAR
public static final int OP_VAR
Operand is variable.- See Also:
- Constant Field Values
-
OP_PREFOP
public static final int OP_PREFOP
Operand is prefetch operation.- See Also:
- Constant Field Values
-
OP_PREINDEX
public static final int OP_PREINDEX
Operand is- See Also:
- Constant Field Values
-
OP_POSTINDEX
public static final int OP_POSTINDEX
Operand is- See Also:
- Constant Field Values
-
OP_OFFSET
public static final int OP_OFFSET
Operand is offset- See Also:
- Constant Field Values
-
OP_PRFOP
public static final int OP_PRFOP
Operand is PRFop- See Also:
- Constant Field Values
-
-