Searched defs:XOR_INT (Results 1 - 7 of 7) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java631 public static final Dop XOR_INT = field in class:Dops
632 new Dop(DalvOps.XOR_INT, DalvOps.XOR_INT,
760 new Dop(DalvOps.XOR_INT_2ADDR, DalvOps.XOR_INT,
888 new Dop(DalvOps.XOR_INT_LIT16, DalvOps.XOR_INT,
920 new Dop(DalvOps.XOR_INT_LIT8, DalvOps.XOR_INT,
1086 set(XOR_INT);
H A DDalvOps.java185 public static final int XOR_INT = 0x97; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java634 public static final Dop XOR_INT = field in class:Dops
635 new Dop(Opcodes.XOR_INT, Opcodes.XOR_INT,
763 new Dop(Opcodes.XOR_INT_2ADDR, Opcodes.XOR_INT,
764 Opcodes.XOR_INT, Form12x.THE_ONE, true);
891 new Dop(Opcodes.XOR_INT_LIT16, Opcodes.XOR_INT,
923 new Dop(Opcodes.XOR_INT_LIT8, Opcodes.XOR_INT,
1089 set(XOR_INT);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java630 public static final Info XOR_INT = field in class:OpcodeInfo
631 new Info(Opcodes.XOR_INT, "xor-int",
1091 set(XOR_INT);
H A DOpcodes.java186 public static final int XOR_INT = 0x97; field in class:Opcodes
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRops.java330 public static final Rop XOR_INT = field in class:Rops
1552 XOR_INT, XOR_LONG, null, null);
/dalvik/dx/src/com/android/dx/rop/code/
H A DRops.java330 public static final Rop XOR_INT = field in class:Rops
1552 XOR_INT, XOR_LONG, null, null);

Completed in 54 milliseconds