Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1423 i->Pin.AvUn32Fx4.op = op; in PPCInstr_AvUn32Fx4()
1424 i->Pin.AvUn32Fx4.dst = dst; in PPCInstr_AvUn32Fx4()
1425 i->Pin.AvUn32Fx4.src = src; in PPCInstr_AvUn32Fx4()
2045 vex_printf("%s ", showPPCAvFpOp(i->Pin.AvUn32Fx4.op)); in ppPPCInstr()
2046 ppHRegPPC(i->Pin.AvUn32Fx4.dst); in ppPPCInstr()
2048 ppHRegPPC(i->Pin.AvUn32Fx4.src); in ppPPCInstr()
2607 addHRegUse(u, HRmWrite, i->Pin.AvUn32Fx4.dst); in getRegUsage_PPCInstr()
2608 addHRegUse(u, HRmRead, i->Pin.AvUn32Fx4.src); in getRegUsage_PPCInstr()
2959 mapReg(m, &i->Pin.AvUn32Fx4.dst); in mapRegs_PPCInstr()
2960 mapReg(m, &i->Pin.AvUn32Fx4.src); in mapRegs_PPCInstr()
[all …]
Dhost_ppc_defs.h900 } AvUn32Fx4; member