Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/
DOpcodes.java248 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",
1176 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
/dalvik/dx/src/com/android/dx/dex/code/
DDops.java880 public static final Dop REM_INT_LIT16 = field in Dops
881 new Dop(Opcodes.REM_INT_LIT16, Opcodes.REM_INT,
914 Opcodes.REM_INT_LIT16, Form22b.THE_ONE, true);
1176 set(REM_INT_LIT16);