Lines Matching refs:constant

100 /* Print the constant expression length.  */
161 /* Given a 'CC' instruction constant operand, return its corresponding
171 /* Given a 'cinv' instruction constant operand, return its corresponding
303 /* Build a mask of the instruction's 'constant' opcode,
319 /* The instruction 'constant' opcode doewsn't exceed 32 bits. */
380 a->constant = p.val;
399 a->constant = p.val;
411 a->constant = ((p.val & 0xffff) | (p.val >> 8 & 0xf0000));
416 a->constant = (p.val & 0xf) | (((p.val >>20) & 0x3) << 4)
420 a->constant = 0;
426 a->constant = p.val;
436 a->constant = p.val;
450 a->constant = ((p.val & 0xffff) | (p.val >> 8 & 0xf0000));
455 a->constant = p.val;
464 a->constant = (p.val * 2);
466 a->constant = p.val;
469 a->constant = 0;
484 a->constant = ((((p.val&0xf00)>>4)) | (p.val&0xf));
491 a->constant = ((((p.val>>16)&0xf) << 20)
498 a->constant = p.val;
505 a->constant = p.val;
514 a->constant = p.val;
561 func (stream, "%s", gettrapstring (a->constant));
565 && ((instruction->size == 1) && (a->constant == 9)))
568 func (stream, "$0x%lx", a->constant +1);
571 longdisp = a->constant;
578 a->constant = (unsigned long int) (longdisp & mask);
579 func (stream, "$%d", ((int)(sign_flag ? -a->constant :
580 a->constant)));
583 func (stream, "$0x%lx", a->constant);
597 func (stream, "0x%lx", a->constant);
604 func (stream, "0x%lx", a->constant);
614 func (stream, "0x%lx", a->constant);
620 func (stream, "0x%lx", a->constant);
632 longdisp = a->constant;
663 a->constant = (unsigned long int) (longdisp & mask);
667 a->constant = 2 * a->constant + 2;
674 (sign_flag ? ((- a->constant) & 0xffffffe) : a->constant));