Home
last modified time | relevance | path

Searched refs:SHR_LONG_2ADDR (Results 1 – 17 of 17) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java216 SHR_LONG_2ADDR, enumConstant
DInstruction.java519 addOpcodeInfo(Opcode.SHR_LONG_2ADDR, "shr-long/2addr", 0xc4, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java231 long2addrOpcodes.add(Opcode.SHR_LONG_2ADDR);
/art/compiler/dex/quick/mips/
Dint_mips.cc841 case Instruction::SHR_LONG_2ADDR: in GenShiftOpLong()
882 case Instruction::SHR_LONG_2ADDR: in GenShiftImmOpLong()
/art/compiler/dex/quick/
Dquick_compiler.cc334 Instruction::SHR_LONG_2ADDR,
Dmir_to_lir.cc1064 case Instruction::SHR_LONG_2ADDR: in CompileDalvikInstruction()
Dgen_common.cc1498 case Instruction::SHR_LONG_2ADDR: in GenShiftOpLong()
/art/compiler/dex/quick/x86/
Dint_x86.cc2563 case Instruction::SHR_LONG_2ADDR: in GenShiftImmOpLong()
2595 case Instruction::SHR_LONG_2ADDR: in GenShiftImmOpLong()
3396 case Instruction::SHR_LONG_2ADDR: in GenShiftOpLong()
3436 case Instruction::SHR_LONG_2ADDR: in GenShiftOpLong()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc80 case Instruction::SHR_LONG_2ADDR: in GenShiftOpLong()
1361 case Instruction::SHR_LONG_2ADDR: in GenShiftImmOpLong()
/art/runtime/
Ddex_instruction_list.h217 …V(0xC4, SHR_LONG_2ADDR, "shr-long/2addr", k12x, true, kNone, kContinue | kShr, kVerifyRegAWide | k…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1279 case Instruction::SHR_LONG_2ADDR: in RecordMIR()
Dlocal_value_numbering.cc1860 case Instruction::SHR_LONG_2ADDR: in GetValueNumber()
/art/compiler/dex/quick/arm/
Dint_arm.cc1585 case Instruction::SHR_LONG_2ADDR: in GenShiftImmOpLong()
/art/compiler/optimizing/
Dbuilder.cc1866 case Instruction::SHR_LONG_2ADDR: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2150 HANDLE_INSTRUCTION_START(SHR_LONG_2ADDR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1980 case Instruction::SHR_LONG_2ADDR: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2756 case Instruction::SHR_LONG_2ADDR: in CodeFlowVerifyInstruction()