Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.c1375 i->Pin.AvBin32x4.op = op; in PPCInstr_AvBin32x4()
1376 i->Pin.AvBin32x4.dst = dst; in PPCInstr_AvBin32x4()
1377 i->Pin.AvBin32x4.srcL = srcL; in PPCInstr_AvBin32x4()
1378 i->Pin.AvBin32x4.srcR = srcR; in PPCInstr_AvBin32x4()
1960 vex_printf("%s(w) ", showPPCAvOp(i->Pin.AvBin32x4.op)); in ppPPCInstr()
1961 ppHRegPPC(i->Pin.AvBin32x4.dst); in ppPPCInstr()
1963 ppHRegPPC(i->Pin.AvBin32x4.srcL); in ppPPCInstr()
1965 ppHRegPPC(i->Pin.AvBin32x4.srcR); in ppPPCInstr()
2488 addHRegUse(u, HRmWrite, i->Pin.AvBin32x4.dst); in getRegUsage_PPCInstr()
2489 addHRegUse(u, HRmRead, i->Pin.AvBin32x4.srcL); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h825 } AvBin32x4; member