Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java184 SHR_LONG, enumConstant
DInstruction.java487 addOpcodeInfo(Opcode.SHR_LONG, "shr-long", 0xa4, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java219 longOpcodes.add(Opcode.SHR_LONG);
/art/compiler/dex/quick/mips/
Dint_mips.cc840 case Instruction::SHR_LONG: in GenShiftOpLong()
881 case Instruction::SHR_LONG: in GenShiftImmOpLong()
/art/compiler/dex/quick/
Dquick_compiler.cc302 Instruction::SHR_LONG,
Dmir_to_lir.cc1061 case Instruction::SHR_LONG: in CompileDalvikInstruction()
Dgen_common.cc1497 case Instruction::SHR_LONG: in GenShiftOpLong()
/art/compiler/dex/quick/x86/
Dint_x86.cc2562 case Instruction::SHR_LONG: in GenShiftImmOpLong()
2594 case Instruction::SHR_LONG: in GenShiftImmOpLong()
3395 case Instruction::SHR_LONG: in GenShiftOpLong()
3439 case Instruction::SHR_LONG: in GenShiftOpLong()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc79 case Instruction::SHR_LONG: in GenShiftOpLong()
1360 case Instruction::SHR_LONG: in GenShiftImmOpLong()
/art/runtime/
Ddex_instruction_list.h185 …V(0xA4, SHR_LONG, "shr-long", k23x, true, kNone, kContinue | kShr, kVerifyRegAWide | kVerifyRegBWi…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1251 case Instruction::SHR_LONG: in RecordMIR()
Dlocal_value_numbering.cc1857 case Instruction::SHR_LONG: in GetValueNumber()
/art/compiler/dex/quick/arm/
Dint_arm.cc1584 case Instruction::SHR_LONG: in GenShiftImmOpLong()
/art/compiler/optimizing/
Dbuilder.cc1727 case Instruction::SHR_LONG: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1890 HANDLE_INSTRUCTION_START(SHR_LONG) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1721 case Instruction::SHR_LONG: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2700 case Instruction::SHR_LONG: in CodeFlowVerifyInstruction()