Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/
DOpcodes.java245 public static final int MUL_INT_LIT16 = 0xd2; field in Opcodes
DOpcodeInfo.java866 public static final Info MUL_INT_LIT16 = field in OpcodeInfo
867 new Info(Opcodes.MUL_INT_LIT16, "mul-int/lit16",
1150 set(MUL_INT_LIT16);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java244 public static final int MUL_INT_LIT16 = 0xd2; field in DalvOps
DDops.java867 public static final Dop MUL_INT_LIT16 = field in Dops
868 new Dop(DalvOps.MUL_INT_LIT16, DalvOps.MUL_INT,
1145 set(MUL_INT_LIT16);
/dalvik/dx/src/com/android/dx/dex/code/
DDops.java870 public static final Dop MUL_INT_LIT16 = field in Dops
871 new Dop(Opcodes.MUL_INT_LIT16, Opcodes.MUL_INT,
904 Opcodes.MUL_INT_LIT16, Form22b.THE_ONE, true);
1148 set(MUL_INT_LIT16);