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/runtime/
Ddex_instruction_list.h189 …V(0xA7, SUB_FLOAT, "sub-float", k23x, kIndexNone, kContinue, kSubtract, kVerifyRegA | kVerifyRegB …
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1924 case Instruction::SUB_FLOAT: in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2174 case Instruction::SUB_FLOAT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3262 case Instruction::SUB_FLOAT: in CodeFlowVerifyInstruction()