Searched refs:XOR_INT (Results 1 – 8 of 8) sorted by relevance
/dalvik/dx/src/com/android/dx/io/ |
D | Opcodes.java | 187 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", 1115 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 | 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 | 636 public static final Dop XOR_INT = field in Dops 637 new Dop(Opcodes.XOR_INT, Opcodes.XOR_INT, 765 new Dop(Opcodes.XOR_INT_2ADDR, Opcodes.XOR_INT, 766 Opcodes.XOR_INT, Form12x.THE_ONE, true); 893 new Dop(Opcodes.XOR_INT_LIT16, Opcodes.XOR_INT, 925 new Dop(Opcodes.XOR_INT_LIT8, Opcodes.XOR_INT, 1115 set(XOR_INT);
|
D | RopToDop.java | 312 MAP.put(Rops.XOR_INT, Dops.XOR_INT_2ADDR); in MAP.put() argument
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | Rops.java | 331 public static final Rop XOR_INT = field in Rops 1565 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()
|