Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java226 DIV_DOUBLE_2ADDR, enumConstant
DInstruction.java529 addOpcodeInfo(Opcode.DIV_DOUBLE_2ADDR, "div-double/2addr", 0xce, new Format12x()); in addOpcodeInfo() argument
/art/compiler/dex/quick/mips/
Dfp_mips.cc86 case Instruction::DIV_DOUBLE_2ADDR: in GenArithOpDouble()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java255 double2addrOpcodes.add(Opcode.DIV_DOUBLE_2ADDR);
/art/compiler/dex/quick/arm/
Dfp_arm.cc86 case Instruction::DIV_DOUBLE_2ADDR: in GenArithOpDouble()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc82 case Instruction::DIV_DOUBLE_2ADDR: in GenArithOpDouble()
/art/compiler/dex/quick/
Dquick_compiler.cc344 Instruction::DIV_DOUBLE_2ADDR,
Dmir_to_lir.cc1091 case Instruction::DIV_DOUBLE_2ADDR: in CompileDalvikInstruction()
/art/compiler/dex/quick/x86/
Dfp_x86.cc97 case Instruction::DIV_DOUBLE_2ADDR: in GenArithOpDouble()
Dutility_x86.cc978 case Instruction::DIV_DOUBLE_2ADDR: in AnalyzeMIR()
/art/runtime/
Ddex_instruction_list.h227 …V(0xCE, DIV_DOUBLE_2ADDR, "div-double/2addr", k12x, true, kNone, kContinue | kDivide, kVerifyRegAW…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1289 case Instruction::DIV_DOUBLE_2ADDR: in RecordMIR()
Dlocal_value_numbering.cc1846 case Instruction::DIV_DOUBLE_2ADDR: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1886 case Instruction::DIV_DOUBLE_2ADDR: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2240 HANDLE_INSTRUCTION_START(DIV_DOUBLE_2ADDR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2070 case Instruction::DIV_DOUBLE_2ADDR: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2772 case Instruction::DIV_DOUBLE_2ADDR: in CodeFlowVerifyInstruction()