Home
last modified time | relevance | path

Searched refs:REM_FLOAT_2ADDR (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java222 REM_FLOAT_2ADDR, enumConstant
DInstruction.java525 addOpcodeInfo(Opcode.REM_FLOAT_2ADDR, "rem-float/2addr", 0xca, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java254 || Opcode.isBetween(opcode, Opcode.ADD_FLOAT_2ADDR, Opcode.REM_FLOAT_2ADDR)) { in getInstructionOutputType()
DArithOpChanger.java244 float2addrOpcodes.add(Opcode.REM_FLOAT_2ADDR);
/art/tools/veridex/
Dflow_analysis.cc449 case Instruction::REM_FLOAT_2ADDR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h224 …V(0xCA, REM_FLOAT_2ADDR, "rem-float/2addr", k12x, kIndexNone, kContinue, kRemainder, kVerifyRegA |…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc2307 case Instruction::REM_FLOAT_2ADDR: { in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2539 case Instruction::REM_FLOAT_2ADDR: { in ProcessDexInstruction()