Package jnr.a64asm
Class OP
java.lang.Object
jnr.a64asm.OP
Operand types that can be encoded in Op operand
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Operand is variable.static final int
Operand is variable.static final int
Operand is immediate.static final int
Operand is label.static final int
Operand is memory.static final int
Invalid operandstatic final int
Operand is offsetstatic final int
Operand isstatic final int
Operand is prefetch operation.static final int
Operand isstatic final int
Operand is PRFopstatic final int
Operand is variable.static final int
Operand is register.static final int
Operand is variable.static final int
Operand is variable.static final int
Operand is variable. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OP_NONE
public static final int OP_NONEInvalid operand- See Also:
-
OP_REG
public static final int OP_REGOperand is register.- See Also:
-
OP_MEM
public static final int OP_MEMOperand is memory.- See Also:
-
OP_IMM
public static final int OP_IMMOperand is immediate.- See Also:
-
OP_LABEL
public static final int OP_LABELOperand is label.- See Also:
-
OP_EXT
public static final int OP_EXTOperand is variable.- See Also:
-
OP_SHIFT
public static final int OP_SHIFTOperand is variable.- See Also:
-
OP_COND
public static final int OP_CONDOperand is variable.- See Also:
-
OP_PSTATEFIELD
public static final int OP_PSTATEFIELDOperand is variable.- See Also:
-
OP_SYSREG
public static final int OP_SYSREGOperand is variable.- See Also:
-
OP_VAR
public static final int OP_VAROperand is variable.- See Also:
-
OP_PREFOP
public static final int OP_PREFOPOperand is prefetch operation.- See Also:
-
OP_PREINDEX
public static final int OP_PREINDEXOperand is- See Also:
-
OP_POSTINDEX
public static final int OP_POSTINDEXOperand is- See Also:
-
OP_OFFSET
public static final int OP_OFFSETOperand is offset- See Also:
-
OP_PRFOP
public static final int OP_PRFOPOperand is PRFop- See Also:
-
-
Constructor Details
-
OP
private OP()
-