Searched refs:OR_INT (Results 1 - 4 of 4) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java627 public static final Dop OR_INT = field in class: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);
H A DDalvOps.java184 public static final int OR_INT = 0x96; field in class:DalvOps
H A DRopToDop.java133 MAP.put(Rops.OR_INT, Dops.OR_INT_2ADDR);
/dalvik/dx/src/com/android/dx/rop/code/
H A DRops.java322 public static final Rop OR_INT = field in class:Rops
1540 OR_INT, OR_LONG, null, null);

Completed in 16 milliseconds