Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java141 oppositeOpcode = Opcode.FLOAT_TO_LONG; in applyMutation()
149 case FLOAT_TO_LONG: in applyMutation()
DValuePrinter.java244 || opcode == Opcode.INT_TO_LONG || opcode == Opcode.FLOAT_TO_LONG in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java156 FLOAT_TO_LONG, enumConstant
DInstruction.java459 addOpcodeInfo(Opcode.FLOAT_TO_LONG, "float-to-long", 0x88, new Format12x()); in addOpcodeInfo() argument
/art/compiler/dex/quick/mips/
Dfp_mips.cc158 case Instruction::FLOAT_TO_LONG: in GenConversion()
/art/compiler/dex/quick/arm/
Dfp_arm.cc189 case Instruction::FLOAT_TO_LONG: in GenConversion()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc190 case Instruction::FLOAT_TO_LONG: in GenConversion()
/art/compiler/dex/quick/
Dquick_compiler.cc274 Instruction::FLOAT_TO_LONG,
Dmir_to_lir.cc984 case Instruction::FLOAT_TO_LONG: in CompileDalvikInstruction()
/art/compiler/dex/quick/x86/
Dfp_x86.cc290 case Instruction::FLOAT_TO_LONG: in GenConversion()
/art/runtime/
Ddex_instruction_list.h157 …V(0x88, FLOAT_TO_LONG, "float-to-long", k12x, true, kNone, kContinue | kCast, kVerifyRegAWide | kV…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1227 case Instruction::FLOAT_TO_LONG: in RecordMIR()
Dlocal_value_numbering.cc1763 case Instruction::FLOAT_TO_LONG: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1553 case Instruction::FLOAT_TO_LONG: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1692 HANDLE_INSTRUCTION_START(FLOAT_TO_LONG) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1524 case Instruction::FLOAT_TO_LONG: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2640 case Instruction::FLOAT_TO_LONG: in CodeFlowVerifyInstruction()