Home
last modified time | relevance | path

Searched refs:OR_INT (Results 1 – 9 of 9) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
DOpcodes.java186 public static final int OR_INT = 0x96; field in Opcodes
DOpcodeInfo.java626 public static final Info OR_INT = field in OpcodeInfo
627 new Info(Opcodes.OR_INT, "or-int",
1114 set(OR_INT);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java184 public static final int OR_INT = 0x96; field in DalvOps
DDops.java637 public static final Dop OR_INT = field in Dops
638 new Dop(DalvOps.OR_INT, DalvOps.OR_INT,
766 new Dop(DalvOps.OR_INT_2ADDR, DalvOps.OR_INT,
894 new Dop(DalvOps.OR_INT_LIT16, DalvOps.OR_INT,
926 new Dop(DalvOps.OR_INT_LIT8, DalvOps.OR_INT,
1095 set(OR_INT);
DRopToDop.java133 MAP.put(Rops.OR_INT, Dops.OR_INT_2ADDR); in MAP.put() argument
/dalvik/dx/src/com/android/dx/dex/code/
DDops.java632 public static final Dop OR_INT = field in Dops
633 new Dop(Opcodes.OR_INT, Opcodes.OR_INT,
761 new Dop(Opcodes.OR_INT_2ADDR, Opcodes.OR_INT,
762 Opcodes.OR_INT, Form12x.THE_ONE, true);
889 new Dop(Opcodes.OR_INT_LIT16, Opcodes.OR_INT,
921 new Dop(Opcodes.OR_INT_LIT8, Opcodes.OR_INT,
1114 set(OR_INT);
DRopToDop.java310 MAP.put(Rops.OR_INT, Dops.OR_INT_2ADDR); in MAP.put() argument
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRops.java322 public static final Rop OR_INT = field in Rops
1540 OR_INT, OR_LONG, null, null); in opOr()
/dalvik/dx/src/com/android/dx/rop/code/
DRops.java323 public static final Rop OR_INT = field in Rops
1553 OR_INT, OR_LONG, null, null); in opOr()