Searched refs:CMPG_FLOAT (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | CmpBiasChanger.java | 141 if (opcode == Opcode.CMPG_FLOAT) { in getLegalDifferentOpcode() 144 return Opcode.CMPG_FLOAT; in getLegalDifferentOpcode()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 66 CMPG_FLOAT, enumConstant
|
D | Instruction.java | 367 addOpcodeInfo(Opcode.CMPG_FLOAT, "cmpg-float", 0x2e, new Format23x()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 218 case Instruction::CMPG_FLOAT: in GenCmpFP()
|
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 469 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/ |
D | fp_arm.cc | 307 case Instruction::CMPG_FLOAT: in GenCmpFP()
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 290 case Instruction::CMPG_FLOAT: in GenCmpFP()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 184 Instruction::CMPG_FLOAT,
|
D | mir_to_lir.cc | 688 case Instruction::CMPG_FLOAT: in CompileDalvikInstruction()
|
/art/compiler/dex/ |
D | mir_optimization.cc | 540 case Instruction::CMPG_FLOAT: in BasicBlockOpt() 563 case Instruction::CMPG_FLOAT: in BasicBlockOpt()
|
D | gvn_dead_code_elimination.cc | 1210 case Instruction::CMPG_FLOAT: in RecordMIR()
|
D | local_value_numbering.cc | 1791 case Instruction::CMPG_FLOAT: in GetValueNumber()
|
/art/runtime/ |
D | dex_instruction_list.h | 67 …V(0x2E, CMPG_FLOAT, "cmpg-float", k23x, true, kNone, kContinue, kVerifyRegA | kVerifyRegB | kVerif…
|
/art/compiler/optimizing/ |
D | builder.cc | 2080 case Instruction::CMPG_FLOAT: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 689 HANDLE_INSTRUCTION_START(CMPG_FLOAT) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 578 case Instruction::CMPG_FLOAT: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2025 case Instruction::CMPG_FLOAT: in CodeFlowVerifyInstruction()
|