Home
last modified time | relevance | path

Searched refs:SHR_INT_2ADDR (Results 1 – 16 of 16) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java205 SHR_INT_2ADDR, enumConstant
DInstruction.java508 addOpcodeInfo(Opcode.SHR_INT_2ADDR, "shr-int/2addr", 0xb9, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java207 int2addrOpcodes.add(Opcode.SHR_INT_2ADDR);
/art/compiler/dex/quick/
Dquick_compiler.cc323 Instruction::SHR_INT_2ADDR,
Dgen_common.cc1577 case Instruction::SHR_INT_2ADDR: in GenArithOpInt()
1871 case Instruction::SHR_INT_2ADDR: in GenArithOpIntLit()
Dmir_to_lir.cc1025 case Instruction::SHR_INT_2ADDR: in CompileDalvikInstruction()
/art/runtime/
Ddex_instruction_list.h206 …V(0xB9, SHR_INT_2ADDR, "shr-int/2addr", k12x, true, kNone, kContinue | kShr, kVerifyRegA | kVerify…
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc361 case Instruction::SHR_INT_2ADDR: in InexpensiveConstantInt()
/art/compiler/dex/quick/arm/
Dutility_arm.cc158 case Instruction::SHR_INT_2ADDR: in InexpensiveConstantInt()
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1270 case Instruction::SHR_INT_2ADDR: in RecordMIR()
Dlocal_value_numbering.cc1808 case Instruction::SHR_INT_2ADDR: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1861 case Instruction::SHR_INT_2ADDR: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2026 HANDLE_INSTRUCTION_START(SHR_INT_2ADDR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1856 case Instruction::SHR_INT_2ADDR: { in ExecuteSwitchImpl()
/art/compiler/dex/quick/x86/
Dint_x86.cc3153 case Instruction::SHR_INT_2ADDR: in GenArithOpInt()
/art/runtime/verifier/
Dmethod_verifier.cc2728 case Instruction::SHR_INT_2ADDR: in CodeFlowVerifyInstruction()