Home
last modified time | relevance | path

Searched refs:AvSplat (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.c1175 i->Pin.AvSplat.sz = sz; in PPCInstr_AvSplat()
1176 i->Pin.AvSplat.dst = dst; in PPCInstr_AvSplat()
1177 i->Pin.AvSplat.src = src; in PPCInstr_AvSplat()
1678 UChar sz = i->Pin.AvSplat.sz; in ppPPCInstr()
1681 i->Pin.AvSplat.src->tag == Pvi_Imm ? "is" : "", ch_sz); in ppPPCInstr()
1682 ppHRegPPC(i->Pin.AvSplat.dst); in ppPPCInstr()
1684 ppPPCVI5s(i->Pin.AvSplat.src); in ppPPCInstr()
1685 if (i->Pin.AvSplat.src->tag == Pvi_Reg) in ppPPCInstr()
1971 addHRegUse(u, HRmWrite, i->Pin.AvSplat.dst); in getRegUsage_PPCInstr()
1972 addRegUsage_PPCVI5s(u, i->Pin.AvSplat.src); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h773 } AvSplat; member