Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DCmpBiasChanger.java142 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/
DOpcode.java65 CMPL_FLOAT, enumConstant
DInstruction.java366 addOpcodeInfo(Opcode.CMPL_FLOAT, "cmpl-float", 0x2d, new Format23x()); in addOpcodeInfo() argument
/art/compiler/dex/quick/mips/
Dfp_mips.cc214 case Instruction::CMPL_FLOAT: in GenCmpFP()
/art/compiler/dex/quick/arm/
Dfp_arm.cc303 case Instruction::CMPL_FLOAT: in GenCmpFP()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc286 case Instruction::CMPL_FLOAT: in GenCmpFP()
/art/compiler/dex/quick/
Dquick_compiler.cc183 Instruction::CMPL_FLOAT,
Dmir_to_lir.cc687 case Instruction::CMPL_FLOAT: in CompileDalvikInstruction()
/art/compiler/dex/quick/x86/
Dfp_x86.cc469 bool single = (code == Instruction::CMPL_FLOAT) || (code == Instruction::CMPG_FLOAT); in GenCmpFP()
/art/compiler/dex/
Dmir_optimization.cc538 case Instruction::CMPL_FLOAT: in BasicBlockOpt()
555 case Instruction::CMPL_FLOAT: in BasicBlockOpt()
Dgvn_dead_code_elimination.cc1209 case Instruction::CMPL_FLOAT: in RecordMIR()
Dlocal_value_numbering.cc1792 case Instruction::CMPL_FLOAT: in GetValueNumber()
/art/runtime/
Ddex_instruction_list.h66 …V(0x2D, CMPL_FLOAT, "cmpl-float", k23x, true, kNone, kContinue, kVerifyRegA | kVerifyRegB | kVerif…
/art/compiler/optimizing/
Dbuilder.cc2090 case Instruction::CMPL_FLOAT: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc673 HANDLE_INSTRUCTION_START(CMPL_FLOAT) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc562 case Instruction::CMPL_FLOAT: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2024 case Instruction::CMPL_FLOAT: in CodeFlowVerifyInstruction()