Searched refs:RSUB_INT_LIT8 (Results 1 - 6 of 6) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java252 public static final int RSUB_INT_LIT8 = 0xd9; field in class:Opcodes
H A DOpcodeInfo.java894 public static final Info RSUB_INT_LIT8 = field in class:OpcodeInfo
895 new Info(Opcodes.RSUB_INT_LIT8, "rsub-int/lit8",
1313 set(RSUB_INT_LIT8);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java901 public static final Dop RSUB_INT_LIT8 = field in class:Dops
902 new Dop(Opcodes.RSUB_INT_LIT8, Opcodes.RSUB_INT,
1314 set(RSUB_INT_LIT8);
H A DRopToDop.java207 // Opcodes.RSUB_INT_LIT8
321 MAP.put(Rops.SUB_CONST_INT, Dops.RSUB_INT_LIT8);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java245 RSUB_INT_LIT8((byte)0xd9, "rsub-int/lit8", ReferenceType.none, Format.Format22b, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java982 case RSUB_INT_LIT8:
1488 case RSUB_INT_LIT8:

Completed in 30 milliseconds