Home
last modified time | relevance | path

Searched refs:FLOAT_TO_DOUBLE (Results 1 – 17 of 17) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java152 case FLOAT_TO_DOUBLE: in applyMutation()
162 oppositeOpcode = Opcode.FLOAT_TO_DOUBLE; in applyMutation()
DValuePrinter.java259 || opcode == Opcode.FLOAT_TO_DOUBLE in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java157 FLOAT_TO_DOUBLE, enumConstant
DInstruction.java460 addOpcodeInfo(Opcode.FLOAT_TO_DOUBLE, "float-to-double", 0x89, new Format12x()); in addOpcodeInfo() argument
/art/compiler/dex/quick/mips/
Dfp_mips.cc143 case Instruction::FLOAT_TO_DOUBLE: in GenConversion()
/art/compiler/dex/quick/arm/
Dfp_arm.cc160 case Instruction::FLOAT_TO_DOUBLE: in GenConversion()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc170 case Instruction::FLOAT_TO_DOUBLE: in GenConversion()
/art/compiler/dex/quick/
Dquick_compiler.cc275 Instruction::FLOAT_TO_DOUBLE,
Dmir_to_lir.cc985 case Instruction::FLOAT_TO_DOUBLE: in CompileDalvikInstruction()
/art/compiler/dex/quick/x86/
Dfp_x86.cc224 case Instruction::FLOAT_TO_DOUBLE: in GenConversion()
/art/runtime/
Ddex_instruction_list.h158 …V(0x89, FLOAT_TO_DOUBLE, "float-to-double", k12x, true, kNone, kContinue | kCast, kVerifyRegAWide …
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1228 case Instruction::FLOAT_TO_DOUBLE: in RecordMIR()
Dlocal_value_numbering.cc1762 case Instruction::FLOAT_TO_DOUBLE: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1558 case Instruction::FLOAT_TO_DOUBLE: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1700 HANDLE_INSTRUCTION_START(FLOAT_TO_DOUBLE) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1532 case Instruction::FLOAT_TO_DOUBLE: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2644 case Instruction::FLOAT_TO_DOUBLE: in CodeFlowVerifyInstruction()