Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java190 REM_FLOAT, enumConstant
DInstruction.java493 addOpcodeInfo(Opcode.REM_FLOAT, "rem-float", 0xaa, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java253 || Opcode.isBetween(opcode, Opcode.ADD_FLOAT, Opcode.REM_FLOAT) in getInstructionOutputType()
DArithOpChanger.java238 floatOpcodes.add(Opcode.REM_FLOAT);
/art/compiler/dex/quick/mips/
Dfp_mips.cc53 case Instruction::REM_FLOAT: in GenArithOpFloat()
/art/compiler/dex/quick/arm/
Dfp_arm.cc53 case Instruction::REM_FLOAT: in GenArithOpFloat()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc49 case Instruction::REM_FLOAT: in GenArithOpFloat()
/art/compiler/dex/quick/
Dquick_compiler.cc308 Instruction::REM_FLOAT,
Dmir_to_lir.cc1082 case Instruction::REM_FLOAT: in CompileDalvikInstruction()
/art/compiler/dex/quick/x86/
Dfp_x86.cc53 case Instruction::REM_FLOAT: in GenArithOpFloat()
/art/runtime/
Ddex_instruction_list.h191 …V(0xAA, REM_FLOAT, "rem-float", k23x, true, kNone, kContinue | kRemainder, kVerifyRegA | kVerifyRe…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1257 case Instruction::REM_FLOAT: in RecordMIR()
Dlocal_value_numbering.cc1874 case Instruction::REM_FLOAT: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1692 case Instruction::REM_FLOAT: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1932 HANDLE_INSTRUCTION_START(REM_FLOAT) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1763 case Instruction::REM_FLOAT: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2710 case Instruction::REM_FLOAT: in CodeFlowVerifyInstruction()