Home
last modified time | relevance | path

Searched refs:SUB_FLOAT_2ADDR (Results 1 – 8 of 8) 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.cc447 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-inl.h1638 HANDLER_ATTRIBUTES bool SUB_FLOAT_2ADDR() { in SUB_FLOAT_2ADDR() function
/art/compiler/optimizing/
Dinstruction_builder.cc2927 case Instruction::SUB_FLOAT_2ADDR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3381 case Instruction::SUB_FLOAT_2ADDR: in CodeFlowVerifyInstruction()