Searched refs:OR_INT_2ADDR (Results 1 – 6 of 6) sorted by relevance
218 public static final int OR_INT_2ADDR = 0xb6; field in Opcodes
754 public static final Info OR_INT_2ADDR = field in OpcodeInfo755 new Info(Opcodes.OR_INT_2ADDR, "or-int/2addr",1146 set(OR_INT_2ADDR);
216 public static final int OR_INT_2ADDR = 0xb6; field in DalvOps
133 MAP.put(Rops.OR_INT, Dops.OR_INT_2ADDR); in MAP.put() argument
760 public static final Dop OR_INT_2ADDR = field in Dops761 new Dop(Opcodes.OR_INT_2ADDR, Opcodes.OR_INT,1146 set(OR_INT_2ADDR);
310 MAP.put(Rops.OR_INT, Dops.OR_INT_2ADDR); in MAP.put() argument