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

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java931 public static final Dop USHR_INT_LIT8 = field in class:Dops
932 new Dop(DalvOps.USHR_INT_LIT8, DalvOps.USHR_INT,
1161 set(USHR_INT_LIT8);
H A DDalvOps.java260 public static final int USHR_INT_LIT8 = 0xe2; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java934 public static final Dop USHR_INT_LIT8 = field in class:Dops
935 new Dop(Opcodes.USHR_INT_LIT8, Opcodes.USHR_INT,
1164 set(USHR_INT_LIT8);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java930 public static final Info USHR_INT_LIT8 = field in class:OpcodeInfo
931 new Info(Opcodes.USHR_INT_LIT8, "ushr-int/lit8",
1166 set(USHR_INT_LIT8);
H A DOpcodes.java261 public static final int USHR_INT_LIT8 = 0xe2; field in class:Opcodes

Completed in 83 milliseconds