Searched refs:LONG_TO_INT (Results 1 – 6 of 6) sorted by relevance
167 public static final int LONG_TO_INT = 0x84; field in Opcodes
554 public static final Info LONG_TO_INT = field in OpcodeInfo555 new Info(Opcodes.LONG_TO_INT, "long-to-int",1228 set(LONG_TO_INT);
561 public static final Dop LONG_TO_INT = field in Dops562 new Dop(Opcodes.LONG_TO_INT, Opcodes.LONG_TO_INT,1229 set(LONG_TO_INT);
359 MAP.put(Rops.CONV_L2I, Dops.LONG_TO_INT); in MAP.put() argument
827 case LONG_TO_INT:
167 …LONG_TO_INT(0x84, "long-to-int", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcod… enumConstant