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.java185 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",
1090 set(OR_INT);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java184 public static final int OR_INT = 0x96; field in DalvOps
DDops.java627 public static final Dop OR_INT = field in Dops
628 new Dop(DalvOps.OR_INT, DalvOps.OR_INT,
756 new Dop(DalvOps.OR_INT_2ADDR, DalvOps.OR_INT,
884 new Dop(DalvOps.OR_INT_LIT16, DalvOps.OR_INT,
916 new Dop(DalvOps.OR_INT_LIT8, DalvOps.OR_INT,
1085 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.java630 public static final Dop OR_INT = field in Dops
631 new Dop(Opcodes.OR_INT, Opcodes.OR_INT,
759 new Dop(Opcodes.OR_INT_2ADDR, Opcodes.OR_INT,
760 Opcodes.OR_INT, Form12x.THE_ONE, true);
887 new Dop(Opcodes.OR_INT_LIT16, Opcodes.OR_INT,
919 new Dop(Opcodes.OR_INT_LIT8, Opcodes.OR_INT,
1088 set(OR_INT);
DRopToDop.java304 MAP.put(Rops.OR_INT, Dops.OR_INT_2ADDR); in MAP.put() argument
/dalvik/dx/src/com/android/dx/rop/code/
DRops.java322 public static final Rop OR_INT = field in Rops
1540 OR_INT, OR_LONG, null, null); in opOr()
/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()