Searched refs:FLOAT_TO_INT (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 132 oppositeOpcode = Opcode.FLOAT_TO_INT; in applyMutation() 146 case FLOAT_TO_INT: in applyMutation()
|
D | ValuePrinter.java | 236 || opcode == Opcode.LONG_TO_INT || opcode == Opcode.FLOAT_TO_INT in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 155 FLOAT_TO_INT, enumConstant
|
D | Instruction.java | 458 addOpcodeInfo(Opcode.FLOAT_TO_INT, "float-to-int", 0x87, new Format12x()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 149 case Instruction::FLOAT_TO_INT: in GenConversion()
|
/art/compiler/dex/quick/arm/ |
D | fp_arm.cc | 154 case Instruction::FLOAT_TO_INT: in GenConversion()
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 160 case Instruction::FLOAT_TO_INT: in GenConversion()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 273 Instruction::FLOAT_TO_INT,
|
D | mir_to_lir.cc | 983 case Instruction::FLOAT_TO_INT: in CompileDalvikInstruction()
|
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 232 case Instruction::FLOAT_TO_INT: { in GenConversion()
|
/art/runtime/ |
D | dex_instruction_list.h | 156 …V(0x87, FLOAT_TO_INT, "float-to-int", k12x, true, kNone, kContinue | kCast, kVerifyRegA | kVerifyR…
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1226 case Instruction::FLOAT_TO_INT: in RecordMIR()
|
D | local_value_numbering.cc | 1731 case Instruction::FLOAT_TO_INT: { in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 1548 case Instruction::FLOAT_TO_INT: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1684 HANDLE_INSTRUCTION_START(FLOAT_TO_INT) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1516 case Instruction::FLOAT_TO_INT: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2637 case Instruction::FLOAT_TO_INT: in CodeFlowVerifyInstruction()
|