Searched defs:RSUB_INT_LIT8 (Results 1 - 4 of 4) sorted by relevance

/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);
/external/dexmaker/src/dx/java/com/android/dx/io/
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);
H A DOpcodes.java252 public static final int RSUB_INT_LIT8 = 0xd9; field in class:Opcodes
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DOpcode.java244 RSUB_INT_LIT8((short)0xd9, "rsub-int/lit8", ReferenceType.NONE, Format.Format22b, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode

Completed in 168 milliseconds