Searched refs:RSUB_INT (Results 1 – 12 of 12) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 229 RSUB_INT, enumConstant
|
D | Instruction.java | 532 addOpcodeInfo(Opcode.RSUB_INT, "rsub-int", 0xd1, new Format22s()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 271 intLit16Opcodes.add(Opcode.RSUB_INT);
|
/art/runtime/ |
D | dex_instruction.h | 88 RSUB_INT_LIT16 = RSUB_INT,
|
D | dex_instruction_list.h | 230 …V(0xD1, RSUB_INT, "rsub-int", k22s, true, kNone, kContinue | kSubtract | kRegCFieldOrConstant, kVe…
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 347 Instruction::RSUB_INT,
|
D | mir_to_lir.cc | 1107 case Instruction::RSUB_INT: in CompileDalvikInstruction()
|
D | gen_common.cc | 1811 case Instruction::RSUB_INT: { in GenArithOpIntLit()
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1292 case Instruction::RSUB_INT: in RecordMIR()
|
D | local_value_numbering.cc | 1888 case Instruction::RSUB_INT: in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 1941 case Instruction::RSUB_INT: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2265 HANDLE_INSTRUCTION_START(RSUB_INT) in ExecuteGotoImpl()
|