Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/
DOpcodes.java250 public static final int OR_INT_LIT16 = 0xd6; field in Opcodes
DOpcodeInfo.java882 public static final Info OR_INT_LIT16 = field in OpcodeInfo
883 new Info(Opcodes.OR_INT_LIT16, "or-int/lit16",
1178 set(OR_INT_LIT16);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java248 public static final int OR_INT_LIT16 = 0xd6; field in DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
DDops.java888 public static final Dop OR_INT_LIT16 = field in Dops
889 new Dop(Opcodes.OR_INT_LIT16, Opcodes.OR_INT,
922 Opcodes.OR_INT_LIT16, Form22b.THE_ONE, true);
1178 set(OR_INT_LIT16);