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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java913 public static final Dop REM_INT_LIT8 = field in class:Dops
914 new Dop(Opcodes.REM_INT_LIT8, Opcodes.REM_INT,
1317 set(REM_INT_LIT8);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java906 public static final Info REM_INT_LIT8 = field in class:OpcodeInfo
907 new Info(Opcodes.REM_INT_LIT8, "rem-int/lit8",
1316 set(REM_INT_LIT8);
H A DOpcodes.java255 public static final int REM_INT_LIT8 = 0xdc; field in class:Opcodes
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java248 REM_INT_LIT8((byte)0xdc, "rem-int/lit8", ReferenceType.none, Format.Format22b, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode

Completed in 88 milliseconds