Searched refs:SHL_INT_LIT8 (Results 1 - 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java259 public static final int SHL_INT_LIT8 = 0xe0; field in class:Opcodes
H A DOpcodeInfo.java922 public static final Info SHL_INT_LIT8 = field in class:OpcodeInfo
923 new Info(Opcodes.SHL_INT_LIT8, "shl-int/lit8",
1164 set(SHL_INT_LIT8);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDalvOps.java258 public static final int SHL_INT_LIT8 = 0xe0; field in class:DalvOps
H A DDops.java923 public static final Dop SHL_INT_LIT8 = field in class:Dops
924 new Dop(DalvOps.SHL_INT_LIT8, DalvOps.SHL_INT,
1159 set(SHL_INT_LIT8);
H A DRopToDop.java173 MAP.put(Rops.SHL_CONST_INT, Dops.SHL_INT_LIT8);
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java926 public static final Dop SHL_INT_LIT8 = field in class:Dops
927 new Dop(Opcodes.SHL_INT_LIT8, Opcodes.SHL_INT,
1162 set(SHL_INT_LIT8);
H A DRopToDop.java214 // Opcodes.SHL_INT_LIT8
345 MAP.put(Rops.SHL_CONST_INT, Dops.SHL_INT_LIT8);

Completed in 14 milliseconds