Lines Matching refs:AvSplat
1370 i->Pin.AvSplat.sz = sz; in PPCInstr_AvSplat()
1371 i->Pin.AvSplat.dst = dst; in PPCInstr_AvSplat()
1372 i->Pin.AvSplat.src = src; in PPCInstr_AvSplat()
1980 UChar sz = i->Pin.AvSplat.sz; in ppPPCInstr()
1983 i->Pin.AvSplat.src->tag == Pvi_Imm ? "is" : "", ch_sz); in ppPPCInstr()
1984 ppHRegPPC(i->Pin.AvSplat.dst); in ppPPCInstr()
1986 ppPPCVI5s(i->Pin.AvSplat.src); in ppPPCInstr()
1987 if (i->Pin.AvSplat.src->tag == Pvi_Reg) in ppPPCInstr()
2490 addHRegUse(u, HRmWrite, i->Pin.AvSplat.dst); in getRegUsage_PPCInstr()
2491 addRegUsage_PPCVI5s(u, i->Pin.AvSplat.src); in getRegUsage_PPCInstr()
2823 mapReg(m, &i->Pin.AvSplat.dst); in mapRegs_PPCInstr()
2824 mapRegs_PPCVI5s(m, i->Pin.AvSplat.src); in mapRegs_PPCInstr()
5255 UChar sz = i->Pin.AvSplat.sz; in emit_PPCInstr()
5259 if (i->Pin.AvSplat.src->tag == Pvi_Imm) { in emit_PPCInstr()
5263 simm5 = i->Pin.AvSplat.src->Pvi.Imm5s; in emit_PPCInstr()
5271 vassert(hregClass(i->Pin.AvSplat.src->Pvi.Reg) == HRcVec128); in emit_PPCInstr()
5272 v_src = vregEnc(i->Pin.AvSplat.src->Pvi.Reg); in emit_PPCInstr()