Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java194 DIV_DOUBLE, enumConstant
DInstruction.java497 addOpcodeInfo(Opcode.DIV_DOUBLE, "div-double", 0xae, new Format23x()); in addOpcodeInfo() argument
/art/compiler/dex/quick/mips/
Dfp_mips.cc87 case Instruction::DIV_DOUBLE: in GenArithOpDouble()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java249 doubleOpcodes.add(Opcode.DIV_DOUBLE);
/art/compiler/dex/quick/arm/
Dfp_arm.cc87 case Instruction::DIV_DOUBLE: in GenArithOpDouble()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc83 case Instruction::DIV_DOUBLE: in GenArithOpDouble()
/art/compiler/dex/quick/
Dquick_compiler.cc312 Instruction::DIV_DOUBLE,
Dmir_to_lir.cc1090 case Instruction::DIV_DOUBLE: in CompileDalvikInstruction()
/art/compiler/dex/quick/x86/
Dfp_x86.cc98 case Instruction::DIV_DOUBLE: in GenArithOpDouble()
Dutility_x86.cc973 case Instruction::DIV_DOUBLE: in AnalyzeMIR()
/art/runtime/
Ddex_instruction_list.h195 …V(0xAE, DIV_DOUBLE, "div-double", k23x, true, kNone, kContinue | kDivide, kVerifyRegAWide | kVerif…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1261 case Instruction::DIV_DOUBLE: in RecordMIR()
Dlocal_value_numbering.cc1841 case Instruction::DIV_DOUBLE: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1675 case Instruction::DIV_DOUBLE: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1960 HANDLE_INSTRUCTION_START(DIV_DOUBLE) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1791 case Instruction::DIV_DOUBLE: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2717 case Instruction::DIV_DOUBLE: in CodeFlowVerifyInstruction()