Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java229 RSUB_INT, enumConstant
DInstruction.java532 addOpcodeInfo(Opcode.RSUB_INT, "rsub-int", 0xd1, new Format22s()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java271 intLit16Opcodes.add(Opcode.RSUB_INT);
/art/runtime/
Ddex_instruction.h88 RSUB_INT_LIT16 = RSUB_INT,
Ddex_instruction_list.h230 …V(0xD1, RSUB_INT, "rsub-int", k22s, true, kNone, kContinue | kSubtract | kRegCFieldOrConstant, kVe…
/art/compiler/dex/quick/
Dquick_compiler.cc347 Instruction::RSUB_INT,
Dmir_to_lir.cc1107 case Instruction::RSUB_INT: in CompileDalvikInstruction()
Dgen_common.cc1811 case Instruction::RSUB_INT: { in GenArithOpIntLit()
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1292 case Instruction::RSUB_INT: in RecordMIR()
Dlocal_value_numbering.cc1888 case Instruction::RSUB_INT: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1941 case Instruction::RSUB_INT: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2265 HANDLE_INSTRUCTION_START(RSUB_INT) in ExecuteGotoImpl()