HomeSort by relevance Sort by last modified time
    Searched refs:ytreg (Results 1 - 2 of 2) sorted by null

  /external/libunwind/src/ia64/
unwind_decoder.h 81 * UNW_DEC_SPILL_REG(fmt,t,abreg,x,ytreg,arg)
82 * UNW_DEC_SPILL_REG_P(fmt,qp,t,abreg,x,ytreg,arg)
126 unsigned char byte1, byte2, abreg, x, ytreg; local
132 ytreg = byte2;
134 if ((byte1 & 0x80) == 0 && ytreg == 0)
137 UNW_DEC_SPILL_REG(X2, t, abreg, x, ytreg, arg);
164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
173 ytreg = byte3;
178 UNW_DEC_SPILL_REG_P(X4, qp, t, abreg, x, ytreg, arg);
Gparser.c 576 unsigned char x, unsigned char ytreg,
587 else if (ytreg & 0x80)
593 r->val = (ytreg & 0x7f);

Completed in 542 milliseconds