Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1325 i->Pin.AvUn32Fx4.op = op; in PPCInstr_AvUn32Fx4()
1326 i->Pin.AvUn32Fx4.dst = dst; in PPCInstr_AvUn32Fx4()
1327 i->Pin.AvUn32Fx4.src = src; in PPCInstr_AvUn32Fx4()
1918 vex_printf("%s ", showPPCAvFpOp(i->Pin.AvUn32Fx4.op)); in ppPPCInstr()
1919 ppHRegPPC(i->Pin.AvUn32Fx4.dst); in ppPPCInstr()
1921 ppHRegPPC(i->Pin.AvUn32Fx4.src); in ppPPCInstr()
2463 addHRegUse(u, HRmWrite, i->Pin.AvUn32Fx4.dst); in getRegUsage_PPCInstr()
2464 addHRegUse(u, HRmRead, i->Pin.AvUn32Fx4.src); in getRegUsage_PPCInstr()
2798 mapReg(m, &i->Pin.AvUn32Fx4.dst); in mapRegs_PPCInstr()
2799 mapReg(m, &i->Pin.AvUn32Fx4.src); in mapRegs_PPCInstr()
[all …]
Dhost_ppc_defs.h813 } AvUn32Fx4; member