Home
last modified time | relevance | path

Searched refs:ADD_LONG_2ADDR (Results 1 – 20 of 20) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java207 ADD_LONG_2ADDR, enumConstant
DInstruction.java510 addOpcodeInfo(Opcode.ADD_LONG_2ADDR, "add-long/2addr", 0xbb, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java247 || Opcode.isBetween(opcode, Opcode.ADD_LONG_2ADDR, Opcode.USHR_LONG_2ADDR)) { in getInstructionOutputType()
DArithOpChanger.java222 long2addrOpcodes.add(Opcode.ADD_LONG_2ADDR);
/art/compiler/dex/quick/mips/
Dint_mips.cc540 case Instruction::ADD_LONG_2ADDR: in GenArithOpLong()
582 case Instruction::ADD_LONG_2ADDR: in GenArithOpLong()
/art/compiler/dex/quick/
Dquick_compiler.cc325 Instruction::ADD_LONG_2ADDR,
Dmir_to_lir.cc1041 case Instruction::ADD_LONG_2ADDR: in CompileDalvikInstruction()
Dgen_common.cc1983 case Instruction::ADD_LONG_2ADDR: in GenArithOpLong()
/art/compiler/dex/quick/x86/
Dint_x86.cc1685 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()
Dtarget_x86.cc2066 … GenArithOpLong(Instruction::ADD_LONG_2ADDR, rl_dest, temp_loc, temp_loc, mir->optimization_flags); in GenAddReduceVector()
/art/compiler/dex/quick/arm/
Dint_arm.cc1654 case Instruction::ADD_LONG_2ADDR: in GenArithImmOpLong()
1670 case Instruction::ADD_LONG_2ADDR: in GenArithImmOpLong()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1141 case Instruction::ADD_LONG_2ADDR: in GenArithOpLong()
1380 case Instruction::ADD_LONG_2ADDR: in GenArithImmOpLong()
/art/runtime/
Ddex_instruction_list.h208 …V(0xBB, ADD_LONG_2ADDR, "add-long/2addr", k12x, true, kNone, kContinue | kAdd, kVerifyRegAWide | k…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1272 case Instruction::ADD_LONG_2ADDR: in RecordMIR()
Dmir_optimization.cc1976 case Instruction::ADD_LONG_2ADDR: in MultiplyAddOpt()
Dlocal_value_numbering.cc1832 case Instruction::ADD_LONG_2ADDR: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1762 case Instruction::ADD_LONG_2ADDR: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2071 HANDLE_INSTRUCTION_START(ADD_LONG_2ADDR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1901 case Instruction::ADD_LONG_2ADDR: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2743 case Instruction::ADD_LONG_2ADDR: in CodeFlowVerifyInstruction()