Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.c1333 i->Pin.AvBin16x8.op = op; in PPCInstr_AvBin16x8()
1334 i->Pin.AvBin16x8.dst = dst; in PPCInstr_AvBin16x8()
1335 i->Pin.AvBin16x8.srcL = srcL; in PPCInstr_AvBin16x8()
1336 i->Pin.AvBin16x8.srcR = srcR; in PPCInstr_AvBin16x8()
1867 vex_printf("%s(h) ", showPPCAvOp(i->Pin.AvBin16x8.op)); in ppPPCInstr()
1868 ppHRegPPC(i->Pin.AvBin16x8.dst); in ppPPCInstr()
1870 ppHRegPPC(i->Pin.AvBin16x8.srcL); in ppPPCInstr()
1872 ppHRegPPC(i->Pin.AvBin16x8.srcR); in ppPPCInstr()
2354 addHRegUse(u, HRmWrite, i->Pin.AvBin16x8.dst); in getRegUsage_PPCInstr()
2355 addHRegUse(u, HRmRead, i->Pin.AvBin16x8.srcL); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h786 } AvBin16x8; member