Package jnr.a64asm
Class OP
- java.lang.Object
-
- jnr.a64asm.OP
-
public final class OP extends java.lang.Object
Operand types that can be encoded in Op operand
-
-
Field Summary
Fields Modifier and Type Field Description static int
OP_COND
Operand is variable.static int
OP_EXT
Operand is variable.static int
OP_IMM
Operand is immediate.static int
OP_LABEL
Operand is label.static int
OP_MEM
Operand is memory.static int
OP_NONE
Invalid operandstatic int
OP_OFFSET
Operand is offsetstatic int
OP_POSTINDEX
Operand isstatic int
OP_PREFOP
Operand is prefetch operation.static int
OP_PREINDEX
Operand isstatic int
OP_PRFOP
Operand is PRFopstatic int
OP_PSTATEFIELD
Operand is variable.static int
OP_REG
Operand is register.static int
OP_SHIFT
Operand is variable.static int
OP_SYSREG
Operand is variable.static int
OP_VAR
Operand is variable.
-
Constructor Summary
Constructors Modifier Constructor Description private
OP()
-
-
-
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
-
-