Searched refs:CMPL_DOUBLE (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | CmpBiasChanger.java | 136 return Opcode.CMPL_DOUBLE; in getLegalDifferentOpcode() 138 if (opcode == Opcode.CMPL_DOUBLE) { in getLegalDifferentOpcode()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 67 CMPL_DOUBLE, enumConstant
|
D | Instruction.java | 368 addOpcodeInfo(Opcode.CMPL_DOUBLE, "cmpl-double", 0x2f, new Format23x()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 222 case Instruction::CMPL_DOUBLE: in GenCmpFP()
|
/art/compiler/dex/quick/arm/ |
D | fp_arm.cc | 311 case Instruction::CMPL_DOUBLE: in GenCmpFP()
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 294 case Instruction::CMPL_DOUBLE: in GenCmpFP()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 185 Instruction::CMPL_DOUBLE,
|
D | mir_to_lir.cc | 689 case Instruction::CMPL_DOUBLE: in CompileDalvikInstruction()
|
/art/compiler/dex/ |
D | mir_optimization.cc | 539 case Instruction::CMPL_DOUBLE: in BasicBlockOpt() 559 case Instruction::CMPL_DOUBLE: in BasicBlockOpt()
|
D | gvn_dead_code_elimination.cc | 1211 case Instruction::CMPL_DOUBLE: in RecordMIR()
|
D | local_value_numbering.cc | 1773 case Instruction::CMPL_DOUBLE: in GetValueNumber()
|
/art/runtime/ |
D | dex_instruction_list.h | 68 …V(0x2F, CMPL_DOUBLE, "cmpl-double", k23x, true, kNone, kContinue, kVerifyRegA | kVerifyRegBWide | …
|
/art/compiler/dex/quick/x86/ |
D | utility_x86.cc | 967 case Instruction::CMPL_DOUBLE: in AnalyzeMIR()
|
/art/compiler/optimizing/ |
D | builder.cc | 2095 case Instruction::CMPL_DOUBLE: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 705 HANDLE_INSTRUCTION_START(CMPL_DOUBLE) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 594 case Instruction::CMPL_DOUBLE: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2034 case Instruction::CMPL_DOUBLE: in CodeFlowVerifyInstruction()
|