Searched refs:NEG_DOUBLE (Results 1 – 9 of 9) sorted by relevance
163 public static final int NEG_DOUBLE = 0x80; field in Opcodes
538 public static final Info NEG_DOUBLE = field in OpcodeInfo539 new Info(Opcodes.NEG_DOUBLE, "neg-double",1068 set(NEG_DOUBLE);
162 public static final int NEG_DOUBLE = 0x80; field in DalvOps
130 MAP.put(Rops.NEG_DOUBLE, Dops.NEG_DOUBLE); in MAP.put() argument
539 public static final Dop NEG_DOUBLE = field in Dops540 new Dop(DalvOps.NEG_DOUBLE, DalvOps.NEG_DOUBLE,1063 set(NEG_DOUBLE);
301 MAP.put(Rops.NEG_DOUBLE, Dops.NEG_DOUBLE); in MAP.put() argument
542 public static final Dop NEG_DOUBLE = field in Dops543 new Dop(Opcodes.NEG_DOUBLE, Opcodes.NEG_DOUBLE,1066 set(NEG_DOUBLE);
310 public static final Rop NEG_DOUBLE = field in Rops1652 case Type.BT_DOUBLE: return NEG_DOUBLE; in opNeg()