Home
last modified time | relevance | path

Searched refs:FLOAT_TO_INT (Results 1 – 9 of 9) 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/optimizing/
Dscheduler_test.cc450 Instruction::FLOAT_TO_INT | 0 << 12 | 5 << 8, // float-to-int v5, v0 in TEST_F()
Dinstruction_builder.cc2415 case Instruction::FLOAT_TO_INT: { in ProcessDexInstruction()
/art/tools/veridex/
Dflow_analysis.cc392 case Instruction::FLOAT_TO_INT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h157 …V(0x87, FLOAT_TO_INT, "float-to-int", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyReg…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1295 HANDLER_ATTRIBUTES bool FLOAT_TO_INT() { in FLOAT_TO_INT() function