Searched refs:SHL_LONG (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 183 SHL_LONG, enumConstant
|
D | Instruction.java | 486 addOpcodeInfo(Opcode.SHL_LONG, "shl-long", 0xa3, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 218 longOpcodes.add(Opcode.SHL_LONG);
|
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 836 case Instruction::SHL_LONG: in GenShiftOpLong() 877 case Instruction::SHL_LONG: in GenShiftImmOpLong()
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 1758 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/ |
D | quick_compiler.cc | 301 Instruction::SHL_LONG,
|
D | mir_to_lir.cc | 1060 case Instruction::SHL_LONG: in CompileDalvikInstruction()
|
D | gen_common.cc | 1493 case Instruction::SHL_LONG: in GenShiftOpLong()
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 75 case Instruction::SHL_LONG: in GenShiftOpLong() 1356 case Instruction::SHL_LONG: in GenShiftImmOpLong()
|
/art/runtime/ |
D | dex_instruction_list.h | 184 …V(0xA3, SHL_LONG, "shl-long", k23x, true, kNone, kContinue | kShl, kVerifyRegAWide | kVerifyRegBWi…
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1250 case Instruction::SHL_LONG: in RecordMIR()
|
D | local_value_numbering.cc | 1856 case Instruction::SHL_LONG: in GetValueNumber()
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 1566 case Instruction::SHL_LONG: in GenShiftImmOpLong()
|
/art/compiler/optimizing/ |
D | builder.cc | 1717 case Instruction::SHL_LONG: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1883 HANDLE_INSTRUCTION_START(SHL_LONG) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1714 case Instruction::SHL_LONG: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2699 case Instruction::SHL_LONG: in CodeFlowVerifyInstruction()
|