Home
last modified time | relevance | path

Searched refs:SUB_FLOAT_2ADDR (Results 1 – 7 of 7) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java219 SUB_FLOAT_2ADDR, enumConstant
DInstruction.java522 addOpcodeInfo(Opcode.SUB_FLOAT_2ADDR, "sub-float/2addr", 0xc7, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java241 float2addrOpcodes.add(Opcode.SUB_FLOAT_2ADDR);
/art/tools/veridex/
Dflow_analysis.cc439 case Instruction::SUB_FLOAT_2ADDR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h221 …V(0xC7, SUB_FLOAT_2ADDR, "sub-float/2addr", k12x, kIndexNone, kContinue, kSubtract, kVerifyRegA | …
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc2280 case Instruction::SUB_FLOAT_2ADDR: { in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2485 case Instruction::SUB_FLOAT_2ADDR: { in ProcessDexInstruction()