Home
last modified time | relevance | path

Searched refs:RSUB_INT (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java229 RSUB_INT, enumConstant
H A DInstruction.java532 addOpcodeInfo(Opcode.RSUB_INT, "rsub-int", 0xd1, new Format22s()); in addOpcodeInfo() argument
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java271 intLit16Opcodes.add(Opcode.RSUB_INT);
/aosp12/art/libdexfile/dex/
H A Ddex_instruction.h89 RSUB_INT_LIT16 = RSUB_INT,
H A Ddex_instruction_list.h231 …V(0xD1, RSUB_INT, "rsub-int", k22s, kIndexNone, kContinue, kSubtract | kRegCFieldOrConstant, kVeri…
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc504 case Instruction::RSUB_INT: in ProcessDexInstruction()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1518 HANDLER_ATTRIBUTES bool RSUB_INT() { in RSUB_INT() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc3249 case Instruction::RSUB_INT: { in ProcessDexInstruction()