Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1414 i->Pin.AvBin32Fx4.op = op; in PPCInstr_AvBin32Fx4()
1415 i->Pin.AvBin32Fx4.dst = dst; in PPCInstr_AvBin32Fx4()
1416 i->Pin.AvBin32Fx4.srcL = srcL; in PPCInstr_AvBin32Fx4()
1417 i->Pin.AvBin32Fx4.srcR = srcR; in PPCInstr_AvBin32Fx4()
2037 vex_printf("%s ", showPPCAvFpOp(i->Pin.AvBin32Fx4.op)); in ppPPCInstr()
2038 ppHRegPPC(i->Pin.AvBin32Fx4.dst); in ppPPCInstr()
2040 ppHRegPPC(i->Pin.AvBin32Fx4.srcL); in ppPPCInstr()
2042 ppHRegPPC(i->Pin.AvBin32Fx4.srcR); in ppPPCInstr()
2600 addHRegUse(u, HRmWrite, i->Pin.AvBin32Fx4.dst); in getRegUsage_PPCInstr()
2601 addHRegUse(u, HRmRead, i->Pin.AvBin32Fx4.srcL); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h895 } AvBin32Fx4; member