Searched refs:AvSplat (Results 1 – 4 of 4) sorted by relevance
11 //339182 ppc64: AvSplat ought to load destination vector register with 16/16
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()[all …]
842 } AvSplat; member
474 339182 ppc64: AvSplat ought to load destination vector register with [..]