Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1343 i->Pin.AvSel.ctl = ctl; in PPCInstr_AvSel()
1344 i->Pin.AvSel.dst = dst; in PPCInstr_AvSel()
1345 i->Pin.AvSel.srcL = srcL; in PPCInstr_AvSel()
1346 i->Pin.AvSel.srcR = srcR; in PPCInstr_AvSel()
1936 ppHRegPPC(i->Pin.AvSel.dst); in ppPPCInstr()
1938 ppHRegPPC(i->Pin.AvSel.srcL); in ppPPCInstr()
1940 ppHRegPPC(i->Pin.AvSel.srcR); in ppPPCInstr()
1942 ppHRegPPC(i->Pin.AvSel.ctl); in ppPPCInstr()
2473 addHRegUse(u, HRmWrite, i->Pin.AvSel.dst); in getRegUsage_PPCInstr()
2474 addHRegUse(u, HRmRead, i->Pin.AvSel.ctl); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h826 } AvSel; member