Home
last modified time | relevance | path

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

/third_party/libunwind/src/ia64/
Dunwind_decoder.h126 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local
132 ytreg = byte2; in unw_decode_x2()
134 if ((byte1 & 0x80) == 0 && ytreg == 0) in unw_decode_x2()
137 UNW_DEC_SPILL_REG(X2, t, abreg, x, ytreg, arg); in unw_decode_x2()
164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
173 ytreg = byte3; in unw_decode_x4()
178 UNW_DEC_SPILL_REG_P(X4, qp, t, abreg, x, ytreg, arg); in unw_decode_x4()
DGparser.c576 unsigned char x, unsigned char ytreg, in desc_spill_reg_p() argument
587 else if (ytreg & 0x80) in desc_spill_reg_p()
593 r->val = (ytreg & 0x7f); in desc_spill_reg_p()