Home
last modified time | relevance | path

Searched refs:DIV_FLOAT_2ADDR (Results 1 – 16 of 16) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java221 DIV_FLOAT_2ADDR, enumConstant
DInstruction.java524 addOpcodeInfo(Opcode.DIV_FLOAT_2ADDR, "div-float/2addr", 0xc9, new Format12x()); in addOpcodeInfo() argument
/art/compiler/dex/quick/mips/
Dfp_mips.cc44 case Instruction::DIV_FLOAT_2ADDR: in GenArithOpFloat()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java243 float2addrOpcodes.add(Opcode.DIV_FLOAT_2ADDR);
/art/compiler/dex/quick/arm/
Dfp_arm.cc44 case Instruction::DIV_FLOAT_2ADDR: in GenArithOpFloat()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc40 case Instruction::DIV_FLOAT_2ADDR: in GenArithOpFloat()
/art/compiler/dex/quick/
Dquick_compiler.cc339 Instruction::DIV_FLOAT_2ADDR,
Dmir_to_lir.cc1074 case Instruction::DIV_FLOAT_2ADDR: in CompileDalvikInstruction()
/art/compiler/dex/quick/x86/
Dfp_x86.cc44 case Instruction::DIV_FLOAT_2ADDR: in GenArithOpFloat()
/art/runtime/
Ddex_instruction_list.h222 …V(0xC9, DIV_FLOAT_2ADDR, "div-float/2addr", k12x, true, kNone, kContinue | kDivide, kVerifyRegA | …
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1284 case Instruction::DIV_FLOAT_2ADDR: in RecordMIR()
Dlocal_value_numbering.cc1878 case Instruction::DIV_FLOAT_2ADDR: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1881 case Instruction::DIV_FLOAT_2ADDR: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2195 HANDLE_INSTRUCTION_START(DIV_FLOAT_2ADDR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2025 case Instruction::DIV_FLOAT_2ADDR: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2764 case Instruction::DIV_FLOAT_2ADDR: in CodeFlowVerifyInstruction()