Searched refs:AvBin32Fx4 (Results 1 – 2 of 2) sorted by relevance
1316 i->Pin.AvBin32Fx4.op = op; in PPCInstr_AvBin32Fx4()1317 i->Pin.AvBin32Fx4.dst = dst; in PPCInstr_AvBin32Fx4()1318 i->Pin.AvBin32Fx4.srcL = srcL; in PPCInstr_AvBin32Fx4()1319 i->Pin.AvBin32Fx4.srcR = srcR; in PPCInstr_AvBin32Fx4()1910 vex_printf("%s ", showPPCAvFpOp(i->Pin.AvBin32Fx4.op)); in ppPPCInstr()1911 ppHRegPPC(i->Pin.AvBin32Fx4.dst); in ppPPCInstr()1913 ppHRegPPC(i->Pin.AvBin32Fx4.srcL); in ppPPCInstr()1915 ppHRegPPC(i->Pin.AvBin32Fx4.srcR); in ppPPCInstr()2456 addHRegUse(u, HRmWrite, i->Pin.AvBin32Fx4.dst); in getRegUsage_PPCInstr()2457 addHRegUse(u, HRmRead, i->Pin.AvBin32Fx4.srcL); in getRegUsage_PPCInstr()[all …]
808 } AvBin32Fx4; member