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

/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java258 public static final int XOR_INT_LIT8 = 0xdf; field in class:Opcodes
H A DOpcodeInfo.java918 public static final Info XOR_INT_LIT8 = field in class:OpcodeInfo
919 new Info(Opcodes.XOR_INT_LIT8, "xor-int/lit8",
1163 set(XOR_INT_LIT8);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDalvOps.java257 public static final int XOR_INT_LIT8 = 0xdf; field in class:DalvOps
H A DDops.java919 public static final Dop XOR_INT_LIT8 = field in class:Dops
920 new Dop(DalvOps.XOR_INT_LIT8, DalvOps.XOR_INT,
1158 set(XOR_INT_LIT8);
H A DRopToDop.java170 MAP.put(Rops.XOR_CONST_INT, Dops.XOR_INT_LIT8);
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java922 public static final Dop XOR_INT_LIT8 = field in class:Dops
923 new Dop(Opcodes.XOR_INT_LIT8, Opcodes.XOR_INT,
1161 set(XOR_INT_LIT8);
H A DRopToDop.java213 // Opcodes.XOR_INT_LIT8
342 MAP.put(Rops.XOR_CONST_INT, Dops.XOR_INT_LIT8);

Completed in 41 milliseconds