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

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

Completed in 86 milliseconds