Searched refs:NEG_DOUBLE (Results 1 – 7 of 7) 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",1224 set(NEG_DOUBLE);
302 MAP.put(Rops.NEG_DOUBLE, Dops.NEG_DOUBLE); in MAP.put() argument
545 public static final Dop NEG_DOUBLE = field in Dops546 new Dop(Opcodes.NEG_DOUBLE, Opcodes.NEG_DOUBLE,1225 set(NEG_DOUBLE);
310 public static final Rop NEG_DOUBLE = field in Rops1652 case Type.BT_DOUBLE: return NEG_DOUBLE; in opNeg()
815 case NEG_DOUBLE:
163 …NEG_DOUBLE(0x80, "neg-double", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.… enumConstant