HomeSort by relevance Sort by last modified time
    Searched full:rsub_int (Results 26 - 38 of 38) sorted by null

12

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java     [all...]
DalvOps.java 243 public static final int RSUB_INT = 0xd1;
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java     [all...]
Opcodes.java 244 public static final int RSUB_INT = 0xd1;
  /art/runtime/
dex_instruction.h 88 RSUB_INT_LIT16 = RSUB_INT,
dex_instruction_list.h 231 V(0xD1, RSUB_INT, "rsub-int", k22s, kIndexNone, kContinue, kSubtract | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB) \
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/
AllTests.java 207 suite.addTestSuite(dot.junit.opcodes.rsub_int.Test_rsub_int.class);
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Instruction.java 532 addOpcodeInfo(Opcode.RSUB_INT, "rsub-int", 0xd1, new Format22s());
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 244 RSUB_INT(0xd1, "rsub-int", ReferenceType.NONE, Format.Format22s, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 185 milliseconds

12