Searched refs:NEG_INT (Results 1 – 9 of 9) sorted by relevance
158 public static final int NEG_INT = 0x7b; field in Opcodes
518 public static final Info NEG_INT = field in OpcodeInfo519 new Info(Opcodes.NEG_INT, "neg-int",1063 set(NEG_INT);
157 public static final int NEG_INT = 0x7b; field in DalvOps
127 MAP.put(Rops.NEG_INT, Dops.NEG_INT); in MAP.put() argument
519 public static final Dop NEG_INT = field in Dops520 new Dop(DalvOps.NEG_INT, DalvOps.NEG_INT,1058 set(NEG_INT);
298 MAP.put(Rops.NEG_INT, Dops.NEG_INT); in MAP.put() argument
522 public static final Dop NEG_INT = field in Dops523 new Dop(Opcodes.NEG_INT, Opcodes.NEG_INT,1061 set(NEG_INT);
298 public static final Rop NEG_INT = field in Rops1649 case Type.BT_INT: return NEG_INT; in opNeg()