Searched refs:ytreg (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dunwind-ia64.c142 unw_print_xyreg (char *cp, unsigned int x, unsigned int ytreg) argument
144 switch ((x << 1) | ((ytreg >> 7) & 1))
147 sprintf (cp, "r%u", (ytreg & 0x1f));
151 sprintf (cp, "f%u", (ytreg & 0x1f));
155 sprintf (cp, "b%u", (ytreg & 0x1f));
404 #define UNW_DEC_SPILL_REG(fmt, t, abreg, x, ytreg, arg) \
410 unw_print_xyreg (tregname, x, ytreg); \
449 #define UNW_DEC_SPILL_REG_P(fmt, qp, t, abreg, x, ytreg, arg) \
455 unw_print_xyreg (tregname, x, ytreg); \
527 * UNW_DEC_SPILL_REG(fmt,t,abreg,x,ytreg,ar
608 unsigned char byte1, byte2, abreg, x, ytreg; local
650 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c891 unsigned char x, unsigned char ytreg,
902 else if (ytreg & 0x80)
908 r->val = ytreg & 0x7f;
1044 * UNW_DEC_SPILL_REG(fmt,t,abreg,x,ytreg,arg)
1045 * UNW_DEC_SPILL_REG_P(fmt,qp,t,abreg,x,ytreg,arg)
1093 unsigned char byte1, byte2, abreg, x, ytreg;
1099 ytreg = byte2;
1101 if ((byte1 & 0x80) == 0 && ytreg == 0)
1104 UNW_DEC_SPILL_REG(X2, t, abreg, x, ytreg, arg);
1135 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg;
888 desc_spill_reg_p(unsigned char qp, unw_word t, unsigned char abreg, unsigned char x, unsigned char ytreg, struct unw_state_record *sr) argument
1089 unsigned char byte1, byte2, abreg, x, ytreg; local
1131 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
[all...]

Completed in 160 milliseconds