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

/linux-4.1.27/arch/ia64/kernel/
H A Dunwind_decoder.c59 * UNW_DEC_SPILL_REG(fmt,t,abreg,x,ytreg,arg)
60 * UNW_DEC_SPILL_REG_P(fmt,qp,t,abreg,x,ytreg,arg)
104 unsigned char byte1, byte2, abreg, x, ytreg; unw_decode_x2() local
110 ytreg = byte2; unw_decode_x2()
112 if ((byte1 & 0x80) == 0 && ytreg == 0) unw_decode_x2()
115 UNW_DEC_SPILL_REG(X2, t, abreg, x, ytreg, arg); unw_decode_x2()
142 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; unw_decode_x4() local
151 ytreg = byte3; unw_decode_x4()
156 UNW_DEC_SPILL_REG_P(X4, qp, t, abreg, x, ytreg, arg); unw_decode_x4()
H A Dunwind.c1101 unsigned char ytreg, struct unw_state_record *sr) desc_spill_reg_p()
1111 else if (ytreg & 0x80) desc_spill_reg_p()
1117 r->val = (ytreg & 0x7f);
1098 desc_spill_reg_p(unsigned char qp, unw_word t, unsigned char abreg, unsigned char x, unsigned char ytreg, struct unw_state_record *sr) desc_spill_reg_p() argument

Completed in 76 milliseconds