Home
last modified time | relevance | path

Searched refs:DIV_LONG_2ADDR (Results 1 – 17 of 17) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java210 DIV_LONG_2ADDR, enumConstant
DInstruction.java513 addOpcodeInfo(Opcode.DIV_LONG_2ADDR, "div-long/2addr", 0xbe, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java225 long2addrOpcodes.add(Opcode.DIV_LONG_2ADDR);
/art/compiler/dex/quick/
Dquick_compiler.cc328 Instruction::DIV_LONG_2ADDR,
Dmir_to_lir.cc1055 case Instruction::DIV_LONG_2ADDR: in CompileDalvikInstruction()
Dgen_common.cc1999 case Instruction::DIV_LONG_2ADDR: in GenArithOpLong()
/art/compiler/dex/quick/mips/
Dint_mips.cc552 case Instruction::DIV_LONG_2ADDR: in GenArithOpLong()
/art/runtime/
Ddex_instruction_list.h211 …V(0xBE, DIV_LONG_2ADDR, "div-long/2addr", k12x, true, kNone, kContinue | kThrow | kDivide, kVerify…
/art/compiler/dex/
Dlocal_value_numbering_test.cc783 DEF_DIV_REM_WIDE(Instruction::DIV_LONG_2ADDR, 7u, 16u, 14u), in TEST_F()
Dgvn_dead_code_elimination.cc1314 case Instruction::DIV_LONG_2ADDR: in RecordMIR()
Dlocal_value_numbering.cc1821 case Instruction::DIV_LONG_2ADDR: in GetValueNumber()
/art/compiler/dex/quick/x86/
Dint_x86.cc1667 case Instruction::DIV_LONG_2ADDR: in GenArithOpLong()
1700 case Instruction::DIV_LONG_2ADDR: in GenArithOpLong()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1153 case Instruction::DIV_LONG_2ADDR: in GenArithOpLong()
/art/compiler/optimizing/
Dbuilder.cc1823 case Instruction::DIV_LONG_2ADDR: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2098 HANDLE_INSTRUCTION_START(DIV_LONG_2ADDR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1928 case Instruction::DIV_LONG_2ADDR: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2746 case Instruction::DIV_LONG_2ADDR: in CodeFlowVerifyInstruction()