Home | History | Annotate | Download | only in priv

Lines Matching refs:Pam

316    am->Pam.IR.base = base;
317 am->Pam.IR.index = idx;
323 am->Pam.RR.base = base;
324 am->Pam.RR.index = idx;
331 return PPCAMode_IR( am->Pam.IR.index, am->Pam.IR.base );
333 return PPCAMode_RR( am->Pam.RR.index, am->Pam.RR.base );
342 if (am->Pam.IR.index == 0)
345 vex_printf("%d(", (Int)am->Pam.IR.index);
346 ppHRegPPC(am->Pam.IR.base);
350 ppHRegPPC(am->Pam.RR.base);
352 ppHRegPPC(am->Pam.RR.index);
362 addHRegUse(u, HRmRead, am->Pam.IR.base);
365 addHRegUse(u, HRmRead, am->Pam.RR.base);
366 addHRegUse(u, HRmRead, am->Pam.RR.index);
376 am->Pam.IR.base = lookupHRegRemap(m, am->Pam.IR.base);
379 am->Pam.RR.base = lookupHRegRemap(m, am->Pam.RR.base);
380 am->Pam.RR.index = lookupHRegRemap(m, am->Pam.RR.index);
1497 i->Pin.AvLdSt.addr->Pam.RR.index, mode64);
1510 ppHRegPPC(i->Pin.AvLdSt.addr->Pam.RR.index);
1512 ppHRegPPC(i->Pin.AvLdSt.addr->Pam.RR.base);
2439 vassert(am->Pam.IR.index < 0x10000);
2441 rA = iregNo(am->Pam.IR.base, mode64);
2442 idx = am->Pam.IR.index;
2460 rA = iregNo(am->Pam.RR.base, mode64);
2461 rB = iregNo(am->Pam.RR.index, mode64);
3097 vassert(0 == (am_addr->Pam.IR.index & 3));
3186 vassert(0 == (am_addr->Pam.IR.index & 3));
3456 r_base = iregNo(i->Pin.AvLdSt.addr->Pam.RR.base, mode64);
3462 i->Pin.AvLdSt.addr->Pam.IR.index, mode64);
3464 r_idx = iregNo(i->Pin.AvLdSt.addr->Pam.RR.index, mode64);