Searched refs:REM_INT_LIT16 (Results 1 - 5 of 5) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java247 public static final int REM_INT_LIT16 = 0xd4; field in class:Opcodes
H A DOpcodeInfo.java874 public static final Info REM_INT_LIT16 = field in class:OpcodeInfo
875 new Info(Opcodes.REM_INT_LIT16, "rem-int/lit16",
1152 set(REM_INT_LIT16);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDalvOps.java246 public static final int REM_INT_LIT16 = 0xd4; field in class:DalvOps
H A DDops.java875 public static final Dop REM_INT_LIT16 = field in class:Dops
876 new Dop(DalvOps.REM_INT_LIT16, DalvOps.REM_INT,
1147 set(REM_INT_LIT16);
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java878 public static final Dop REM_INT_LIT16 = field in class:Dops
879 new Dop(Opcodes.REM_INT_LIT16, Opcodes.REM_INT,
912 Opcodes.REM_INT_LIT16, Form22b.THE_ONE, true);
1150 set(REM_INT_LIT16);

Completed in 101 milliseconds