Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1295 i->Pin.AvBin32x4.op = op; in PPCInstr_AvBin32x4()
1296 i->Pin.AvBin32x4.dst = dst; in PPCInstr_AvBin32x4()
1297 i->Pin.AvBin32x4.srcL = srcL; in PPCInstr_AvBin32x4()
1298 i->Pin.AvBin32x4.srcR = srcR; in PPCInstr_AvBin32x4()
1894 vex_printf("%s(w) ", showPPCAvOp(i->Pin.AvBin32x4.op)); in ppPPCInstr()
1895 ppHRegPPC(i->Pin.AvBin32x4.dst); in ppPPCInstr()
1897 ppHRegPPC(i->Pin.AvBin32x4.srcL); in ppPPCInstr()
1899 ppHRegPPC(i->Pin.AvBin32x4.srcR); in ppPPCInstr()
2446 addHRegUse(u, HRmWrite, i->Pin.AvBin32x4.dst); in getRegUsage_PPCInstr()
2447 addHRegUse(u, HRmRead, i->Pin.AvBin32x4.srcL); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h795 } AvBin32x4; member