Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DCmpBiasChanger.java141 if (opcode == Opcode.CMPG_FLOAT) { in getLegalDifferentOpcode()
144 return Opcode.CMPG_FLOAT; in getLegalDifferentOpcode()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java66 CMPG_FLOAT, enumConstant
DInstruction.java367 addOpcodeInfo(Opcode.CMPG_FLOAT, "cmpg-float", 0x2e, new Format23x()); in addOpcodeInfo() argument
/art/compiler/dex/quick/mips/
Dfp_mips.cc218 case Instruction::CMPG_FLOAT: in GenCmpFP()
/art/compiler/dex/quick/x86/
Dfp_x86.cc469 bool single = (code == Instruction::CMPL_FLOAT) || (code == Instruction::CMPG_FLOAT); in GenCmpFP()
470 bool unordered_gt = (code == Instruction::CMPG_DOUBLE) || (code == Instruction::CMPG_FLOAT); in GenCmpFP()
/art/compiler/dex/quick/arm/
Dfp_arm.cc307 case Instruction::CMPG_FLOAT: in GenCmpFP()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc290 case Instruction::CMPG_FLOAT: in GenCmpFP()
/art/compiler/dex/quick/
Dquick_compiler.cc184 Instruction::CMPG_FLOAT,
Dmir_to_lir.cc688 case Instruction::CMPG_FLOAT: in CompileDalvikInstruction()
/art/compiler/dex/
Dmir_optimization.cc540 case Instruction::CMPG_FLOAT: in BasicBlockOpt()
563 case Instruction::CMPG_FLOAT: in BasicBlockOpt()
Dgvn_dead_code_elimination.cc1210 case Instruction::CMPG_FLOAT: in RecordMIR()
Dlocal_value_numbering.cc1791 case Instruction::CMPG_FLOAT: in GetValueNumber()
/art/runtime/
Ddex_instruction_list.h67 …V(0x2E, CMPG_FLOAT, "cmpg-float", k23x, true, kNone, kContinue, kVerifyRegA | kVerifyRegB | kVerif…
/art/compiler/optimizing/
Dbuilder.cc2080 case Instruction::CMPG_FLOAT: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc689 HANDLE_INSTRUCTION_START(CMPG_FLOAT) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc578 case Instruction::CMPG_FLOAT: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2025 case Instruction::CMPG_FLOAT: in CodeFlowVerifyInstruction()