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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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; local
110 ytreg = byte2;
112 if ((byte1 & 0x80) == 0 && ytreg == 0)
115 UNW_DEC_SPILL_REG(X2, t, abreg, x, ytreg, arg);
142 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
151 ytreg = byte3;
156 UNW_DEC_SPILL_REG_P(X4, qp, t, abreg, x, ytreg, arg);
H A Dunwind.c1102 unsigned char ytreg, struct unw_state_record *sr)
1112 else if (ytreg & 0x80)
1118 r->val = (ytreg & 0x7f);
1099 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

Completed in 54 milliseconds