Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1275 i->Pin.AvBin8x16.op = op; in PPCInstr_AvBin8x16()
1276 i->Pin.AvBin8x16.dst = dst; in PPCInstr_AvBin8x16()
1277 i->Pin.AvBin8x16.srcL = srcL; in PPCInstr_AvBin8x16()
1278 i->Pin.AvBin8x16.srcR = srcR; in PPCInstr_AvBin8x16()
1878 vex_printf("%s(b) ", showPPCAvOp(i->Pin.AvBin8x16.op)); in ppPPCInstr()
1879 ppHRegPPC(i->Pin.AvBin8x16.dst); in ppPPCInstr()
1881 ppHRegPPC(i->Pin.AvBin8x16.srcL); in ppPPCInstr()
1883 ppHRegPPC(i->Pin.AvBin8x16.srcR); in ppPPCInstr()
2436 addHRegUse(u, HRmWrite, i->Pin.AvBin8x16.dst); in getRegUsage_PPCInstr()
2437 addHRegUse(u, HRmRead, i->Pin.AvBin8x16.srcL); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h783 } AvBin8x16; member