Package jnr.a64asm

Class 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 operand
      static int OP_OFFSET
      Operand is offset
      static int OP_POSTINDEX
      Operand is
      static int OP_PREFOP
      Operand is prefetch operation.
      static int OP_PREINDEX
      Operand is
      static int OP_PRFOP
      Operand is PRFop
      static 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait