Home | History | Annotate | Download | only in ia64

Lines Matching refs:psp

32     IA64_INSN_INC_PSP,		/* psp += val */
33 IA64_INSN_LOAD_PSP, /* psp = *psp_loc */
34 IA64_INSN_ADD_PSP, /* s[dst] = (s.psp + val) */
379 /* c->psp must contain the _value_ of the previous sp, not it's
458 /* new psp is psp plus frame size */
549 c->psp += val;
553 if ((ret = ia64_get (c, c->loc[IA64_REG_PSP], &c->psp)) < 0)
558 loc = IA64_LOC_ADDR (c->psp + val, (val & IA64_LOC_TYPE_FP));
578 loc = IA64_LOC_ADDR (c->psp + val, 0);