Home
last modified time | relevance | path

Searched refs:SUB_LONG_2ADDR (Results 1 – 18 of 18) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java208 SUB_LONG_2ADDR, enumConstant
DInstruction.java511 addOpcodeInfo(Opcode.SUB_LONG_2ADDR, "sub-long/2addr", 0xbc, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java223 long2addrOpcodes.add(Opcode.SUB_LONG_2ADDR);
/art/compiler/dex/quick/mips/
Dint_mips.cc544 case Instruction::SUB_LONG_2ADDR: in GenArithOpLong()
586 case Instruction::SUB_LONG_2ADDR: in GenArithOpLong()
/art/compiler/dex/quick/arm/
Dint_arm.cc1627 if ((opcode == Instruction::SUB_LONG_2ADDR) || (opcode == Instruction::SUB_LONG)) { in GenArithImmOpLong()
1656 case Instruction::SUB_LONG_2ADDR: in GenArithImmOpLong()
1697 case Instruction::SUB_LONG_2ADDR: in GenArithImmOpLong()
/art/compiler/dex/quick/
Dquick_compiler.cc326 Instruction::SUB_LONG_2ADDR,
Dmir_to_lir.cc1042 case Instruction::SUB_LONG_2ADDR: in CompileDalvikInstruction()
Dgen_common.cc1988 case Instruction::SUB_LONG_2ADDR: in GenArithOpLong()
/art/compiler/dex/quick/x86/
Dint_x86.cc1690 case Instruction::SUB_LONG_2ADDR: in GenArithOpLong()
2055 case Instruction::SUB_LONG_2ADDR: in GenLongArith()
2677 case Instruction::SUB_LONG_2ADDR: in GenArithImmOpLong()
2742 case Instruction::SUB_LONG_2ADDR: in GetOpcode()
2802 case Instruction::SUB_LONG_2ADDR: in GetOpcode()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1145 case Instruction::SUB_LONG_2ADDR: in GenArithOpLong()
1384 case Instruction::SUB_LONG_2ADDR: in GenArithImmOpLong()
/art/runtime/
Ddex_instruction_list.h209 …V(0xBC, SUB_LONG_2ADDR, "sub-long/2addr", k12x, true, kNone, kContinue | kSubtract, kVerifyRegAWid…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1273 case Instruction::SUB_LONG_2ADDR: in RecordMIR()
Dmir_optimization.cc1980 case Instruction::SUB_LONG_2ADDR: in MultiplyAddOpt()
Dlocal_value_numbering.cc1833 case Instruction::SUB_LONG_2ADDR: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1782 case Instruction::SUB_LONG_2ADDR: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2080 HANDLE_INSTRUCTION_START(SUB_LONG_2ADDR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1910 case Instruction::SUB_LONG_2ADDR: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2744 case Instruction::SUB_LONG_2ADDR: in CodeFlowVerifyInstruction()