Lines Matching refs:Pam
323 am->Pam.IR.base = base;
324 am->Pam.IR.index = idx;
330 am->Pam.RR.base = base;
331 am->Pam.RR.index = idx;
338 return PPCAMode_IR( am->Pam.IR.index, am->Pam.IR.base );
340 return PPCAMode_RR( am->Pam.RR.index, am->Pam.RR.base );
349 if (am->Pam.IR.index == 0)
352 vex_printf("%d(", (Int)am->Pam.IR.index);
353 ppHRegPPC(am->Pam.IR.base);
357 ppHRegPPC(am->Pam.RR.base);
359 ppHRegPPC(am->Pam.RR.index);
369 addHRegUse(u, HRmRead, am->Pam.IR.base);
372 addHRegUse(u, HRmRead, am->Pam.RR.base);
373 addHRegUse(u, HRmRead, am->Pam.RR.index);
383 am->Pam.IR.base = lookupHRegRemap(m, am->Pam.IR.base);
386 am->Pam.RR.base = lookupHRegRemap(m, am->Pam.RR.base);
387 am->Pam.RR.index = lookupHRegRemap(m, am->Pam.RR.index);
1575 i->Pin.AvLdSt.addr->Pam.RR.index, mode64);
1588 ppHRegPPC(i->Pin.AvLdSt.addr->Pam.RR.index);
1590 ppHRegPPC(i->Pin.AvLdSt.addr->Pam.RR.base);
2517 vassert(am->Pam.IR.index < 0x10000);
2519 rA = iregNo(am->Pam.IR.base, mode64);
2520 idx = am->Pam.IR.index;
2538 rA = iregNo(am->Pam.RR.base, mode64);
2539 rB = iregNo(am->Pam.RR.index, mode64);
3193 vassert(0 == (am_addr->Pam.IR.index & 3));
3283 vassert(0 == (am_addr->Pam.IR.index & 3));
3575 r_base = iregNo(i->Pin.AvLdSt.addr->Pam.RR.base, mode64);
3581 i->Pin.AvLdSt.addr->Pam.IR.index, mode64);
3583 r_idx = iregNo(i->Pin.AvLdSt.addr->Pam.RR.index, mode64);