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

/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java249 public static final int OR_INT_LIT16 = 0xd6; field in class:Opcodes
H A DOpcodeInfo.java882 public static final Info OR_INT_LIT16 = field in class:OpcodeInfo
883 new Info(Opcodes.OR_INT_LIT16, "or-int/lit16",
1154 set(OR_INT_LIT16);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDalvOps.java248 public static final int OR_INT_LIT16 = 0xd6; field in class:DalvOps
H A DDops.java883 public static final Dop OR_INT_LIT16 = field in class:Dops
884 new Dop(DalvOps.OR_INT_LIT16, DalvOps.OR_INT,
1149 set(OR_INT_LIT16);
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java886 public static final Dop OR_INT_LIT16 = field in class:Dops
887 new Dop(Opcodes.OR_INT_LIT16, Opcodes.OR_INT,
920 Opcodes.OR_INT_LIT16, Form22b.THE_ONE, true);
1152 set(OR_INT_LIT16);

Completed in 12 milliseconds