Searched refs:DOUBLE_TO_FLOAT (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 153 oppositeOpcode = Opcode.DOUBLE_TO_FLOAT; in applyMutation() 161 case DOUBLE_TO_FLOAT: in applyMutation() 195 if (Opcode.isBetween(opcode, Opcode.INT_TO_LONG, Opcode.DOUBLE_TO_FLOAT)) { in isConversionInstruction()
|
D | ValuePrinter.java | 252 || opcode == Opcode.DOUBLE_TO_FLOAT in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 160 DOUBLE_TO_FLOAT, enumConstant
|
D | Instruction.java | 463 addOpcodeInfo(Opcode.DOUBLE_TO_FLOAT, "double-to-float", 0x8c, new Format12x()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 140 case Instruction::DOUBLE_TO_FLOAT: in GenConversion()
|
/art/compiler/dex/quick/arm/ |
D | fp_arm.cc | 157 case Instruction::DOUBLE_TO_FLOAT: in GenConversion()
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 165 case Instruction::DOUBLE_TO_FLOAT: in GenConversion()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 278 Instruction::DOUBLE_TO_FLOAT,
|
D | mir_to_lir.cc | 988 case Instruction::DOUBLE_TO_FLOAT: in CompileDalvikInstruction()
|
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 220 case Instruction::DOUBLE_TO_FLOAT: in GenConversion()
|
/art/runtime/ |
D | dex_instruction_list.h | 161 …V(0x8C, DOUBLE_TO_FLOAT, "double-to-float", k12x, true, kNone, kContinue | kCast, kVerifyRegA | kV…
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1231 case Instruction::DOUBLE_TO_FLOAT: in RecordMIR()
|
D | local_value_numbering.cc | 1741 case Instruction::DOUBLE_TO_FLOAT: in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 1573 case Instruction::DOUBLE_TO_FLOAT: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1722 HANDLE_INSTRUCTION_START(DOUBLE_TO_FLOAT) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1554 case Instruction::DOUBLE_TO_FLOAT: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2656 case Instruction::DOUBLE_TO_FLOAT: in CodeFlowVerifyInstruction()
|