Searched refs:CMPL_FLOAT (Results 1 - 17 of 17) sorted by path

/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1209 case Instruction::CMPL_FLOAT:
H A Dlocal_value_numbering.cc1792 case Instruction::CMPL_FLOAT:
H A Dmir_optimization.cc538 case Instruction::CMPL_FLOAT:
555 case Instruction::CMPL_FLOAT:
/art/compiler/dex/quick/arm/
H A Dfp_arm.cc303 case Instruction::CMPL_FLOAT:
/art/compiler/dex/quick/arm64/
H A Dfp_arm64.cc286 case Instruction::CMPL_FLOAT:
/art/compiler/dex/quick/mips/
H A Dfp_mips.cc214 case Instruction::CMPL_FLOAT:
/art/compiler/dex/quick/
H A Dmir_to_lir.cc687 case Instruction::CMPL_FLOAT:
H A Dquick_compiler.cc183 Instruction::CMPL_FLOAT,
/art/compiler/dex/quick/x86/
H A Dfp_x86.cc469 bool single = (code == Instruction::CMPL_FLOAT) || (code == Instruction::CMPG_FLOAT);
/art/compiler/optimizing/
H A Dbuilder.cc2090 case Instruction::CMPL_FLOAT: {
/art/runtime/
H A Ddex_instruction_list.h66 V(0x2D, CMPL_FLOAT, "cmpl-float", k23x, true, kNone, kContinue, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc673 HANDLE_INSTRUCTION_START(CMPL_FLOAT) {
H A Dinterpreter_switch_impl.cc562 case Instruction::CMPL_FLOAT: {
/art/runtime/verifier/
H A Dmethod_verifier.cc2024 case Instruction::CMPL_FLOAT:
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DCmpBiasChanger.java142 return Opcode.CMPL_FLOAT;
149 if (Opcode.isBetween(opcode, Opcode.CMPL_FLOAT, Opcode.CMPG_DOUBLE)) {
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java366 addOpcodeInfo(Opcode.CMPL_FLOAT, "cmpl-float", 0x2d, new Format23x());
H A DOpcode.java65 CMPL_FLOAT, enum constant in enum:Opcode

Completed in 70 milliseconds