Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java183 SHL_LONG, enumConstant
DInstruction.java486 addOpcodeInfo(Opcode.SHL_LONG, "shl-long", 0xa3, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java218 longOpcodes.add(Opcode.SHL_LONG);
/art/compiler/dex/quick/mips/
Dint_mips.cc836 case Instruction::SHL_LONG: in GenShiftOpLong()
877 case Instruction::SHL_LONG: in GenShiftImmOpLong()
/art/compiler/dex/quick/x86/
Dint_x86.cc1758 RegLocation rl_result = GenShiftImmOpLong(Instruction::SHL_LONG, rl_dest, rl_src1, in GenMulLongConst()
2558 case Instruction::SHL_LONG: in GenShiftImmOpLong()
2576 case Instruction::SHL_LONG: in GenShiftImmOpLong()
2646 (opcode == Instruction::SHL_LONG || opcode == Instruction::SHL_LONG_2ADDR)) { in GenShiftImmOpLong()
3385 case Instruction::SHL_LONG: in GenShiftOpLong()
3433 case Instruction::SHL_LONG: in GenShiftOpLong()
/art/compiler/dex/quick/
Dquick_compiler.cc301 Instruction::SHL_LONG,
Dmir_to_lir.cc1060 case Instruction::SHL_LONG: in CompileDalvikInstruction()
Dgen_common.cc1493 case Instruction::SHL_LONG: in GenShiftOpLong()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc75 case Instruction::SHL_LONG: in GenShiftOpLong()
1356 case Instruction::SHL_LONG: in GenShiftImmOpLong()
/art/runtime/
Ddex_instruction_list.h184 …V(0xA3, SHL_LONG, "shl-long", k23x, true, kNone, kContinue | kShl, kVerifyRegAWide | kVerifyRegBWi…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1250 case Instruction::SHL_LONG: in RecordMIR()
Dlocal_value_numbering.cc1856 case Instruction::SHL_LONG: in GetValueNumber()
/art/compiler/dex/quick/arm/
Dint_arm.cc1566 case Instruction::SHL_LONG: in GenShiftImmOpLong()
/art/compiler/optimizing/
Dbuilder.cc1717 case Instruction::SHL_LONG: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1883 HANDLE_INSTRUCTION_START(SHL_LONG) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1714 case Instruction::SHL_LONG: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2699 case Instruction::SHL_LONG: in CodeFlowVerifyInstruction()