Home | History | Annotate | Download | only in priv

Lines Matching refs:Pam

243    am->Pam.IR.base = base;
244 am->Pam.IR.index = idx;
250 am->Pam.RR.base = base;
251 am->Pam.RR.index = idx;
258 return PPCAMode_IR( am->Pam.IR.index, am->Pam.IR.base );
260 return PPCAMode_RR( am->Pam.RR.index, am->Pam.RR.base );
269 if (am->Pam.IR.index == 0)
272 vex_printf("%d(", (Int)am->Pam.IR.index);
273 ppHRegPPC(am->Pam.IR.base);
277 ppHRegPPC(am->Pam.RR.base);
279 ppHRegPPC(am->Pam.RR.index);
289 addHRegUse(u, HRmRead, am->Pam.IR.base);
292 addHRegUse(u, HRmRead, am->Pam.RR.base);
293 addHRegUse(u, HRmRead, am->Pam.RR.index);
303 am->Pam.IR.base = lookupHRegRemap(m, am->Pam.IR.base);
306 am->Pam.RR.base = lookupHRegRemap(m, am->Pam.RR.base);
307 am->Pam.RR.index = lookupHRegRemap(m, am->Pam.RR.index);
1845 i->Pin.AvLdSt.addr->Pam.IR.index, mode64);
1858 ppHRegPPC(i->Pin.AvLdSt.addr->Pam.RR.index);
1860 ppHRegPPC(i->Pin.AvLdSt.addr->Pam.RR.base);
1951 i->Pin.AvSh.addr->Pam.IR.index, mode64);
1964 ppHRegPPC(i->Pin.AvSh.addr->Pam.RR.index);
1966 ppHRegPPC(i->Pin.AvSh.addr->Pam.RR.base);
3358 vassert(am->Pam.IR.index < 0x10000);
3360 rA = iregEnc(am->Pam.IR.base, mode64);
3361 idx = am->Pam.IR.index;
3380 rA = iregEnc(am->Pam.RR.base, mode64);
3381 rB = iregEnc(am->Pam.RR.index, mode64);
3568 vassert(0 == (am->Pam.IR.index & 3));
3589 vassert(0 == (am->Pam.IR.index & 3));
3620 vassert(0 == (am->Pam.IR.index & 3));
3637 vassert(0 == (am->Pam.IR.index & 3));
4381 vassert(0 == (am_addr->Pam.IR.index & 3));
4482 vassert(0 == (am_addr->Pam.IR.index & 3));
4791 r_base = iregEnc(i->Pin.AvLdSt.addr->Pam.RR.base, mode64);
4797 i->Pin.AvLdSt.addr->Pam.IR.index, mode64, endness_host);
4799 r_idx = iregEnc(i->Pin.AvLdSt.addr->Pam.RR.index, mode64);
5224 r_base = iregEnc(i->Pin.AvSh.addr->Pam.RR.base, mode64);
5229 i->Pin.AvSh.addr->Pam.IR.index, mode64, endness_host);
5231 r_idx = iregEnc(i->Pin.AvSh.addr->Pam.RR.index, mode64);