Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java132 oppositeOpcode = Opcode.FLOAT_TO_INT; in applyMutation()
146 case FLOAT_TO_INT: in applyMutation()
DValuePrinter.java236 || opcode == Opcode.LONG_TO_INT || opcode == Opcode.FLOAT_TO_INT in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java155 FLOAT_TO_INT, enumConstant
DInstruction.java458 addOpcodeInfo(Opcode.FLOAT_TO_INT, "float-to-int", 0x87, new Format12x()); in addOpcodeInfo() argument
/art/compiler/dex/quick/mips/
Dfp_mips.cc149 case Instruction::FLOAT_TO_INT: in GenConversion()
/art/compiler/dex/quick/arm/
Dfp_arm.cc154 case Instruction::FLOAT_TO_INT: in GenConversion()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc160 case Instruction::FLOAT_TO_INT: in GenConversion()
/art/compiler/dex/quick/
Dquick_compiler.cc273 Instruction::FLOAT_TO_INT,
Dmir_to_lir.cc983 case Instruction::FLOAT_TO_INT: in CompileDalvikInstruction()
/art/compiler/dex/quick/x86/
Dfp_x86.cc232 case Instruction::FLOAT_TO_INT: { in GenConversion()
/art/runtime/
Ddex_instruction_list.h156 …V(0x87, FLOAT_TO_INT, "float-to-int", k12x, true, kNone, kContinue | kCast, kVerifyRegA | kVerifyR…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1226 case Instruction::FLOAT_TO_INT: in RecordMIR()
Dlocal_value_numbering.cc1731 case Instruction::FLOAT_TO_INT: { in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1548 case Instruction::FLOAT_TO_INT: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1684 HANDLE_INSTRUCTION_START(FLOAT_TO_INT) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1516 case Instruction::FLOAT_TO_INT: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2637 case Instruction::FLOAT_TO_INT: in CodeFlowVerifyInstruction()