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