Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java187 SUB_FLOAT, enumConstant
DInstruction.java490 addOpcodeInfo(Opcode.SUB_FLOAT, "sub-float", 0xa7, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java235 floatOpcodes.add(Opcode.SUB_FLOAT);
/art/tools/veridex/
Dflow_analysis.cc403 case Instruction::SUB_FLOAT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h189 …V(0xA7, SUB_FLOAT, "sub-float", k23x, kIndexNone, kContinue, kSubtract, kVerifyRegA | kVerifyRegB …
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc2015 case Instruction::SUB_FLOAT: in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2321 case Instruction::SUB_FLOAT: { in ProcessDexInstruction()