Home
last modified time | relevance | path

Searched refs:SUB_LONG (Results 1 – 19 of 19) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java176 SUB_LONG, enumConstant
DInstruction.java479 addOpcodeInfo(Opcode.SUB_LONG, "sub-long", 0x9c, new Format23x()); in addOpcodeInfo() argument
/art/compiler/optimizing/
Dconstant_folding_test.cc430 Instruction::SUB_LONG | 4 << 8, 0 | 2 << 8, in TEST()
Dbuilder.cc1618 case Instruction::SUB_LONG: { in AnalyzeDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java211 longOpcodes.add(Opcode.SUB_LONG);
/art/compiler/dex/quick/mips/
Dint_mips.cc543 case Instruction::SUB_LONG: in GenArithOpLong()
585 case Instruction::SUB_LONG: in GenArithOpLong()
/art/compiler/dex/quick/arm/
Dint_arm.cc1627 if ((opcode == Instruction::SUB_LONG_2ADDR) || (opcode == Instruction::SUB_LONG)) { in GenArithImmOpLong()
1655 case Instruction::SUB_LONG: in GenArithImmOpLong()
1698 case Instruction::SUB_LONG: in GenArithImmOpLong()
/art/compiler/dex/quick/
Dquick_compiler.cc294 Instruction::SUB_LONG,
Dmir_to_lir.cc1037 case Instruction::SUB_LONG: in CompileDalvikInstruction()
Dgen_common.cc1987 case Instruction::SUB_LONG: in GenArithOpLong()
/art/compiler/dex/quick/x86/
Dint_x86.cc1689 case Instruction::SUB_LONG: in GenArithOpLong()
2676 case Instruction::SUB_LONG: in GenArithImmOpLong()
2741 case Instruction::SUB_LONG: in GetOpcode()
2801 case Instruction::SUB_LONG: in GetOpcode()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1144 case Instruction::SUB_LONG: in GenArithOpLong()
1383 case Instruction::SUB_LONG: in GenArithImmOpLong()
/art/runtime/
Ddex_instruction_list.h177 …V(0x9C, SUB_LONG, "sub-long", k23x, true, kNone, kContinue | kSubtract, kVerifyRegAWide | kVerifyR…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1245 case Instruction::SUB_LONG: in RecordMIR()
Dmir_optimization.cc1979 case Instruction::SUB_LONG: in MultiplyAddOpt()
Dlocal_value_numbering.cc1827 case Instruction::SUB_LONG: in GetValueNumber()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1832 HANDLE_INSTRUCTION_START(SUB_LONG) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1665 case Instruction::SUB_LONG: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2688 case Instruction::SUB_LONG: in CodeFlowVerifyInstruction()