Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dunwind-ia64.c145 unw_print_xyreg (char *cp, unsigned int x, unsigned int ytreg) in unw_print_xyreg() argument
147 switch ((x << 1) | ((ytreg >> 7) & 1)) in unw_print_xyreg()
150 sprintf (cp, "r%u", (ytreg & 0x1f)); in unw_print_xyreg()
154 sprintf (cp, "f%u", (ytreg & 0x1f)); in unw_print_xyreg()
158 sprintf (cp, "b%u", (ytreg & 0x1f)); in unw_print_xyreg()
407 #define UNW_DEC_SPILL_REG(fmt, t, abreg, x, ytreg, arg) \ argument
413 unw_print_xyreg (tregname, x, ytreg); \
452 #define UNW_DEC_SPILL_REG_P(fmt, qp, t, abreg, x, ytreg, arg) \ argument
458 unw_print_xyreg (tregname, x, ytreg); \
611 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local
[all …]