Searched refs:CMPG_DOUBLE (Results 1 – 18 of 18) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | CmpBiasChanger.java | 135 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/ |
D | Opcode.java | 68 CMPG_DOUBLE, enumConstant
|
D | Instruction.java | 369 addOpcodeInfo(Opcode.CMPG_DOUBLE, "cmpg-double", 0x30, new Format23x()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 225 case Instruction::CMPG_DOUBLE: in GenCmpFP()
|
/art/compiler/dex/quick/arm/ |
D | fp_arm.cc | 315 case Instruction::CMPG_DOUBLE: in GenCmpFP()
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 298 case Instruction::CMPG_DOUBLE: in GenCmpFP()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 186 Instruction::CMPG_DOUBLE,
|
D | mir_to_lir.cc | 690 case Instruction::CMPG_DOUBLE: in CompileDalvikInstruction()
|
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 470 bool unordered_gt = (code == Instruction::CMPG_DOUBLE) || (code == Instruction::CMPG_FLOAT); in GenCmpFP()
|
D | utility_x86.cc | 968 case Instruction::CMPG_DOUBLE: in AnalyzeMIR()
|
/art/compiler/dex/ |
D | mir_optimization.cc | 541 case Instruction::CMPG_DOUBLE: in BasicBlockOpt() 567 case Instruction::CMPG_DOUBLE: in BasicBlockOpt()
|
D | gvn_dead_code_elimination.cc | 1212 case Instruction::CMPG_DOUBLE: in RecordMIR()
|
D | local_value_numbering.cc | 1774 case Instruction::CMPG_DOUBLE: in GetValueNumber()
|
/art/runtime/ |
D | dex_instruction_list.h | 69 …V(0x30, CMPG_DOUBLE, "cmpg-double", k23x, true, kNone, kContinue, kVerifyRegA | kVerifyRegBWide | …
|
/art/compiler/optimizing/ |
D | builder.cc | 2085 case Instruction::CMPG_DOUBLE: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 721 HANDLE_INSTRUCTION_START(CMPG_DOUBLE) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 611 case Instruction::CMPG_DOUBLE: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2035 case Instruction::CMPG_DOUBLE: in CodeFlowVerifyInstruction()
|