Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/
DOpcodes.java247 public static final int REM_INT_LIT16 = 0xd4; field in Opcodes
DOpcodeInfo.java874 public static final Info REM_INT_LIT16 = field in OpcodeInfo
875 new Info(Opcodes.REM_INT_LIT16, "rem-int/lit16",
1152 set(REM_INT_LIT16);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java246 public static final int REM_INT_LIT16 = 0xd4; field in DalvOps
DDops.java875 public static final Dop REM_INT_LIT16 = field in Dops
876 new Dop(DalvOps.REM_INT_LIT16, DalvOps.REM_INT,
1147 set(REM_INT_LIT16);
/dalvik/dx/src/com/android/dx/dex/code/
DDops.java878 public static final Dop REM_INT_LIT16 = field in 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);