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

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

Field Detail

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

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_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