Home
last modified time | relevance | path

Searched refs:CMPG_DOUBLE (Results 1 – 18 of 18) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DCmpBiasChanger.java135 if (opcode == Opcode.CMPG_DOUBLE) { in getLegalDifferentOpcode()
139 return Opcode.CMPG_DOUBLE; in getLegalDifferentOpcode()
149 if (Opcode.isBetween(opcode, Opcode.CMPL_FLOAT, Opcode.CMPG_DOUBLE)) { in isCmpBiasOperation()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java68 CMPG_DOUBLE, enumConstant
DInstruction.java369 addOpcodeInfo(Opcode.CMPG_DOUBLE, "cmpg-double", 0x30, new Format23x()); in addOpcodeInfo() argument
/art/compiler/dex/quick/mips/
Dfp_mips.cc225 case Instruction::CMPG_DOUBLE: in GenCmpFP()
/art/compiler/dex/quick/arm/
Dfp_arm.cc315 case Instruction::CMPG_DOUBLE: in GenCmpFP()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc298 case Instruction::CMPG_DOUBLE: in GenCmpFP()
/art/compiler/dex/quick/
Dquick_compiler.cc186 Instruction::CMPG_DOUBLE,
Dmir_to_lir.cc690 case Instruction::CMPG_DOUBLE: in CompileDalvikInstruction()
/art/compiler/dex/quick/x86/
Dfp_x86.cc470 bool unordered_gt = (code == Instruction::CMPG_DOUBLE) || (code == Instruction::CMPG_FLOAT); in GenCmpFP()
Dutility_x86.cc968 case Instruction::CMPG_DOUBLE: in AnalyzeMIR()
/art/compiler/dex/
Dmir_optimization.cc541 case Instruction::CMPG_DOUBLE: in BasicBlockOpt()
567 case Instruction::CMPG_DOUBLE: in BasicBlockOpt()
Dgvn_dead_code_elimination.cc1212 case Instruction::CMPG_DOUBLE: in RecordMIR()
Dlocal_value_numbering.cc1774 case Instruction::CMPG_DOUBLE: in GetValueNumber()
/art/runtime/
Ddex_instruction_list.h69 …V(0x30, CMPG_DOUBLE, "cmpg-double", k23x, true, kNone, kContinue, kVerifyRegA | kVerifyRegBWide | …
/art/compiler/optimizing/
Dbuilder.cc2085 case Instruction::CMPG_DOUBLE: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc721 HANDLE_INSTRUCTION_START(CMPG_DOUBLE) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc611 case Instruction::CMPG_DOUBLE: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2035 case Instruction::CMPG_DOUBLE: in CodeFlowVerifyInstruction()