Searched refs:CMPL_FLOAT (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | CmpBiasChanger.java | 142 return Opcode.CMPL_FLOAT; in getLegalDifferentOpcode() 149 if (Opcode.isBetween(opcode, Opcode.CMPL_FLOAT, Opcode.CMPG_DOUBLE)) { in isCmpBiasOperation()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 65 CMPL_FLOAT, enumConstant
|
D | Instruction.java | 366 addOpcodeInfo(Opcode.CMPL_FLOAT, "cmpl-float", 0x2d, new Format23x()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 214 case Instruction::CMPL_FLOAT: in GenCmpFP()
|
/art/compiler/dex/quick/arm/ |
D | fp_arm.cc | 303 case Instruction::CMPL_FLOAT: in GenCmpFP()
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 286 case Instruction::CMPL_FLOAT: in GenCmpFP()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 183 Instruction::CMPL_FLOAT,
|
D | mir_to_lir.cc | 687 case Instruction::CMPL_FLOAT: in CompileDalvikInstruction()
|
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 469 bool single = (code == Instruction::CMPL_FLOAT) || (code == Instruction::CMPG_FLOAT); in GenCmpFP()
|
/art/compiler/dex/ |
D | mir_optimization.cc | 538 case Instruction::CMPL_FLOAT: in BasicBlockOpt() 555 case Instruction::CMPL_FLOAT: in BasicBlockOpt()
|
D | gvn_dead_code_elimination.cc | 1209 case Instruction::CMPL_FLOAT: in RecordMIR()
|
D | local_value_numbering.cc | 1792 case Instruction::CMPL_FLOAT: in GetValueNumber()
|
/art/runtime/ |
D | dex_instruction_list.h | 66 …V(0x2D, CMPL_FLOAT, "cmpl-float", k23x, true, kNone, kContinue, kVerifyRegA | kVerifyRegB | kVerif…
|
/art/compiler/optimizing/ |
D | builder.cc | 2090 case Instruction::CMPL_FLOAT: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 673 HANDLE_INSTRUCTION_START(CMPL_FLOAT) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 562 case Instruction::CMPL_FLOAT: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2024 case Instruction::CMPL_FLOAT: in CodeFlowVerifyInstruction()
|