Searched refs:XOR_INT (Results 1 – 9 of 9) sorted by relevance
/dalvik/dx/src/com/android/dx/io/ |
D | Opcodes.java | 186 public static final int XOR_INT = 0x97; field in Opcodes
|
D | OpcodeInfo.java | 630 public static final Info XOR_INT = field in OpcodeInfo 631 new Info(Opcodes.XOR_INT, "xor-int", 1091 set(XOR_INT);
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | DalvOps.java | 185 public static final int XOR_INT = 0x97; field in DalvOps
|
D | Dops.java | 631 public static final Dop XOR_INT = field in 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);
|
D | RopToDop.java | 135 MAP.put(Rops.XOR_INT, Dops.XOR_INT_2ADDR); in MAP.put() argument
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | Dops.java | 634 public static final Dop XOR_INT = field in 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);
|
D | RopToDop.java | 306 MAP.put(Rops.XOR_INT, Dops.XOR_INT_2ADDR); in MAP.put() argument
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | Rops.java | 330 public static final Rop XOR_INT = field in Rops 1552 XOR_INT, XOR_LONG, null, null); in opXor()
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
D | Rops.java | 330 public static final Rop XOR_INT = field in Rops 1552 XOR_INT, XOR_LONG, null, null); in opXor()
|