org.jikesrvm.compilers.opt.ir
Interface Operators
- All Known Implementing Classes:
- ArchitectureSpecificOpt.AssemblerOpt, ArchitectureSpecificOpt.BURS_STATE, ArchitectureSpecificOpt.CallingConvention, ArchitectureSpecificOpt.ConvertALUOperators, ArchitectureSpecificOpt.GenerateMachineSpecificMagic, ArchitectureSpecificOpt.NormalizeConstants, ArchitectureSpecificOpt.RegisterPool, ArchitectureSpecificOpt.RegisterPreferences, ArchitectureSpecificOpt.RegisterRestrictions, AssemblerBase, AssemblerOpt, BC2IR, BURS_STATE, CallingConvention, ConvertALUOperators, CounterArrayManager, ExpandFPRStackConvention, GenerateMachineSpecificMagic, GenerationContext, Instruction, LinearScan.IntervalAnalysis, LinearScan.LinearScanPhase, LinearScan.SpillCode, MIRSplitRanges, NormalizeConstants, OperatorClass, RegisterPool, RegisterPreferences, RegisterRestrictions
public interface Operators
Interface with all operator names and opcodes.
- See Also:
Operator
helper
static final MachineSpecificIR helper
GET_CAUGHT_EXCEPTION_opcode
static final char GET_CAUGHT_EXCEPTION_opcode
- See Also:
- Constant Field Values
SET_CAUGHT_EXCEPTION_opcode
static final char SET_CAUGHT_EXCEPTION_opcode
- See Also:
- Constant Field Values
NEW_opcode
static final char NEW_opcode
- See Also:
- Constant Field Values
NEW_UNRESOLVED_opcode
static final char NEW_UNRESOLVED_opcode
- See Also:
- Constant Field Values
NEWARRAY_opcode
static final char NEWARRAY_opcode
- See Also:
- Constant Field Values
NEWARRAY_UNRESOLVED_opcode
static final char NEWARRAY_UNRESOLVED_opcode
- See Also:
- Constant Field Values
ATHROW_opcode
static final char ATHROW_opcode
- See Also:
- Constant Field Values
CHECKCAST_opcode
static final char CHECKCAST_opcode
- See Also:
- Constant Field Values
CHECKCAST_NOTNULL_opcode
static final char CHECKCAST_NOTNULL_opcode
- See Also:
- Constant Field Values
CHECKCAST_UNRESOLVED_opcode
static final char CHECKCAST_UNRESOLVED_opcode
- See Also:
- Constant Field Values
MUST_IMPLEMENT_INTERFACE_opcode
static final char MUST_IMPLEMENT_INTERFACE_opcode
- See Also:
- Constant Field Values
INSTANCEOF_opcode
static final char INSTANCEOF_opcode
- See Also:
- Constant Field Values
INSTANCEOF_NOTNULL_opcode
static final char INSTANCEOF_NOTNULL_opcode
- See Also:
- Constant Field Values
INSTANCEOF_UNRESOLVED_opcode
static final char INSTANCEOF_UNRESOLVED_opcode
- See Also:
- Constant Field Values
MONITORENTER_opcode
static final char MONITORENTER_opcode
- See Also:
- Constant Field Values
MONITOREXIT_opcode
static final char MONITOREXIT_opcode
- See Also:
- Constant Field Values
NEWOBJMULTIARRAY_opcode
static final char NEWOBJMULTIARRAY_opcode
- See Also:
- Constant Field Values
GETSTATIC_opcode
static final char GETSTATIC_opcode
- See Also:
- Constant Field Values
PUTSTATIC_opcode
static final char PUTSTATIC_opcode
- See Also:
- Constant Field Values
GETFIELD_opcode
static final char GETFIELD_opcode
- See Also:
- Constant Field Values
PUTFIELD_opcode
static final char PUTFIELD_opcode
- See Also:
- Constant Field Values
INT_ZERO_CHECK_opcode
static final char INT_ZERO_CHECK_opcode
- See Also:
- Constant Field Values
LONG_ZERO_CHECK_opcode
static final char LONG_ZERO_CHECK_opcode
- See Also:
- Constant Field Values
BOUNDS_CHECK_opcode
static final char BOUNDS_CHECK_opcode
- See Also:
- Constant Field Values
OBJARRAY_STORE_CHECK_opcode
static final char OBJARRAY_STORE_CHECK_opcode
- See Also:
- Constant Field Values
OBJARRAY_STORE_CHECK_NOTNULL_opcode
static final char OBJARRAY_STORE_CHECK_NOTNULL_opcode
- See Also:
- Constant Field Values
IG_PATCH_POINT_opcode
static final char IG_PATCH_POINT_opcode
- See Also:
- Constant Field Values
IG_CLASS_TEST_opcode
static final char IG_CLASS_TEST_opcode
- See Also:
- Constant Field Values
IG_METHOD_TEST_opcode
static final char IG_METHOD_TEST_opcode
- See Also:
- Constant Field Values
TABLESWITCH_opcode
static final char TABLESWITCH_opcode
- See Also:
- Constant Field Values
LOOKUPSWITCH_opcode
static final char LOOKUPSWITCH_opcode
- See Also:
- Constant Field Values
INT_ALOAD_opcode
static final char INT_ALOAD_opcode
- See Also:
- Constant Field Values
LONG_ALOAD_opcode
static final char LONG_ALOAD_opcode
- See Also:
- Constant Field Values
FLOAT_ALOAD_opcode
static final char FLOAT_ALOAD_opcode
- See Also:
- Constant Field Values
DOUBLE_ALOAD_opcode
static final char DOUBLE_ALOAD_opcode
- See Also:
- Constant Field Values
REF_ALOAD_opcode
static final char REF_ALOAD_opcode
- See Also:
- Constant Field Values
UBYTE_ALOAD_opcode
static final char UBYTE_ALOAD_opcode
- See Also:
- Constant Field Values
BYTE_ALOAD_opcode
static final char BYTE_ALOAD_opcode
- See Also:
- Constant Field Values
USHORT_ALOAD_opcode
static final char USHORT_ALOAD_opcode
- See Also:
- Constant Field Values
SHORT_ALOAD_opcode
static final char SHORT_ALOAD_opcode
- See Also:
- Constant Field Values
INT_ASTORE_opcode
static final char INT_ASTORE_opcode
- See Also:
- Constant Field Values
LONG_ASTORE_opcode
static final char LONG_ASTORE_opcode
- See Also:
- Constant Field Values
FLOAT_ASTORE_opcode
static final char FLOAT_ASTORE_opcode
- See Also:
- Constant Field Values
DOUBLE_ASTORE_opcode
static final char DOUBLE_ASTORE_opcode
- See Also:
- Constant Field Values
REF_ASTORE_opcode
static final char REF_ASTORE_opcode
- See Also:
- Constant Field Values
BYTE_ASTORE_opcode
static final char BYTE_ASTORE_opcode
- See Also:
- Constant Field Values
SHORT_ASTORE_opcode
static final char SHORT_ASTORE_opcode
- See Also:
- Constant Field Values
INT_IFCMP_opcode
static final char INT_IFCMP_opcode
- See Also:
- Constant Field Values
INT_IFCMP2_opcode
static final char INT_IFCMP2_opcode
- See Also:
- Constant Field Values
LONG_IFCMP_opcode
static final char LONG_IFCMP_opcode
- See Also:
- Constant Field Values
FLOAT_IFCMP_opcode
static final char FLOAT_IFCMP_opcode
- See Also:
- Constant Field Values
DOUBLE_IFCMP_opcode
static final char DOUBLE_IFCMP_opcode
- See Also:
- Constant Field Values
REF_IFCMP_opcode
static final char REF_IFCMP_opcode
- See Also:
- Constant Field Values
LABEL_opcode
static final char LABEL_opcode
- See Also:
- Constant Field Values
BBEND_opcode
static final char BBEND_opcode
- See Also:
- Constant Field Values
UNINT_BEGIN_opcode
static final char UNINT_BEGIN_opcode
- See Also:
- Constant Field Values
UNINT_END_opcode
static final char UNINT_END_opcode
- See Also:
- Constant Field Values
FENCE_opcode
static final char FENCE_opcode
- See Also:
- Constant Field Values
READ_CEILING_opcode
static final char READ_CEILING_opcode
- See Also:
- Constant Field Values
WRITE_FLOOR_opcode
static final char WRITE_FLOOR_opcode
- See Also:
- Constant Field Values
PHI_opcode
static final char PHI_opcode
- See Also:
- Constant Field Values
SPLIT_opcode
static final char SPLIT_opcode
- See Also:
- Constant Field Values
PI_opcode
static final char PI_opcode
- See Also:
- Constant Field Values
NOP_opcode
static final char NOP_opcode
- See Also:
- Constant Field Values
INT_MOVE_opcode
static final char INT_MOVE_opcode
- See Also:
- Constant Field Values
LONG_MOVE_opcode
static final char LONG_MOVE_opcode
- See Also:
- Constant Field Values
FLOAT_MOVE_opcode
static final char FLOAT_MOVE_opcode
- See Also:
- Constant Field Values
DOUBLE_MOVE_opcode
static final char DOUBLE_MOVE_opcode
- See Also:
- Constant Field Values
REF_MOVE_opcode
static final char REF_MOVE_opcode
- See Also:
- Constant Field Values
GUARD_MOVE_opcode
static final char GUARD_MOVE_opcode
- See Also:
- Constant Field Values
INT_COND_MOVE_opcode
static final char INT_COND_MOVE_opcode
- See Also:
- Constant Field Values
LONG_COND_MOVE_opcode
static final char LONG_COND_MOVE_opcode
- See Also:
- Constant Field Values
FLOAT_COND_MOVE_opcode
static final char FLOAT_COND_MOVE_opcode
- See Also:
- Constant Field Values
DOUBLE_COND_MOVE_opcode
static final char DOUBLE_COND_MOVE_opcode
- See Also:
- Constant Field Values
REF_COND_MOVE_opcode
static final char REF_COND_MOVE_opcode
- See Also:
- Constant Field Values
GUARD_COND_MOVE_opcode
static final char GUARD_COND_MOVE_opcode
- See Also:
- Constant Field Values
GUARD_COMBINE_opcode
static final char GUARD_COMBINE_opcode
- See Also:
- Constant Field Values
REF_ADD_opcode
static final char REF_ADD_opcode
- See Also:
- Constant Field Values
INT_ADD_opcode
static final char INT_ADD_opcode
- See Also:
- Constant Field Values
LONG_ADD_opcode
static final char LONG_ADD_opcode
- See Also:
- Constant Field Values
FLOAT_ADD_opcode
static final char FLOAT_ADD_opcode
- See Also:
- Constant Field Values
DOUBLE_ADD_opcode
static final char DOUBLE_ADD_opcode
- See Also:
- Constant Field Values
REF_SUB_opcode
static final char REF_SUB_opcode
- See Also:
- Constant Field Values
INT_SUB_opcode
static final char INT_SUB_opcode
- See Also:
- Constant Field Values
LONG_SUB_opcode
static final char LONG_SUB_opcode
- See Also:
- Constant Field Values
FLOAT_SUB_opcode
static final char FLOAT_SUB_opcode
- See Also:
- Constant Field Values
DOUBLE_SUB_opcode
static final char DOUBLE_SUB_opcode
- See Also:
- Constant Field Values
INT_MUL_opcode
static final char INT_MUL_opcode
- See Also:
- Constant Field Values
LONG_MUL_opcode
static final char LONG_MUL_opcode
- See Also:
- Constant Field Values
FLOAT_MUL_opcode
static final char FLOAT_MUL_opcode
- See Also:
- Constant Field Values
DOUBLE_MUL_opcode
static final char DOUBLE_MUL_opcode
- See Also:
- Constant Field Values
INT_DIV_opcode
static final char INT_DIV_opcode
- See Also:
- Constant Field Values
LONG_DIV_opcode
static final char LONG_DIV_opcode
- See Also:
- Constant Field Values
FLOAT_DIV_opcode
static final char FLOAT_DIV_opcode
- See Also:
- Constant Field Values
DOUBLE_DIV_opcode
static final char DOUBLE_DIV_opcode
- See Also:
- Constant Field Values
INT_REM_opcode
static final char INT_REM_opcode
- See Also:
- Constant Field Values
LONG_REM_opcode
static final char LONG_REM_opcode
- See Also:
- Constant Field Values
FLOAT_REM_opcode
static final char FLOAT_REM_opcode
- See Also:
- Constant Field Values
DOUBLE_REM_opcode
static final char DOUBLE_REM_opcode
- See Also:
- Constant Field Values
REF_NEG_opcode
static final char REF_NEG_opcode
- See Also:
- Constant Field Values
INT_NEG_opcode
static final char INT_NEG_opcode
- See Also:
- Constant Field Values
LONG_NEG_opcode
static final char LONG_NEG_opcode
- See Also:
- Constant Field Values
FLOAT_NEG_opcode
static final char FLOAT_NEG_opcode
- See Also:
- Constant Field Values
DOUBLE_NEG_opcode
static final char DOUBLE_NEG_opcode
- See Also:
- Constant Field Values
FLOAT_SQRT_opcode
static final char FLOAT_SQRT_opcode
- See Also:
- Constant Field Values
DOUBLE_SQRT_opcode
static final char DOUBLE_SQRT_opcode
- See Also:
- Constant Field Values
REF_SHL_opcode
static final char REF_SHL_opcode
- See Also:
- Constant Field Values
INT_SHL_opcode
static final char INT_SHL_opcode
- See Also:
- Constant Field Values
LONG_SHL_opcode
static final char LONG_SHL_opcode
- See Also:
- Constant Field Values
REF_SHR_opcode
static final char REF_SHR_opcode
- See Also:
- Constant Field Values
INT_SHR_opcode
static final char INT_SHR_opcode
- See Also:
- Constant Field Values
LONG_SHR_opcode
static final char LONG_SHR_opcode
- See Also:
- Constant Field Values
REF_USHR_opcode
static final char REF_USHR_opcode
- See Also:
- Constant Field Values
INT_USHR_opcode
static final char INT_USHR_opcode
- See Also:
- Constant Field Values
LONG_USHR_opcode
static final char LONG_USHR_opcode
- See Also:
- Constant Field Values
REF_AND_opcode
static final char REF_AND_opcode
- See Also:
- Constant Field Values
INT_AND_opcode
static final char INT_AND_opcode
- See Also:
- Constant Field Values
LONG_AND_opcode
static final char LONG_AND_opcode
- See Also:
- Constant Field Values
REF_OR_opcode
static final char REF_OR_opcode
- See Also:
- Constant Field Values
INT_OR_opcode
static final char INT_OR_opcode
- See Also:
- Constant Field Values
LONG_OR_opcode
static final char LONG_OR_opcode
- See Also:
- Constant Field Values
REF_XOR_opcode
static final char REF_XOR_opcode
- See Also:
- Constant Field Values
INT_XOR_opcode
static final char INT_XOR_opcode
- See Also:
- Constant Field Values
REF_NOT_opcode
static final char REF_NOT_opcode
- See Also:
- Constant Field Values
INT_NOT_opcode
static final char INT_NOT_opcode
- See Also:
- Constant Field Values
LONG_NOT_opcode
static final char LONG_NOT_opcode
- See Also:
- Constant Field Values
LONG_XOR_opcode
static final char LONG_XOR_opcode
- See Also:
- Constant Field Values
INT_2ADDRSigExt_opcode
static final char INT_2ADDRSigExt_opcode
- See Also:
- Constant Field Values
INT_2ADDRZerExt_opcode
static final char INT_2ADDRZerExt_opcode
- See Also:
- Constant Field Values
LONG_2ADDR_opcode
static final char LONG_2ADDR_opcode
- See Also:
- Constant Field Values
ADDR_2INT_opcode
static final char ADDR_2INT_opcode
- See Also:
- Constant Field Values
ADDR_2LONG_opcode
static final char ADDR_2LONG_opcode
- See Also:
- Constant Field Values
INT_2LONG_opcode
static final char INT_2LONG_opcode
- See Also:
- Constant Field Values
INT_2FLOAT_opcode
static final char INT_2FLOAT_opcode
- See Also:
- Constant Field Values
INT_2DOUBLE_opcode
static final char INT_2DOUBLE_opcode
- See Also:
- Constant Field Values
LONG_2INT_opcode
static final char LONG_2INT_opcode
- See Also:
- Constant Field Values
LONG_2FLOAT_opcode
static final char LONG_2FLOAT_opcode
- See Also:
- Constant Field Values
LONG_2DOUBLE_opcode
static final char LONG_2DOUBLE_opcode
- See Also:
- Constant Field Values
FLOAT_2INT_opcode
static final char FLOAT_2INT_opcode
- See Also:
- Constant Field Values
FLOAT_2LONG_opcode
static final char FLOAT_2LONG_opcode
- See Also:
- Constant Field Values
FLOAT_2DOUBLE_opcode
static final char FLOAT_2DOUBLE_opcode
- See Also:
- Constant Field Values
DOUBLE_2INT_opcode
static final char DOUBLE_2INT_opcode
- See Also:
- Constant Field Values
DOUBLE_2LONG_opcode
static final char DOUBLE_2LONG_opcode
- See Also:
- Constant Field Values
DOUBLE_2FLOAT_opcode
static final char DOUBLE_2FLOAT_opcode
- See Also:
- Constant Field Values
INT_2BYTE_opcode
static final char INT_2BYTE_opcode
- See Also:
- Constant Field Values
INT_2USHORT_opcode
static final char INT_2USHORT_opcode
- See Also:
- Constant Field Values
INT_2SHORT_opcode
static final char INT_2SHORT_opcode
- See Also:
- Constant Field Values
LONG_CMP_opcode
static final char LONG_CMP_opcode
- See Also:
- Constant Field Values
FLOAT_CMPL_opcode
static final char FLOAT_CMPL_opcode
- See Also:
- Constant Field Values
FLOAT_CMPG_opcode
static final char FLOAT_CMPG_opcode
- See Also:
- Constant Field Values
DOUBLE_CMPL_opcode
static final char DOUBLE_CMPL_opcode
- See Also:
- Constant Field Values
DOUBLE_CMPG_opcode
static final char DOUBLE_CMPG_opcode
- See Also:
- Constant Field Values
RETURN_opcode
static final char RETURN_opcode
- See Also:
- Constant Field Values
NULL_CHECK_opcode
static final char NULL_CHECK_opcode
- See Also:
- Constant Field Values
GOTO_opcode
static final char GOTO_opcode
- See Also:
- Constant Field Values
BOOLEAN_NOT_opcode
static final char BOOLEAN_NOT_opcode
- See Also:
- Constant Field Values
BOOLEAN_CMP_INT_opcode
static final char BOOLEAN_CMP_INT_opcode
- See Also:
- Constant Field Values
BOOLEAN_CMP_ADDR_opcode
static final char BOOLEAN_CMP_ADDR_opcode
- See Also:
- Constant Field Values
BOOLEAN_CMP_LONG_opcode
static final char BOOLEAN_CMP_LONG_opcode
- See Also:
- Constant Field Values
BOOLEAN_CMP_FLOAT_opcode
static final char BOOLEAN_CMP_FLOAT_opcode
- See Also:
- Constant Field Values
BOOLEAN_CMP_DOUBLE_opcode
static final char BOOLEAN_CMP_DOUBLE_opcode
- See Also:
- Constant Field Values
BYTE_LOAD_opcode
static final char BYTE_LOAD_opcode
- See Also:
- Constant Field Values
UBYTE_LOAD_opcode
static final char UBYTE_LOAD_opcode
- See Also:
- Constant Field Values
SHORT_LOAD_opcode
static final char SHORT_LOAD_opcode
- See Also:
- Constant Field Values
USHORT_LOAD_opcode
static final char USHORT_LOAD_opcode
- See Also:
- Constant Field Values
REF_LOAD_opcode
static final char REF_LOAD_opcode
- See Also:
- Constant Field Values
REF_STORE_opcode
static final char REF_STORE_opcode
- See Also:
- Constant Field Values
INT_LOAD_opcode
static final char INT_LOAD_opcode
- See Also:
- Constant Field Values
LONG_LOAD_opcode
static final char LONG_LOAD_opcode
- See Also:
- Constant Field Values
FLOAT_LOAD_opcode
static final char FLOAT_LOAD_opcode
- See Also:
- Constant Field Values
DOUBLE_LOAD_opcode
static final char DOUBLE_LOAD_opcode
- See Also:
- Constant Field Values
BYTE_STORE_opcode
static final char BYTE_STORE_opcode
- See Also:
- Constant Field Values
SHORT_STORE_opcode
static final char SHORT_STORE_opcode
- See Also:
- Constant Field Values
INT_STORE_opcode
static final char INT_STORE_opcode
- See Also:
- Constant Field Values
LONG_STORE_opcode
static final char LONG_STORE_opcode
- See Also:
- Constant Field Values
FLOAT_STORE_opcode
static final char FLOAT_STORE_opcode
- See Also:
- Constant Field Values
DOUBLE_STORE_opcode
static final char DOUBLE_STORE_opcode
- See Also:
- Constant Field Values
PREPARE_INT_opcode
static final char PREPARE_INT_opcode
- See Also:
- Constant Field Values
PREPARE_ADDR_opcode
static final char PREPARE_ADDR_opcode
- See Also:
- Constant Field Values
PREPARE_LONG_opcode
static final char PREPARE_LONG_opcode
- See Also:
- Constant Field Values
ATTEMPT_INT_opcode
static final char ATTEMPT_INT_opcode
- See Also:
- Constant Field Values
ATTEMPT_ADDR_opcode
static final char ATTEMPT_ADDR_opcode
- See Also:
- Constant Field Values
ATTEMPT_LONG_opcode
static final char ATTEMPT_LONG_opcode
- See Also:
- Constant Field Values
CALL_opcode
static final char CALL_opcode
- See Also:
- Constant Field Values
SYSCALL_opcode
static final char SYSCALL_opcode
- See Also:
- Constant Field Values
YIELDPOINT_PROLOGUE_opcode
static final char YIELDPOINT_PROLOGUE_opcode
- See Also:
- Constant Field Values
YIELDPOINT_EPILOGUE_opcode
static final char YIELDPOINT_EPILOGUE_opcode
- See Also:
- Constant Field Values
YIELDPOINT_BACKEDGE_opcode
static final char YIELDPOINT_BACKEDGE_opcode
- See Also:
- Constant Field Values
YIELDPOINT_OSR_opcode
static final char YIELDPOINT_OSR_opcode
- See Also:
- Constant Field Values
OSR_BARRIER_opcode
static final char OSR_BARRIER_opcode
- See Also:
- Constant Field Values
IR_PROLOGUE_opcode
static final char IR_PROLOGUE_opcode
- See Also:
- Constant Field Values
RESOLVE_opcode
static final char RESOLVE_opcode
- See Also:
- Constant Field Values
RESOLVE_MEMBER_opcode
static final char RESOLVE_MEMBER_opcode
- See Also:
- Constant Field Values
GET_TIME_BASE_opcode
static final char GET_TIME_BASE_opcode
- See Also:
- Constant Field Values
INSTRUMENTED_EVENT_COUNTER_opcode
static final char INSTRUMENTED_EVENT_COUNTER_opcode
- See Also:
- Constant Field Values
TRAP_IF_opcode
static final char TRAP_IF_opcode
- See Also:
- Constant Field Values
TRAP_opcode
static final char TRAP_opcode
- See Also:
- Constant Field Values
FLOAT_AS_INT_BITS_opcode
static final char FLOAT_AS_INT_BITS_opcode
- See Also:
- Constant Field Values
INT_BITS_AS_FLOAT_opcode
static final char INT_BITS_AS_FLOAT_opcode
- See Also:
- Constant Field Values
DOUBLE_AS_LONG_BITS_opcode
static final char DOUBLE_AS_LONG_BITS_opcode
- See Also:
- Constant Field Values
LONG_BITS_AS_DOUBLE_opcode
static final char LONG_BITS_AS_DOUBLE_opcode
- See Also:
- Constant Field Values
ARRAYLENGTH_opcode
static final char ARRAYLENGTH_opcode
- See Also:
- Constant Field Values
GET_OBJ_TIB_opcode
static final char GET_OBJ_TIB_opcode
- See Also:
- Constant Field Values
GET_CLASS_TIB_opcode
static final char GET_CLASS_TIB_opcode
- See Also:
- Constant Field Values
GET_TYPE_FROM_TIB_opcode
static final char GET_TYPE_FROM_TIB_opcode
- See Also:
- Constant Field Values
GET_SUPERCLASS_IDS_FROM_TIB_opcode
static final char GET_SUPERCLASS_IDS_FROM_TIB_opcode
- See Also:
- Constant Field Values
GET_DOES_IMPLEMENT_FROM_TIB_opcode
static final char GET_DOES_IMPLEMENT_FROM_TIB_opcode
- See Also:
- Constant Field Values
GET_ARRAY_ELEMENT_TIB_FROM_TIB_opcode
static final char GET_ARRAY_ELEMENT_TIB_FROM_TIB_opcode
- See Also:
- Constant Field Values
LOWTABLESWITCH_opcode
static final char LOWTABLESWITCH_opcode
- See Also:
- Constant Field Values
ARCH_INDEPENDENT_END_opcode
static final char ARCH_INDEPENDENT_END_opcode
- See Also:
- Constant Field Values
ADDRESS_CONSTANT_opcode
static final char ADDRESS_CONSTANT_opcode
- See Also:
- Constant Field Values
INT_CONSTANT_opcode
static final char INT_CONSTANT_opcode
- See Also:
- Constant Field Values
LONG_CONSTANT_opcode
static final char LONG_CONSTANT_opcode
- See Also:
- Constant Field Values
REGISTER_opcode
static final char REGISTER_opcode
- See Also:
- Constant Field Values
OTHER_OPERAND_opcode
static final char OTHER_OPERAND_opcode
- See Also:
- Constant Field Values
NULL_opcode
static final char NULL_opcode
- See Also:
- Constant Field Values
BRANCH_TARGET_opcode
static final char BRANCH_TARGET_opcode
- See Also:
- Constant Field Values
MATERIALIZE_FP_CONSTANT_opcode
static final char MATERIALIZE_FP_CONSTANT_opcode
- See Also:
- Constant Field Values
GET_CURRENT_PROCESSOR_opcode
static final char GET_CURRENT_PROCESSOR_opcode
- See Also:
- Constant Field Values
ROUND_TO_ZERO_opcode
static final char ROUND_TO_ZERO_opcode
- See Also:
- Constant Field Values
CLEAR_FLOATING_POINT_STATE_opcode
static final char CLEAR_FLOATING_POINT_STATE_opcode
- See Also:
- Constant Field Values
PREFETCH_opcode
static final char PREFETCH_opcode
- See Also:
- Constant Field Values
PAUSE_opcode
static final char PAUSE_opcode
- See Also:
- Constant Field Values
FP_ADD_opcode
static final char FP_ADD_opcode
- See Also:
- Constant Field Values
FP_SUB_opcode
static final char FP_SUB_opcode
- See Also:
- Constant Field Values
FP_MUL_opcode
static final char FP_MUL_opcode
- See Also:
- Constant Field Values
FP_DIV_opcode
static final char FP_DIV_opcode
- See Also:
- Constant Field Values
FP_NEG_opcode
static final char FP_NEG_opcode
- See Also:
- Constant Field Values
FP_REM_opcode
static final char FP_REM_opcode
- See Also:
- Constant Field Values
INT_2FP_opcode
static final char INT_2FP_opcode
- See Also:
- Constant Field Values
LONG_2FP_opcode
static final char LONG_2FP_opcode
- See Also:
- Constant Field Values
CMP_CMOV_opcode
static final char CMP_CMOV_opcode
- See Also:
- Constant Field Values
FCMP_CMOV_opcode
static final char FCMP_CMOV_opcode
- See Also:
- Constant Field Values
LCMP_CMOV_opcode
static final char LCMP_CMOV_opcode
- See Also:
- Constant Field Values
CMP_FCMOV_opcode
static final char CMP_FCMOV_opcode
- See Also:
- Constant Field Values
FCMP_FCMOV_opcode
static final char FCMP_FCMOV_opcode
- See Also:
- Constant Field Values
CALL_SAVE_VOLATILE_opcode
static final char CALL_SAVE_VOLATILE_opcode
- See Also:
- Constant Field Values
MIR_START_opcode
static final char MIR_START_opcode
- See Also:
- Constant Field Values
REQUIRE_ESP_opcode
static final char REQUIRE_ESP_opcode
- See Also:
- Constant Field Values
ADVISE_ESP_opcode
static final char ADVISE_ESP_opcode
- See Also:
- Constant Field Values
MIR_LOWTABLESWITCH_opcode
static final char MIR_LOWTABLESWITCH_opcode
- See Also:
- Constant Field Values
IA32_METHODSTART_opcode
static final char IA32_METHODSTART_opcode
- See Also:
- Constant Field Values
IA32_FCLEAR_opcode
static final char IA32_FCLEAR_opcode
- See Also:
- Constant Field Values
DUMMY_DEF_opcode
static final char DUMMY_DEF_opcode
- See Also:
- Constant Field Values
DUMMY_USE_opcode
static final char DUMMY_USE_opcode
- See Also:
- Constant Field Values
IA32_FMOV_ENDING_LIVE_RANGE_opcode
static final char IA32_FMOV_ENDING_LIVE_RANGE_opcode
- See Also:
- Constant Field Values
IA32_FMOV_opcode
static final char IA32_FMOV_opcode
- See Also:
- Constant Field Values
IA32_TRAPIF_opcode
static final char IA32_TRAPIF_opcode
- See Also:
- Constant Field Values
IA32_OFFSET_opcode
static final char IA32_OFFSET_opcode
- See Also:
- Constant Field Values
IA32_LOCK_CMPXCHG_opcode
static final char IA32_LOCK_CMPXCHG_opcode
- See Also:
- Constant Field Values
IA32_LOCK_CMPXCHG8B_opcode
static final char IA32_LOCK_CMPXCHG8B_opcode
- See Also:
- Constant Field Values
IA32_ADC_opcode
static final char IA32_ADC_opcode
- See Also:
- Constant Field Values
IA32_ADD_opcode
static final char IA32_ADD_opcode
- See Also:
- Constant Field Values
IA32_AND_opcode
static final char IA32_AND_opcode
- See Also:
- Constant Field Values
IA32_BSWAP_opcode
static final char IA32_BSWAP_opcode
- See Also:
- Constant Field Values
IA32_BT_opcode
static final char IA32_BT_opcode
- See Also:
- Constant Field Values
IA32_BTC_opcode
static final char IA32_BTC_opcode
- See Also:
- Constant Field Values
IA32_BTR_opcode
static final char IA32_BTR_opcode
- See Also:
- Constant Field Values
IA32_BTS_opcode
static final char IA32_BTS_opcode
- See Also:
- Constant Field Values
IA32_SYSCALL_opcode
static final char IA32_SYSCALL_opcode
- See Also:
- Constant Field Values
IA32_CALL_opcode
static final char IA32_CALL_opcode
- See Also:
- Constant Field Values
IA32_CDQ_opcode
static final char IA32_CDQ_opcode
- See Also:
- Constant Field Values
IA32_CDO_opcode
static final char IA32_CDO_opcode
- See Also:
- Constant Field Values
IA32_CDQE_opcode
static final char IA32_CDQE_opcode
- See Also:
- Constant Field Values
IA32_CMOV_opcode
static final char IA32_CMOV_opcode
- See Also:
- Constant Field Values
IA32_CMP_opcode
static final char IA32_CMP_opcode
- See Also:
- Constant Field Values
IA32_CMPXCHG_opcode
static final char IA32_CMPXCHG_opcode
- See Also:
- Constant Field Values
IA32_CMPXCHG8B_opcode
static final char IA32_CMPXCHG8B_opcode
- See Also:
- Constant Field Values
IA32_DEC_opcode
static final char IA32_DEC_opcode
- See Also:
- Constant Field Values
IA32_DIV_opcode
static final char IA32_DIV_opcode
- See Also:
- Constant Field Values
IA32_FADD_opcode
static final char IA32_FADD_opcode
- See Also:
- Constant Field Values
IA32_FADDP_opcode
static final char IA32_FADDP_opcode
- See Also:
- Constant Field Values
IA32_FCHS_opcode
static final char IA32_FCHS_opcode
- See Also:
- Constant Field Values
IA32_FCMOV_opcode
static final char IA32_FCMOV_opcode
- See Also:
- Constant Field Values
IA32_FCOMI_opcode
static final char IA32_FCOMI_opcode
- See Also:
- Constant Field Values
IA32_FCOMIP_opcode
static final char IA32_FCOMIP_opcode
- See Also:
- Constant Field Values
IA32_FDIV_opcode
static final char IA32_FDIV_opcode
- See Also:
- Constant Field Values
IA32_FDIVP_opcode
static final char IA32_FDIVP_opcode
- See Also:
- Constant Field Values
IA32_FDIVR_opcode
static final char IA32_FDIVR_opcode
- See Also:
- Constant Field Values
IA32_FDIVRP_opcode
static final char IA32_FDIVRP_opcode
- See Also:
- Constant Field Values
IA32_FEXAM_opcode
static final char IA32_FEXAM_opcode
- See Also:
- Constant Field Values
IA32_FXCH_opcode
static final char IA32_FXCH_opcode
- See Also:
- Constant Field Values
IA32_FFREE_opcode
static final char IA32_FFREE_opcode
- See Also:
- Constant Field Values
IA32_FIADD_opcode
static final char IA32_FIADD_opcode
- See Also:
- Constant Field Values
IA32_FIDIV_opcode
static final char IA32_FIDIV_opcode
- See Also:
- Constant Field Values
IA32_FIDIVR_opcode
static final char IA32_FIDIVR_opcode
- See Also:
- Constant Field Values
IA32_FILD_opcode
static final char IA32_FILD_opcode
- See Also:
- Constant Field Values
IA32_FIMUL_opcode
static final char IA32_FIMUL_opcode
- See Also:
- Constant Field Values
IA32_FINIT_opcode
static final char IA32_FINIT_opcode
- See Also:
- Constant Field Values
IA32_FIST_opcode
static final char IA32_FIST_opcode
- See Also:
- Constant Field Values
IA32_FISTP_opcode
static final char IA32_FISTP_opcode
- See Also:
- Constant Field Values
IA32_FISUB_opcode
static final char IA32_FISUB_opcode
- See Also:
- Constant Field Values
IA32_FISUBR_opcode
static final char IA32_FISUBR_opcode
- See Also:
- Constant Field Values
IA32_FLD_opcode
static final char IA32_FLD_opcode
- See Also:
- Constant Field Values
IA32_FLDCW_opcode
static final char IA32_FLDCW_opcode
- See Also:
- Constant Field Values
IA32_FLD1_opcode
static final char IA32_FLD1_opcode
- See Also:
- Constant Field Values
IA32_FLDL2T_opcode
static final char IA32_FLDL2T_opcode
- See Also:
- Constant Field Values
IA32_FLDL2E_opcode
static final char IA32_FLDL2E_opcode
- See Also:
- Constant Field Values
IA32_FLDPI_opcode
static final char IA32_FLDPI_opcode
- See Also:
- Constant Field Values
IA32_FLDLG2_opcode
static final char IA32_FLDLG2_opcode
- See Also:
- Constant Field Values
IA32_FLDLN2_opcode
static final char IA32_FLDLN2_opcode
- See Also:
- Constant Field Values
IA32_FLDZ_opcode
static final char IA32_FLDZ_opcode
- See Also:
- Constant Field Values
IA32_FMUL_opcode
static final char IA32_FMUL_opcode
- See Also:
- Constant Field Values
IA32_FMULP_opcode
static final char IA32_FMULP_opcode
- See Also:
- Constant Field Values
IA32_FNSTCW_opcode
static final char IA32_FNSTCW_opcode
- See Also:
- Constant Field Values
IA32_FNINIT_opcode
static final char IA32_FNINIT_opcode
- See Also:
- Constant Field Values
IA32_FNSAVE_opcode
static final char IA32_FNSAVE_opcode
- See Also:
- Constant Field Values
IA32_FPREM_opcode
static final char IA32_FPREM_opcode
- See Also:
- Constant Field Values
IA32_FRSTOR_opcode
static final char IA32_FRSTOR_opcode
- See Also:
- Constant Field Values
IA32_FST_opcode
static final char IA32_FST_opcode
- See Also:
- Constant Field Values
IA32_FSTCW_opcode
static final char IA32_FSTCW_opcode
- See Also:
- Constant Field Values
IA32_FSTP_opcode
static final char IA32_FSTP_opcode
- See Also:
- Constant Field Values
IA32_FSUB_opcode
static final char IA32_FSUB_opcode
- See Also:
- Constant Field Values
IA32_FSUBP_opcode
static final char IA32_FSUBP_opcode
- See Also:
- Constant Field Values
IA32_FSUBR_opcode
static final char IA32_FSUBR_opcode
- See Also:
- Constant Field Values
IA32_FSUBRP_opcode
static final char IA32_FSUBRP_opcode
- See Also:
- Constant Field Values
IA32_FUCOMI_opcode
static final char IA32_FUCOMI_opcode
- See Also:
- Constant Field Values
IA32_FUCOMIP_opcode
static final char IA32_FUCOMIP_opcode
- See Also:
- Constant Field Values
IA32_IDIV_opcode
static final char IA32_IDIV_opcode
- See Also:
- Constant Field Values
IA32_IMUL1_opcode
static final char IA32_IMUL1_opcode
- See Also:
- Constant Field Values
IA32_IMUL2_opcode
static final char IA32_IMUL2_opcode
- See Also:
- Constant Field Values
IA32_INC_opcode
static final char IA32_INC_opcode
- See Also:
- Constant Field Values
IA32_INT_opcode
static final char IA32_INT_opcode
- See Also:
- Constant Field Values
IA32_JCC_opcode
static final char IA32_JCC_opcode
- See Also:
- Constant Field Values
IA32_JCC2_opcode
static final char IA32_JCC2_opcode
- See Also:
- Constant Field Values
IA32_JMP_opcode
static final char IA32_JMP_opcode
- See Also:
- Constant Field Values
IA32_LEA_opcode
static final char IA32_LEA_opcode
- See Also:
- Constant Field Values
IA32_LOCK_opcode
static final char IA32_LOCK_opcode
- See Also:
- Constant Field Values
IA32_MOV_opcode
static final char IA32_MOV_opcode
- See Also:
- Constant Field Values
IA32_MOVZX__B_opcode
static final char IA32_MOVZX__B_opcode
- See Also:
- Constant Field Values
IA32_MOVSX__B_opcode
static final char IA32_MOVSX__B_opcode
- See Also:
- Constant Field Values
IA32_MOVZX__W_opcode
static final char IA32_MOVZX__W_opcode
- See Also:
- Constant Field Values
IA32_MOVSX__W_opcode
static final char IA32_MOVSX__W_opcode
- See Also:
- Constant Field Values
IA32_MOVZXQ__B_opcode
static final char IA32_MOVZXQ__B_opcode
- See Also:
- Constant Field Values
IA32_MOVSXQ__B_opcode
static final char IA32_MOVSXQ__B_opcode
- See Also:
- Constant Field Values
IA32_MOVZXQ__W_opcode
static final char IA32_MOVZXQ__W_opcode
- See Also:
- Constant Field Values
IA32_MOVSXQ__W_opcode
static final char IA32_MOVSXQ__W_opcode
- See Also:
- Constant Field Values
IA32_MUL_opcode
static final char IA32_MUL_opcode
- See Also:
- Constant Field Values
IA32_NEG_opcode
static final char IA32_NEG_opcode
- See Also:
- Constant Field Values
IA32_NOT_opcode
static final char IA32_NOT_opcode
- See Also:
- Constant Field Values
IA32_OR_opcode
static final char IA32_OR_opcode
- See Also:
- Constant Field Values
IA32_MFENCE_opcode
static final char IA32_MFENCE_opcode
- See Also:
- Constant Field Values
IA32_PAUSE_opcode
static final char IA32_PAUSE_opcode
- See Also:
- Constant Field Values
IA32_PREFETCHNTA_opcode
static final char IA32_PREFETCHNTA_opcode
- See Also:
- Constant Field Values
IA32_POP_opcode
static final char IA32_POP_opcode
- See Also:
- Constant Field Values
IA32_PUSH_opcode
static final char IA32_PUSH_opcode
- See Also:
- Constant Field Values
IA32_RCL_opcode
static final char IA32_RCL_opcode
- See Also:
- Constant Field Values
IA32_RCR_opcode
static final char IA32_RCR_opcode
- See Also:
- Constant Field Values
IA32_ROL_opcode
static final char IA32_ROL_opcode
- See Also:
- Constant Field Values
IA32_ROR_opcode
static final char IA32_ROR_opcode
- See Also:
- Constant Field Values
IA32_RET_opcode
static final char IA32_RET_opcode
- See Also:
- Constant Field Values
IA32_SAL_opcode
static final char IA32_SAL_opcode
- See Also:
- Constant Field Values
IA32_SAR_opcode
static final char IA32_SAR_opcode
- See Also:
- Constant Field Values
IA32_SHL_opcode
static final char IA32_SHL_opcode
- See Also:
- Constant Field Values
IA32_SHR_opcode
static final char IA32_SHR_opcode
- See Also:
- Constant Field Values
IA32_SBB_opcode
static final char IA32_SBB_opcode
- See Also:
- Constant Field Values
IA32_SET__B_opcode
static final char IA32_SET__B_opcode
- See Also:
- Constant Field Values
IA32_SHLD_opcode
static final char IA32_SHLD_opcode
- See Also:
- Constant Field Values
IA32_SHRD_opcode
static final char IA32_SHRD_opcode
- See Also:
- Constant Field Values
IA32_SUB_opcode
static final char IA32_SUB_opcode
- See Also:
- Constant Field Values
IA32_TEST_opcode
static final char IA32_TEST_opcode
- See Also:
- Constant Field Values
IA32_XOR_opcode
static final char IA32_XOR_opcode
- See Also:
- Constant Field Values
IA32_RDTSC_opcode
static final char IA32_RDTSC_opcode
- See Also:
- Constant Field Values
IA32_ADDSS_opcode
static final char IA32_ADDSS_opcode
- See Also:
- Constant Field Values
IA32_SUBSS_opcode
static final char IA32_SUBSS_opcode
- See Also:
- Constant Field Values
IA32_MULSS_opcode
static final char IA32_MULSS_opcode
- See Also:
- Constant Field Values
IA32_DIVSS_opcode
static final char IA32_DIVSS_opcode
- See Also:
- Constant Field Values
IA32_ADDSD_opcode
static final char IA32_ADDSD_opcode
- See Also:
- Constant Field Values
IA32_SUBSD_opcode
static final char IA32_SUBSD_opcode
- See Also:
- Constant Field Values
IA32_MULSD_opcode
static final char IA32_MULSD_opcode
- See Also:
- Constant Field Values
IA32_DIVSD_opcode
static final char IA32_DIVSD_opcode
- See Also:
- Constant Field Values
IA32_ANDPS_opcode
static final char IA32_ANDPS_opcode
- See Also:
- Constant Field Values
IA32_ANDPD_opcode
static final char IA32_ANDPD_opcode
- See Also:
- Constant Field Values
IA32_ANDNPS_opcode
static final char IA32_ANDNPS_opcode
- See Also:
- Constant Field Values
IA32_ANDNPD_opcode
static final char IA32_ANDNPD_opcode
- See Also:
- Constant Field Values
IA32_ORPS_opcode
static final char IA32_ORPS_opcode
- See Also:
- Constant Field Values
IA32_ORPD_opcode
static final char IA32_ORPD_opcode
- See Also:
- Constant Field Values
IA32_XORPS_opcode
static final char IA32_XORPS_opcode
- See Also:
- Constant Field Values
IA32_XORPD_opcode
static final char IA32_XORPD_opcode
- See Also:
- Constant Field Values
IA32_UCOMISS_opcode
static final char IA32_UCOMISS_opcode
- See Also:
- Constant Field Values
IA32_UCOMISD_opcode
static final char IA32_UCOMISD_opcode
- See Also:
- Constant Field Values
IA32_CMPEQSS_opcode
static final char IA32_CMPEQSS_opcode
- See Also:
- Constant Field Values
IA32_CMPLTSS_opcode
static final char IA32_CMPLTSS_opcode
- See Also:
- Constant Field Values
IA32_CMPLESS_opcode
static final char IA32_CMPLESS_opcode
- See Also:
- Constant Field Values
IA32_CMPUNORDSS_opcode
static final char IA32_CMPUNORDSS_opcode
- See Also:
- Constant Field Values
IA32_CMPNESS_opcode
static final char IA32_CMPNESS_opcode
- See Also:
- Constant Field Values
IA32_CMPNLTSS_opcode
static final char IA32_CMPNLTSS_opcode
- See Also:
- Constant Field Values
IA32_CMPNLESS_opcode
static final char IA32_CMPNLESS_opcode
- See Also:
- Constant Field Values
IA32_CMPORDSS_opcode
static final char IA32_CMPORDSS_opcode
- See Also:
- Constant Field Values
IA32_CMPEQSD_opcode
static final char IA32_CMPEQSD_opcode
- See Also:
- Constant Field Values
IA32_CMPLTSD_opcode
static final char IA32_CMPLTSD_opcode
- See Also:
- Constant Field Values
IA32_CMPLESD_opcode
static final char IA32_CMPLESD_opcode
- See Also:
- Constant Field Values
IA32_CMPUNORDSD_opcode
static final char IA32_CMPUNORDSD_opcode
- See Also:
- Constant Field Values
IA32_CMPNESD_opcode
static final char IA32_CMPNESD_opcode
- See Also:
- Constant Field Values
IA32_CMPNLTSD_opcode
static final char IA32_CMPNLTSD_opcode
- See Also:
- Constant Field Values
IA32_CMPNLESD_opcode
static final char IA32_CMPNLESD_opcode
- See Also:
- Constant Field Values
IA32_CMPORDSD_opcode
static final char IA32_CMPORDSD_opcode
- See Also:
- Constant Field Values
IA32_MOVLPD_opcode
static final char IA32_MOVLPD_opcode
- See Also:
- Constant Field Values
IA32_MOVLPS_opcode
static final char IA32_MOVLPS_opcode
- See Also:
- Constant Field Values
IA32_MOVSS_opcode
static final char IA32_MOVSS_opcode
- See Also:
- Constant Field Values
IA32_MOVSD_opcode
static final char IA32_MOVSD_opcode
- See Also:
- Constant Field Values
IA32_MOVD_opcode
static final char IA32_MOVD_opcode
- See Also:
- Constant Field Values
IA32_MOVQ_opcode
static final char IA32_MOVQ_opcode
- See Also:
- Constant Field Values
IA32_PSLLQ_opcode
static final char IA32_PSLLQ_opcode
- See Also:
- Constant Field Values
IA32_PSRLQ_opcode
static final char IA32_PSRLQ_opcode
- See Also:
- Constant Field Values
IA32_SQRTSS_opcode
static final char IA32_SQRTSS_opcode
- See Also:
- Constant Field Values
IA32_SQRTSD_opcode
static final char IA32_SQRTSD_opcode
- See Also:
- Constant Field Values
IA32_CVTSI2SS_opcode
static final char IA32_CVTSI2SS_opcode
- See Also:
- Constant Field Values
IA32_CVTSS2SD_opcode
static final char IA32_CVTSS2SD_opcode
- See Also:
- Constant Field Values
IA32_CVTSS2SI_opcode
static final char IA32_CVTSS2SI_opcode
- See Also:
- Constant Field Values
IA32_CVTTSS2SI_opcode
static final char IA32_CVTTSS2SI_opcode
- See Also:
- Constant Field Values
IA32_CVTSI2SD_opcode
static final char IA32_CVTSI2SD_opcode
- See Also:
- Constant Field Values
IA32_CVTSD2SS_opcode
static final char IA32_CVTSD2SS_opcode
- See Also:
- Constant Field Values
IA32_CVTSD2SI_opcode
static final char IA32_CVTSD2SI_opcode
- See Also:
- Constant Field Values
IA32_CVTTSD2SI_opcode
static final char IA32_CVTTSD2SI_opcode
- See Also:
- Constant Field Values
IA32_CVTSI2SDQ_opcode
static final char IA32_CVTSI2SDQ_opcode
- See Also:
- Constant Field Values
IA32_CVTSD2SIQ_opcode
static final char IA32_CVTSD2SIQ_opcode
- See Also:
- Constant Field Values
IA32_CVTTSD2SIQ_opcode
static final char IA32_CVTTSD2SIQ_opcode
- See Also:
- Constant Field Values
MIR_END_opcode
static final char MIR_END_opcode
- See Also:
- Constant Field Values
GET_CAUGHT_EXCEPTION
static final Operator GET_CAUGHT_EXCEPTION
SET_CAUGHT_EXCEPTION
static final Operator SET_CAUGHT_EXCEPTION
NEW
static final Operator NEW
NEW_UNRESOLVED
static final Operator NEW_UNRESOLVED
NEWARRAY
static final Operator NEWARRAY
NEWARRAY_UNRESOLVED
static final Operator NEWARRAY_UNRESOLVED
ATHROW
static final Operator ATHROW
CHECKCAST
static final Operator CHECKCAST
CHECKCAST_NOTNULL
static final Operator CHECKCAST_NOTNULL
CHECKCAST_UNRESOLVED
static final Operator CHECKCAST_UNRESOLVED
MUST_IMPLEMENT_INTERFACE
static final Operator MUST_IMPLEMENT_INTERFACE
INSTANCEOF
static final Operator INSTANCEOF
INSTANCEOF_NOTNULL
static final Operator INSTANCEOF_NOTNULL
INSTANCEOF_UNRESOLVED
static final Operator INSTANCEOF_UNRESOLVED
MONITORENTER
static final Operator MONITORENTER
MONITOREXIT
static final Operator MONITOREXIT
NEWOBJMULTIARRAY
static final Operator NEWOBJMULTIARRAY
GETSTATIC
static final Operator GETSTATIC
PUTSTATIC
static final Operator PUTSTATIC
GETFIELD
static final Operator GETFIELD
PUTFIELD
static final Operator PUTFIELD
INT_ZERO_CHECK
static final Operator INT_ZERO_CHECK
LONG_ZERO_CHECK
static final Operator LONG_ZERO_CHECK
BOUNDS_CHECK
static final Operator BOUNDS_CHECK
OBJARRAY_STORE_CHECK
static final Operator OBJARRAY_STORE_CHECK
OBJARRAY_STORE_CHECK_NOTNULL
static final Operator OBJARRAY_STORE_CHECK_NOTNULL
IG_PATCH_POINT
static final Operator IG_PATCH_POINT
IG_CLASS_TEST
static final Operator IG_CLASS_TEST
IG_METHOD_TEST
static final Operator IG_METHOD_TEST
TABLESWITCH
static final Operator TABLESWITCH
LOOKUPSWITCH
static final Operator LOOKUPSWITCH
INT_ALOAD
static final Operator INT_ALOAD
LONG_ALOAD
static final Operator LONG_ALOAD
FLOAT_ALOAD
static final Operator FLOAT_ALOAD
DOUBLE_ALOAD
static final Operator DOUBLE_ALOAD
REF_ALOAD
static final Operator REF_ALOAD
UBYTE_ALOAD
static final Operator UBYTE_ALOAD
BYTE_ALOAD
static final Operator BYTE_ALOAD
USHORT_ALOAD
static final Operator USHORT_ALOAD
SHORT_ALOAD
static final Operator SHORT_ALOAD
INT_ASTORE
static final Operator INT_ASTORE
LONG_ASTORE
static final Operator LONG_ASTORE
FLOAT_ASTORE
static final Operator FLOAT_ASTORE
DOUBLE_ASTORE
static final Operator DOUBLE_ASTORE
REF_ASTORE
static final Operator REF_ASTORE
BYTE_ASTORE
static final Operator BYTE_ASTORE
SHORT_ASTORE
static final Operator SHORT_ASTORE
INT_IFCMP
static final Operator INT_IFCMP
INT_IFCMP2
static final Operator INT_IFCMP2
LONG_IFCMP
static final Operator LONG_IFCMP
FLOAT_IFCMP
static final Operator FLOAT_IFCMP
DOUBLE_IFCMP
static final Operator DOUBLE_IFCMP
REF_IFCMP
static final Operator REF_IFCMP
LABEL
static final Operator LABEL
BBEND
static final Operator BBEND
UNINT_BEGIN
static final Operator UNINT_BEGIN
UNINT_END
static final Operator UNINT_END
FENCE
static final Operator FENCE
READ_CEILING
static final Operator READ_CEILING
WRITE_FLOOR
static final Operator WRITE_FLOOR
PHI
static final Operator PHI
SPLIT
static final Operator SPLIT
PI
static final Operator PI
NOP
static final Operator NOP
INT_MOVE
static final Operator INT_MOVE
LONG_MOVE
static final Operator LONG_MOVE
FLOAT_MOVE
static final Operator FLOAT_MOVE
DOUBLE_MOVE
static final Operator DOUBLE_MOVE
REF_MOVE
static final Operator REF_MOVE
GUARD_MOVE
static final Operator GUARD_MOVE
INT_COND_MOVE
static final Operator INT_COND_MOVE
LONG_COND_MOVE
static final Operator LONG_COND_MOVE
FLOAT_COND_MOVE
static final Operator FLOAT_COND_MOVE
DOUBLE_COND_MOVE
static final Operator DOUBLE_COND_MOVE
REF_COND_MOVE
static final Operator REF_COND_MOVE
GUARD_COND_MOVE
static final Operator GUARD_COND_MOVE
GUARD_COMBINE
static final Operator GUARD_COMBINE
REF_ADD
static final Operator REF_ADD
INT_ADD
static final Operator INT_ADD
LONG_ADD
static final Operator LONG_ADD
FLOAT_ADD
static final Operator FLOAT_ADD
DOUBLE_ADD
static final Operator DOUBLE_ADD
REF_SUB
static final Operator REF_SUB
INT_SUB
static final Operator INT_SUB
LONG_SUB
static final Operator LONG_SUB
FLOAT_SUB
static final Operator FLOAT_SUB
DOUBLE_SUB
static final Operator DOUBLE_SUB
INT_MUL
static final Operator INT_MUL
LONG_MUL
static final Operator LONG_MUL
FLOAT_MUL
static final Operator FLOAT_MUL
DOUBLE_MUL
static final Operator DOUBLE_MUL
INT_DIV
static final Operator INT_DIV
LONG_DIV
static final Operator LONG_DIV
FLOAT_DIV
static final Operator FLOAT_DIV
DOUBLE_DIV
static final Operator DOUBLE_DIV
INT_REM
static final Operator INT_REM
LONG_REM
static final Operator LONG_REM
FLOAT_REM
static final Operator FLOAT_REM
DOUBLE_REM
static final Operator DOUBLE_REM
REF_NEG
static final Operator REF_NEG
INT_NEG
static final Operator INT_NEG
LONG_NEG
static final Operator LONG_NEG
FLOAT_NEG
static final Operator FLOAT_NEG
DOUBLE_NEG
static final Operator DOUBLE_NEG
FLOAT_SQRT
static final Operator FLOAT_SQRT
DOUBLE_SQRT
static final Operator DOUBLE_SQRT
REF_SHL
static final Operator REF_SHL
INT_SHL
static final Operator INT_SHL
LONG_SHL
static final Operator LONG_SHL
REF_SHR
static final Operator REF_SHR
INT_SHR
static final Operator INT_SHR
LONG_SHR
static final Operator LONG_SHR
REF_USHR
static final Operator REF_USHR
INT_USHR
static final Operator INT_USHR
LONG_USHR
static final Operator LONG_USHR
REF_AND
static final Operator REF_AND
INT_AND
static final Operator INT_AND
LONG_AND
static final Operator LONG_AND
REF_OR
static final Operator REF_OR
INT_OR
static final Operator INT_OR
LONG_OR
static final Operator LONG_OR
REF_XOR
static final Operator REF_XOR
INT_XOR
static final Operator INT_XOR
REF_NOT
static final Operator REF_NOT
INT_NOT
static final Operator INT_NOT
LONG_NOT
static final Operator LONG_NOT
LONG_XOR
static final Operator LONG_XOR
INT_2ADDRSigExt
static final Operator INT_2ADDRSigExt
INT_2ADDRZerExt
static final Operator INT_2ADDRZerExt
LONG_2ADDR
static final Operator LONG_2ADDR
ADDR_2INT
static final Operator ADDR_2INT
ADDR_2LONG
static final Operator ADDR_2LONG
INT_2LONG
static final Operator INT_2LONG
INT_2FLOAT
static final Operator INT_2FLOAT
INT_2DOUBLE
static final Operator INT_2DOUBLE
LONG_2INT
static final Operator LONG_2INT
LONG_2FLOAT
static final Operator LONG_2FLOAT
LONG_2DOUBLE
static final Operator LONG_2DOUBLE
FLOAT_2INT
static final Operator FLOAT_2INT
FLOAT_2LONG
static final Operator FLOAT_2LONG
FLOAT_2DOUBLE
static final Operator FLOAT_2DOUBLE
DOUBLE_2INT
static final Operator DOUBLE_2INT
DOUBLE_2LONG
static final Operator DOUBLE_2LONG
DOUBLE_2FLOAT
static final Operator DOUBLE_2FLOAT
INT_2BYTE
static final Operator INT_2BYTE
INT_2USHORT
static final Operator INT_2USHORT
INT_2SHORT
static final Operator INT_2SHORT
LONG_CMP
static final Operator LONG_CMP
FLOAT_CMPL
static final Operator FLOAT_CMPL
FLOAT_CMPG
static final Operator FLOAT_CMPG
DOUBLE_CMPL
static final Operator DOUBLE_CMPL
DOUBLE_CMPG
static final Operator DOUBLE_CMPG
RETURN
static final Operator RETURN
NULL_CHECK
static final Operator NULL_CHECK
GOTO
static final Operator GOTO
BOOLEAN_NOT
static final Operator BOOLEAN_NOT
BOOLEAN_CMP_INT
static final Operator BOOLEAN_CMP_INT
BOOLEAN_CMP_ADDR
static final Operator BOOLEAN_CMP_ADDR
BOOLEAN_CMP_LONG
static final Operator BOOLEAN_CMP_LONG
BOOLEAN_CMP_FLOAT
static final Operator BOOLEAN_CMP_FLOAT
BOOLEAN_CMP_DOUBLE
static final Operator BOOLEAN_CMP_DOUBLE
BYTE_LOAD
static final Operator BYTE_LOAD
UBYTE_LOAD
static final Operator UBYTE_LOAD
SHORT_LOAD
static final Operator SHORT_LOAD
USHORT_LOAD
static final Operator USHORT_LOAD
REF_LOAD
static final Operator REF_LOAD
REF_STORE
static final Operator REF_STORE
INT_LOAD
static final Operator INT_LOAD
LONG_LOAD
static final Operator LONG_LOAD
FLOAT_LOAD
static final Operator FLOAT_LOAD
DOUBLE_LOAD
static final Operator DOUBLE_LOAD
BYTE_STORE
static final Operator BYTE_STORE
SHORT_STORE
static final Operator SHORT_STORE
INT_STORE
static final Operator INT_STORE
LONG_STORE
static final Operator LONG_STORE
FLOAT_STORE
static final Operator FLOAT_STORE
DOUBLE_STORE
static final Operator DOUBLE_STORE
PREPARE_INT
static final Operator PREPARE_INT
PREPARE_ADDR
static final Operator PREPARE_ADDR
PREPARE_LONG
static final Operator PREPARE_LONG
ATTEMPT_INT
static final Operator ATTEMPT_INT
ATTEMPT_ADDR
static final Operator ATTEMPT_ADDR
ATTEMPT_LONG
static final Operator ATTEMPT_LONG
CALL
static final Operator CALL
SYSCALL
static final Operator SYSCALL
YIELDPOINT_PROLOGUE
static final Operator YIELDPOINT_PROLOGUE
YIELDPOINT_EPILOGUE
static final Operator YIELDPOINT_EPILOGUE
YIELDPOINT_BACKEDGE
static final Operator YIELDPOINT_BACKEDGE
YIELDPOINT_OSR
static final Operator YIELDPOINT_OSR
OSR_BARRIER
static final Operator OSR_BARRIER
IR_PROLOGUE
static final Operator IR_PROLOGUE
RESOLVE
static final Operator RESOLVE
RESOLVE_MEMBER
static final Operator RESOLVE_MEMBER
GET_TIME_BASE
static final Operator GET_TIME_BASE
INSTRUMENTED_EVENT_COUNTER
static final Operator INSTRUMENTED_EVENT_COUNTER
TRAP_IF
static final Operator TRAP_IF
TRAP
static final Operator TRAP
FLOAT_AS_INT_BITS
static final Operator FLOAT_AS_INT_BITS
INT_BITS_AS_FLOAT
static final Operator INT_BITS_AS_FLOAT
DOUBLE_AS_LONG_BITS
static final Operator DOUBLE_AS_LONG_BITS
LONG_BITS_AS_DOUBLE
static final Operator LONG_BITS_AS_DOUBLE
ARRAYLENGTH
static final Operator ARRAYLENGTH
GET_OBJ_TIB
static final Operator GET_OBJ_TIB
GET_CLASS_TIB
static final Operator GET_CLASS_TIB
GET_TYPE_FROM_TIB
static final Operator GET_TYPE_FROM_TIB
GET_SUPERCLASS_IDS_FROM_TIB
static final Operator GET_SUPERCLASS_IDS_FROM_TIB
GET_DOES_IMPLEMENT_FROM_TIB
static final Operator GET_DOES_IMPLEMENT_FROM_TIB
GET_ARRAY_ELEMENT_TIB_FROM_TIB
static final Operator GET_ARRAY_ELEMENT_TIB_FROM_TIB
LOWTABLESWITCH
static final Operator LOWTABLESWITCH
ADDRESS_CONSTANT
static final Operator ADDRESS_CONSTANT
INT_CONSTANT
static final Operator INT_CONSTANT
LONG_CONSTANT
static final Operator LONG_CONSTANT
REGISTER
static final Operator REGISTER
OTHER_OPERAND
static final Operator OTHER_OPERAND
NULL
static final Operator NULL
BRANCH_TARGET
static final Operator BRANCH_TARGET
MATERIALIZE_FP_CONSTANT
static final Operator MATERIALIZE_FP_CONSTANT
GET_CURRENT_PROCESSOR
static final Operator GET_CURRENT_PROCESSOR
ROUND_TO_ZERO
static final Operator ROUND_TO_ZERO
CLEAR_FLOATING_POINT_STATE
static final Operator CLEAR_FLOATING_POINT_STATE
PREFETCH
static final Operator PREFETCH
PAUSE
static final Operator PAUSE
FP_ADD
static final Operator FP_ADD
FP_SUB
static final Operator FP_SUB
FP_MUL
static final Operator FP_MUL
FP_DIV
static final Operator FP_DIV
FP_NEG
static final Operator FP_NEG
FP_REM
static final Operator FP_REM
INT_2FP
static final Operator INT_2FP
LONG_2FP
static final Operator LONG_2FP
CMP_CMOV
static final Operator CMP_CMOV
FCMP_CMOV
static final Operator FCMP_CMOV
LCMP_CMOV
static final Operator LCMP_CMOV
CMP_FCMOV
static final Operator CMP_FCMOV
FCMP_FCMOV
static final Operator FCMP_FCMOV
CALL_SAVE_VOLATILE
static final Operator CALL_SAVE_VOLATILE
MIR_START
static final Operator MIR_START
REQUIRE_ESP
static final Operator REQUIRE_ESP
ADVISE_ESP
static final Operator ADVISE_ESP
MIR_LOWTABLESWITCH
static final Operator MIR_LOWTABLESWITCH
IA32_METHODSTART
static final Operator IA32_METHODSTART
IA32_FCLEAR
static final Operator IA32_FCLEAR
DUMMY_DEF
static final Operator DUMMY_DEF
DUMMY_USE
static final Operator DUMMY_USE
IA32_FMOV_ENDING_LIVE_RANGE
static final Operator IA32_FMOV_ENDING_LIVE_RANGE
IA32_FMOV
static final Operator IA32_FMOV
IA32_TRAPIF
static final Operator IA32_TRAPIF
IA32_OFFSET
static final Operator IA32_OFFSET
IA32_LOCK_CMPXCHG
static final Operator IA32_LOCK_CMPXCHG
IA32_LOCK_CMPXCHG8B
static final Operator IA32_LOCK_CMPXCHG8B
IA32_ADC
static final Operator IA32_ADC
IA32_ADD
static final Operator IA32_ADD
IA32_AND
static final Operator IA32_AND
IA32_BSWAP
static final Operator IA32_BSWAP
IA32_BT
static final Operator IA32_BT
IA32_BTC
static final Operator IA32_BTC
IA32_BTR
static final Operator IA32_BTR
IA32_BTS
static final Operator IA32_BTS
IA32_SYSCALL
static final Operator IA32_SYSCALL
IA32_CALL
static final Operator IA32_CALL
IA32_CDQ
static final Operator IA32_CDQ
IA32_CDO
static final Operator IA32_CDO
IA32_CDQE
static final Operator IA32_CDQE
IA32_CMOV
static final Operator IA32_CMOV
IA32_CMP
static final Operator IA32_CMP
IA32_CMPXCHG
static final Operator IA32_CMPXCHG
IA32_CMPXCHG8B
static final Operator IA32_CMPXCHG8B
IA32_DEC
static final Operator IA32_DEC
IA32_DIV
static final Operator IA32_DIV
IA32_FADD
static final Operator IA32_FADD
IA32_FADDP
static final Operator IA32_FADDP
IA32_FCHS
static final Operator IA32_FCHS
IA32_FCMOV
static final Operator IA32_FCMOV
IA32_FCOMI
static final Operator IA32_FCOMI
IA32_FCOMIP
static final Operator IA32_FCOMIP
IA32_FDIV
static final Operator IA32_FDIV
IA32_FDIVP
static final Operator IA32_FDIVP
IA32_FDIVR
static final Operator IA32_FDIVR
IA32_FDIVRP
static final Operator IA32_FDIVRP
IA32_FEXAM
static final Operator IA32_FEXAM
IA32_FXCH
static final Operator IA32_FXCH
IA32_FFREE
static final Operator IA32_FFREE
IA32_FIADD
static final Operator IA32_FIADD
IA32_FIDIV
static final Operator IA32_FIDIV
IA32_FIDIVR
static final Operator IA32_FIDIVR
IA32_FILD
static final Operator IA32_FILD
IA32_FIMUL
static final Operator IA32_FIMUL
IA32_FINIT
static final Operator IA32_FINIT
IA32_FIST
static final Operator IA32_FIST
IA32_FISTP
static final Operator IA32_FISTP
IA32_FISUB
static final Operator IA32_FISUB
IA32_FISUBR
static final Operator IA32_FISUBR
IA32_FLD
static final Operator IA32_FLD
IA32_FLDCW
static final Operator IA32_FLDCW
IA32_FLD1
static final Operator IA32_FLD1
IA32_FLDL2T
static final Operator IA32_FLDL2T
IA32_FLDL2E
static final Operator IA32_FLDL2E
IA32_FLDPI
static final Operator IA32_FLDPI
IA32_FLDLG2
static final Operator IA32_FLDLG2
IA32_FLDLN2
static final Operator IA32_FLDLN2
IA32_FLDZ
static final Operator IA32_FLDZ
IA32_FMUL
static final Operator IA32_FMUL
IA32_FMULP
static final Operator IA32_FMULP
IA32_FNSTCW
static final Operator IA32_FNSTCW
IA32_FNINIT
static final Operator IA32_FNINIT
IA32_FNSAVE
static final Operator IA32_FNSAVE
IA32_FPREM
static final Operator IA32_FPREM
IA32_FRSTOR
static final Operator IA32_FRSTOR
IA32_FST
static final Operator IA32_FST
IA32_FSTCW
static final Operator IA32_FSTCW
IA32_FSTP
static final Operator IA32_FSTP
IA32_FSUB
static final Operator IA32_FSUB
IA32_FSUBP
static final Operator IA32_FSUBP
IA32_FSUBR
static final Operator IA32_FSUBR
IA32_FSUBRP
static final Operator IA32_FSUBRP
IA32_FUCOMI
static final Operator IA32_FUCOMI
IA32_FUCOMIP
static final Operator IA32_FUCOMIP
IA32_IDIV
static final Operator IA32_IDIV
IA32_IMUL1
static final Operator IA32_IMUL1
IA32_IMUL2
static final Operator IA32_IMUL2
IA32_INC
static final Operator IA32_INC
IA32_INT
static final Operator IA32_INT
IA32_JCC
static final Operator IA32_JCC
IA32_JCC2
static final Operator IA32_JCC2
IA32_JMP
static final Operator IA32_JMP
IA32_LEA
static final Operator IA32_LEA
IA32_LOCK
static final Operator IA32_LOCK
IA32_MOV
static final Operator IA32_MOV
IA32_MOVZX__B
static final Operator IA32_MOVZX__B
IA32_MOVSX__B
static final Operator IA32_MOVSX__B
IA32_MOVZX__W
static final Operator IA32_MOVZX__W
IA32_MOVSX__W
static final Operator IA32_MOVSX__W
IA32_MOVZXQ__B
static final Operator IA32_MOVZXQ__B
IA32_MOVSXQ__B
static final Operator IA32_MOVSXQ__B
IA32_MOVZXQ__W
static final Operator IA32_MOVZXQ__W
IA32_MOVSXQ__W
static final Operator IA32_MOVSXQ__W
IA32_MUL
static final Operator IA32_MUL
IA32_NEG
static final Operator IA32_NEG
IA32_NOT
static final Operator IA32_NOT
IA32_OR
static final Operator IA32_OR
IA32_MFENCE
static final Operator IA32_MFENCE
IA32_PAUSE
static final Operator IA32_PAUSE
IA32_PREFETCHNTA
static final Operator IA32_PREFETCHNTA
IA32_POP
static final Operator IA32_POP
IA32_PUSH
static final Operator IA32_PUSH
IA32_RCL
static final Operator IA32_RCL
IA32_RCR
static final Operator IA32_RCR
IA32_ROL
static final Operator IA32_ROL
IA32_ROR
static final Operator IA32_ROR
IA32_RET
static final Operator IA32_RET
IA32_SAL
static final Operator IA32_SAL
IA32_SAR
static final Operator IA32_SAR
IA32_SHL
static final Operator IA32_SHL
IA32_SHR
static final Operator IA32_SHR
IA32_SBB
static final Operator IA32_SBB
IA32_SET__B
static final Operator IA32_SET__B
IA32_SHLD
static final Operator IA32_SHLD
IA32_SHRD
static final Operator IA32_SHRD
IA32_SUB
static final Operator IA32_SUB
IA32_TEST
static final Operator IA32_TEST
IA32_XOR
static final Operator IA32_XOR
IA32_RDTSC
static final Operator IA32_RDTSC
IA32_ADDSS
static final Operator IA32_ADDSS
IA32_SUBSS
static final Operator IA32_SUBSS
IA32_MULSS
static final Operator IA32_MULSS
IA32_DIVSS
static final Operator IA32_DIVSS
IA32_ADDSD
static final Operator IA32_ADDSD
IA32_SUBSD
static final Operator IA32_SUBSD
IA32_MULSD
static final Operator IA32_MULSD
IA32_DIVSD
static final Operator IA32_DIVSD
IA32_ANDPS
static final Operator IA32_ANDPS
IA32_ANDPD
static final Operator IA32_ANDPD
IA32_ANDNPS
static final Operator IA32_ANDNPS
IA32_ANDNPD
static final Operator IA32_ANDNPD
IA32_ORPS
static final Operator IA32_ORPS
IA32_ORPD
static final Operator IA32_ORPD
IA32_XORPS
static final Operator IA32_XORPS
IA32_XORPD
static final Operator IA32_XORPD
IA32_UCOMISS
static final Operator IA32_UCOMISS
IA32_UCOMISD
static final Operator IA32_UCOMISD
IA32_CMPEQSS
static final Operator IA32_CMPEQSS
IA32_CMPLTSS
static final Operator IA32_CMPLTSS
IA32_CMPLESS
static final Operator IA32_CMPLESS
IA32_CMPUNORDSS
static final Operator IA32_CMPUNORDSS
IA32_CMPNESS
static final Operator IA32_CMPNESS
IA32_CMPNLTSS
static final Operator IA32_CMPNLTSS
IA32_CMPNLESS
static final Operator IA32_CMPNLESS
IA32_CMPORDSS
static final Operator IA32_CMPORDSS
IA32_CMPEQSD
static final Operator IA32_CMPEQSD
IA32_CMPLTSD
static final Operator IA32_CMPLTSD
IA32_CMPLESD
static final Operator IA32_CMPLESD
IA32_CMPUNORDSD
static final Operator IA32_CMPUNORDSD
IA32_CMPNESD
static final Operator IA32_CMPNESD
IA32_CMPNLTSD
static final Operator IA32_CMPNLTSD
IA32_CMPNLESD
static final Operator IA32_CMPNLESD
IA32_CMPORDSD
static final Operator IA32_CMPORDSD
IA32_MOVLPD
static final Operator IA32_MOVLPD
IA32_MOVLPS
static final Operator IA32_MOVLPS
IA32_MOVSS
static final Operator IA32_MOVSS
IA32_MOVSD
static final Operator IA32_MOVSD
IA32_MOVD
static final Operator IA32_MOVD
IA32_MOVQ
static final Operator IA32_MOVQ
IA32_PSLLQ
static final Operator IA32_PSLLQ
IA32_PSRLQ
static final Operator IA32_PSRLQ
IA32_SQRTSS
static final Operator IA32_SQRTSS
IA32_SQRTSD
static final Operator IA32_SQRTSD
IA32_CVTSI2SS
static final Operator IA32_CVTSI2SS
IA32_CVTSS2SD
static final Operator IA32_CVTSS2SD
IA32_CVTSS2SI
static final Operator IA32_CVTSS2SI
IA32_CVTTSS2SI
static final Operator IA32_CVTTSS2SI
IA32_CVTSI2SD
static final Operator IA32_CVTSI2SD
IA32_CVTSD2SS
static final Operator IA32_CVTSD2SS
IA32_CVTSD2SI
static final Operator IA32_CVTSD2SI
IA32_CVTTSD2SI
static final Operator IA32_CVTTSD2SI
IA32_CVTSI2SDQ
static final Operator IA32_CVTSI2SDQ
IA32_CVTSD2SIQ
static final Operator IA32_CVTSD2SIQ
IA32_CVTTSD2SIQ
static final Operator IA32_CVTTSD2SIQ
MIR_END
static final Operator MIR_END