Searched refs:FLOAT_TO_LONG (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 141 oppositeOpcode = Opcode.FLOAT_TO_LONG; in applyMutation() 149 case FLOAT_TO_LONG: in applyMutation()
|
D | ValuePrinter.java | 244 || opcode == Opcode.INT_TO_LONG || opcode == Opcode.FLOAT_TO_LONG in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 156 FLOAT_TO_LONG, enumConstant
|
D | Instruction.java | 459 addOpcodeInfo(Opcode.FLOAT_TO_LONG, "float-to-long", 0x88, new Format12x()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 158 case Instruction::FLOAT_TO_LONG: in GenConversion()
|
/art/compiler/dex/quick/arm/ |
D | fp_arm.cc | 189 case Instruction::FLOAT_TO_LONG: in GenConversion()
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 190 case Instruction::FLOAT_TO_LONG: in GenConversion()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 274 Instruction::FLOAT_TO_LONG,
|
D | mir_to_lir.cc | 984 case Instruction::FLOAT_TO_LONG: in CompileDalvikInstruction()
|
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 290 case Instruction::FLOAT_TO_LONG: in GenConversion()
|
/art/runtime/ |
D | dex_instruction_list.h | 157 …V(0x88, FLOAT_TO_LONG, "float-to-long", k12x, true, kNone, kContinue | kCast, kVerifyRegAWide | kV…
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1227 case Instruction::FLOAT_TO_LONG: in RecordMIR()
|
D | local_value_numbering.cc | 1763 case Instruction::FLOAT_TO_LONG: in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 1553 case Instruction::FLOAT_TO_LONG: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1692 HANDLE_INSTRUCTION_START(FLOAT_TO_LONG) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1524 case Instruction::FLOAT_TO_LONG: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2640 case Instruction::FLOAT_TO_LONG: in CodeFlowVerifyInstruction()
|