Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.c1130 i->Pin.AvBin32Fx4.op = op; in PPCInstr_AvBin32Fx4()
1131 i->Pin.AvBin32Fx4.dst = dst; in PPCInstr_AvBin32Fx4()
1132 i->Pin.AvBin32Fx4.srcL = srcL; in PPCInstr_AvBin32Fx4()
1133 i->Pin.AvBin32Fx4.srcR = srcR; in PPCInstr_AvBin32Fx4()
1632 vex_printf("%s ", showPPCAvFpOp(i->Pin.AvBin32Fx4.op)); in ppPPCInstr()
1633 ppHRegPPC(i->Pin.AvBin32Fx4.dst); in ppPPCInstr()
1635 ppHRegPPC(i->Pin.AvBin32Fx4.srcL); in ppPPCInstr()
1637 ppHRegPPC(i->Pin.AvBin32Fx4.srcR); in ppPPCInstr()
1943 addHRegUse(u, HRmWrite, i->Pin.AvBin32Fx4.dst); in getRegUsage_PPCInstr()
1944 addHRegUse(u, HRmRead, i->Pin.AvBin32Fx4.srcL); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h744 } AvBin32Fx4; member