Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/
DOpcodes.java246 public static final int DIV_INT_LIT16 = 0xd3; field in Opcodes
DOpcodeInfo.java870 public static final Info DIV_INT_LIT16 = field in OpcodeInfo
871 new Info(Opcodes.DIV_INT_LIT16, "div-int/lit16",
1151 set(DIV_INT_LIT16);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java245 public static final int DIV_INT_LIT16 = 0xd3; field in DalvOps
DDops.java871 public static final Dop DIV_INT_LIT16 = field in Dops
872 new Dop(DalvOps.DIV_INT_LIT16, DalvOps.DIV_INT,
1146 set(DIV_INT_LIT16);
/dalvik/dx/src/com/android/dx/dex/code/
DDops.java874 public static final Dop DIV_INT_LIT16 = field in Dops
875 new Dop(Opcodes.DIV_INT_LIT16, Opcodes.DIV_INT,
908 Opcodes.DIV_INT_LIT16, Form22b.THE_ONE, true);
1149 set(DIV_INT_LIT16);