Home
last modified time | relevance | path

Searched refs:ADD_LONG (Results 1 – 21 of 21) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java175 ADD_LONG, enumConstant
DInstruction.java478 addOpcodeInfo(Opcode.ADD_LONG, "add-long", 0x9b, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java246 || Opcode.isBetween(opcode, Opcode.ADD_LONG, Opcode.USHR_LONG) in getInstructionOutputType()
DArithOpChanger.java210 longOpcodes.add(Opcode.ADD_LONG);
/art/compiler/optimizing/
Dconstant_folding_test.cc365 Instruction::ADD_LONG | 4 << 8, 0 | 2 << 8, in TEST()
Dcodegen_test.cc477 Instruction::ADD_LONG | 0, 0 << 8 | 2, // v0 <- 2^32 + 1 in TEST()
Dbuilder.cc1598 case Instruction::ADD_LONG: { in AnalyzeDexInstruction()
/art/compiler/dex/quick/mips/
Dint_mips.cc539 case Instruction::ADD_LONG: in GenArithOpLong()
581 case Instruction::ADD_LONG: in GenArithOpLong()
/art/compiler/dex/quick/x86/
Dint_x86.cc1684 case Instruction::ADD_LONG: in GenArithOpLong()
1752 GenArithOpLong(Instruction::ADD_LONG, rl_dest, rl_src1, rl_src1, flags); in GenMulLongConst()
2648 GenArithOpLong(Instruction::ADD_LONG, rl_dest, rl_src, rl_src, flags); in GenShiftImmOpLong()
2665 case Instruction::ADD_LONG: in GenArithImmOpLong()
2733 case Instruction::ADD_LONG: in GetOpcode()
2789 case Instruction::ADD_LONG: in GetOpcode()
/art/compiler/dex/quick/
Dquick_compiler.cc293 Instruction::ADD_LONG,
Dmir_to_lir.cc1036 case Instruction::ADD_LONG: in CompileDalvikInstruction()
Dgen_common.cc1982 case Instruction::ADD_LONG: in GenArithOpLong()
/art/compiler/dex/quick/arm/
Dint_arm.cc1653 case Instruction::ADD_LONG: in GenArithImmOpLong()
1669 case Instruction::ADD_LONG: in GenArithImmOpLong()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1140 case Instruction::ADD_LONG: in GenArithOpLong()
1379 case Instruction::ADD_LONG: in GenArithImmOpLong()
/art/runtime/
Ddex_instruction_list.h176 …V(0x9B, ADD_LONG, "add-long", k23x, true, kNone, kContinue | kAdd, kVerifyRegAWide | kVerifyRegBWi…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1244 case Instruction::ADD_LONG: in RecordMIR()
Dmir_optimization.cc1975 case Instruction::ADD_LONG: in MultiplyAddOpt()
Dlocal_value_numbering.cc1826 case Instruction::ADD_LONG: in GetValueNumber()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1825 HANDLE_INSTRUCTION_START(ADD_LONG) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1658 case Instruction::ADD_LONG: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2687 case Instruction::ADD_LONG: in CodeFlowVerifyInstruction()