Searched refs:XOR_LONG (Results 1 - 7 of 7) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java681 public static final Dop XOR_LONG = field in class:Dops
682 new Dop(Opcodes.XOR_LONG, Opcodes.XOR_LONG,
810 new Dop(Opcodes.XOR_LONG_2ADDR, Opcodes.XOR_LONG,
811 Opcodes.XOR_LONG, Form12x.THE_ONE, true);
1259 set(XOR_LONG);
H A DRopToDop.java308 MAP.put(Rops.XOR_LONG, Dops.XOR_LONG_2ADDR);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java197 public static final int XOR_LONG = 0xa2; field in class:Opcodes
H A DOpcodeInfo.java674 public static final Info XOR_LONG = field in class:OpcodeInfo
675 new Info(Opcodes.XOR_LONG, "xor-long",
1258 set(XOR_LONG);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRops.java334 public static final Rop XOR_LONG = field in class:Rops
1552 XOR_INT, XOR_LONG, null, null);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java190 XOR_LONG((byte)0xa2, "xor-long", ReferenceType.none, Format.Format23x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER), enum constant in enum:Opcode
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java907 case XOR_LONG:
1411 case XOR_LONG:

Completed in 72 milliseconds