Lines Matching refs:idx
319 PPCAMode* PPCAMode_IR ( Int idx, HReg base ) {
321 vassert(idx >= -0x8000 && idx < 0x8000);
324 am->Pam.IR.index = idx;
327 PPCAMode* PPCAMode_RR ( HReg idx, HReg base ) {
331 am->Pam.RR.index = idx;
2515 UInt rA, idx;
2520 idx = am->Pam.IR.index;
2526 vassert(0 == (idx & 3));
2528 p = mkFormD(p, opc1, rSD, rA, idx);