Home
last modified time | relevance | path

Searched refs:SUB_FLOAT (Results 1 – 8 of 8) 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.cc411 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/compiler/optimizing/
Dinstruction_builder.cc2468 case Instruction::SUB_FLOAT: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h2078 ALWAYS_INLINE void SUB_FLOAT() REQUIRES_SHARED(Locks::mutator_lock_) { in SUB_FLOAT() function
/art/runtime/verifier/
Dmethod_verifier.cc3318 case Instruction::SUB_FLOAT: in CodeFlowVerifyInstruction()