Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1393 i->Pin.AvBin32x4.op = op; in PPCInstr_AvBin32x4()
1394 i->Pin.AvBin32x4.dst = dst; in PPCInstr_AvBin32x4()
1395 i->Pin.AvBin32x4.srcL = srcL; in PPCInstr_AvBin32x4()
1396 i->Pin.AvBin32x4.srcR = srcR; in PPCInstr_AvBin32x4()
2021 vex_printf("%s(w) ", showPPCAvOp(i->Pin.AvBin32x4.op)); in ppPPCInstr()
2022 ppHRegPPC(i->Pin.AvBin32x4.dst); in ppPPCInstr()
2024 ppHRegPPC(i->Pin.AvBin32x4.srcL); in ppPPCInstr()
2026 ppHRegPPC(i->Pin.AvBin32x4.srcR); in ppPPCInstr()
2590 addHRegUse(u, HRmWrite, i->Pin.AvBin32x4.dst); in getRegUsage_PPCInstr()
2591 addHRegUse(u, HRmRead, i->Pin.AvBin32x4.srcL); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h882 } AvBin32x4; member