Searched refs:FLOAT_TO_DOUBLE (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 152 case FLOAT_TO_DOUBLE: in applyMutation() 162 oppositeOpcode = Opcode.FLOAT_TO_DOUBLE; in applyMutation()
|
D | ValuePrinter.java | 259 || opcode == Opcode.FLOAT_TO_DOUBLE in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 157 FLOAT_TO_DOUBLE, enumConstant
|
D | Instruction.java | 460 addOpcodeInfo(Opcode.FLOAT_TO_DOUBLE, "float-to-double", 0x89, new Format12x()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 143 case Instruction::FLOAT_TO_DOUBLE: in GenConversion()
|
/art/compiler/dex/quick/arm/ |
D | fp_arm.cc | 160 case Instruction::FLOAT_TO_DOUBLE: in GenConversion()
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 170 case Instruction::FLOAT_TO_DOUBLE: in GenConversion()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 275 Instruction::FLOAT_TO_DOUBLE,
|
D | mir_to_lir.cc | 985 case Instruction::FLOAT_TO_DOUBLE: in CompileDalvikInstruction()
|
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 224 case Instruction::FLOAT_TO_DOUBLE: in GenConversion()
|
/art/runtime/ |
D | dex_instruction_list.h | 158 …V(0x89, FLOAT_TO_DOUBLE, "float-to-double", k12x, true, kNone, kContinue | kCast, kVerifyRegAWide …
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1228 case Instruction::FLOAT_TO_DOUBLE: in RecordMIR()
|
D | local_value_numbering.cc | 1762 case Instruction::FLOAT_TO_DOUBLE: in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 1558 case Instruction::FLOAT_TO_DOUBLE: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1700 HANDLE_INSTRUCTION_START(FLOAT_TO_DOUBLE) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1532 case Instruction::FLOAT_TO_DOUBLE: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2644 case Instruction::FLOAT_TO_DOUBLE: in CodeFlowVerifyInstruction()
|