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

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java907 public static final Dop REM_INT_LIT8 = field in class:Dops
908 new Dop(DalvOps.REM_INT_LIT8, DalvOps.REM_INT,
1155 set(REM_INT_LIT8);
H A DDalvOps.java254 public static final int REM_INT_LIT8 = 0xdc; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java910 public static final Dop REM_INT_LIT8 = field in class:Dops
911 new Dop(Opcodes.REM_INT_LIT8, Opcodes.REM_INT,
1158 set(REM_INT_LIT8);
/dalvik/dx/src/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",
1160 set(REM_INT_LIT8);
H A DOpcodes.java255 public static final int REM_INT_LIT8 = 0xdc; field in class:Opcodes

Completed in 13 milliseconds