Searched refs:XOR_INT_2ADDR (Results 1 – 6 of 6) sorted by relevance
218 public static final int XOR_INT_2ADDR = 0xb7; field in Opcodes
758 public static final Info XOR_INT_2ADDR = field in OpcodeInfo759 new Info(Opcodes.XOR_INT_2ADDR, "xor-int/2addr",1279 set(XOR_INT_2ADDR);
765 public static final Dop XOR_INT_2ADDR = field in Dops766 new Dop(Opcodes.XOR_INT_2ADDR, Opcodes.XOR_INT,1280 set(XOR_INT_2ADDR);
307 MAP.put(Rops.XOR_INT, Dops.XOR_INT_2ADDR); in MAP.put() argument
210 …XOR_INT_2ADDR((short)0xb7, "xor-int/2addr", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTI… enumConstant
862 case XOR_INT_2ADDR: