Searched refs:ADD_LONG_2ADDR (Results 1 – 20 of 20) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 207 ADD_LONG_2ADDR, enumConstant
|
D | Instruction.java | 510 addOpcodeInfo(Opcode.ADD_LONG_2ADDR, "add-long/2addr", 0xbb, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 247 || Opcode.isBetween(opcode, Opcode.ADD_LONG_2ADDR, Opcode.USHR_LONG_2ADDR)) { in getInstructionOutputType()
|
D | ArithOpChanger.java | 222 long2addrOpcodes.add(Opcode.ADD_LONG_2ADDR);
|
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 540 case Instruction::ADD_LONG_2ADDR: in GenArithOpLong() 582 case Instruction::ADD_LONG_2ADDR: in GenArithOpLong()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 325 Instruction::ADD_LONG_2ADDR,
|
D | mir_to_lir.cc | 1041 case Instruction::ADD_LONG_2ADDR: in CompileDalvikInstruction()
|
D | gen_common.cc | 1983 case Instruction::ADD_LONG_2ADDR: in GenArithOpLong()
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 1685 case Instruction::ADD_LONG_2ADDR: in GenArithOpLong() 2054 case Instruction::ADD_LONG_2ADDR: in GenLongArith() 2685 case Instruction::ADD_LONG_2ADDR: in GenArithImmOpLong() 2734 case Instruction::ADD_LONG_2ADDR: in GetOpcode() 2790 case Instruction::ADD_LONG_2ADDR: in GetOpcode()
|
D | target_x86.cc | 2066 … GenArithOpLong(Instruction::ADD_LONG_2ADDR, rl_dest, temp_loc, temp_loc, mir->optimization_flags); in GenAddReduceVector()
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 1654 case Instruction::ADD_LONG_2ADDR: in GenArithImmOpLong() 1670 case Instruction::ADD_LONG_2ADDR: in GenArithImmOpLong()
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 1141 case Instruction::ADD_LONG_2ADDR: in GenArithOpLong() 1380 case Instruction::ADD_LONG_2ADDR: in GenArithImmOpLong()
|
/art/runtime/ |
D | dex_instruction_list.h | 208 …V(0xBB, ADD_LONG_2ADDR, "add-long/2addr", k12x, true, kNone, kContinue | kAdd, kVerifyRegAWide | k…
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1272 case Instruction::ADD_LONG_2ADDR: in RecordMIR()
|
D | mir_optimization.cc | 1976 case Instruction::ADD_LONG_2ADDR: in MultiplyAddOpt()
|
D | local_value_numbering.cc | 1832 case Instruction::ADD_LONG_2ADDR: in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 1762 case Instruction::ADD_LONG_2ADDR: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2071 HANDLE_INSTRUCTION_START(ADD_LONG_2ADDR) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1901 case Instruction::ADD_LONG_2ADDR: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2743 case Instruction::ADD_LONG_2ADDR: in CodeFlowVerifyInstruction()
|