Home | History | Annotate | Download | only in opcodes

Lines Matching refs:constant

151 /* Given a 'cinv' instruction constant operand, return its corresponding string.
297 /* Build a mask of the instruction's 'constant' opcode,
339 /* The instruction 'constant' opcode doewsn't exceed 32 bits. */
414 a->constant = p.val;
431 a->constant = p.val;
466 a->constant = p.val;
472 a->constant = p.val;
512 func (stream, "%s", gettrapstring (a->constant));
515 func (stream, "%s", getcinvstring (a->constant));
529 getregliststring (a->constant, string, reg_arg_type);
533 func (stream, "$0x%lx", a->constant & 0xffffffff);
537 getregliststring (a->constant, string, reg_arg_type);
542 func (stream, "$0x%lx", a->constant & 0xffffffff);
546 func (stream, "0x%lx(%s,%s,%d)", a->constant & 0xffffffff,
555 func (stream, "0x%lx(%s)", a->constant & 0xffffffff, getregname (a->r));
570 longdisp = a->constant;
585 a->constant = (unsigned long int) (longdisp & mask);
596 a->constant = 2 * a->constant + 2;
604 a->constant |= 0xFFFF0000;
608 + (sign_flag ? -a->constant : a->constant);