Home | History | Annotate | Download | only in priv

Lines Matching refs:nia

2233 /* Let new_rsp be the %rsp value after a call/return.  Let nia be the
2241 IRTemp new_rsp, IRTemp nia, HChar* who )
2253 vassert(typeOfIRTemp(irsb->tyenv, nia) == Ity_I64);
2258 mkexpr(nia)
4117 make_redzone_AbiHint(vbi, t2, t3/*nia*/, "call-Ev(reg)");
4181 make_redzone_AbiHint(vbi, t2, t3/*nia*/, "call-Ev(mem)");
8282 make_redzone_AbiHint(vbi, t3, t2/*nia*/, "ret");
19434 make_redzone_AbiHint(vbi, t1, t2/*nia*/, "call-d32");