Searched defs:XOR_INT_LIT16 (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java893 public static final Dop XOR_INT_LIT16 = field in class:Dops
894 new Dop(Opcodes.XOR_INT_LIT16, Opcodes.XOR_INT,
927 Opcodes.XOR_INT_LIT16, Form22b.THE_ONE, true);
1312 set(XOR_INT_LIT16);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java886 public static final Info XOR_INT_LIT16 = field in class:OpcodeInfo
887 new Info(Opcodes.XOR_INT_LIT16, "xor-int/lit16",
1311 set(XOR_INT_LIT16);
H A DOpcodes.java250 public static final int XOR_INT_LIT16 = 0xd7; field in class:Opcodes
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java243 XOR_INT_LIT16((byte)0xd7, "xor-int/lit16", ReferenceType.none, Format.Format22s, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode

Completed in 411 milliseconds