Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1206 i->Pin.Dfp64Cmp.dst = dst; in PPCInstr_Dfp64Cmp()
1207 i->Pin.Dfp64Cmp.srcL = srcL; in PPCInstr_Dfp64Cmp()
1208 i->Pin.Dfp64Cmp.srcR = srcR; in PPCInstr_Dfp64Cmp()
2297 ppHRegPPC(i->Pin.Dfp64Cmp.srcL); in ppPPCInstr()
2299 ppHRegPPC(i->Pin.Dfp64Cmp.srcR); in ppPPCInstr()
2301 ppHRegPPC(i->Pin.Dfp64Cmp.dst); in ppPPCInstr()
2303 ppHRegPPC(i->Pin.Dfp64Cmp.dst); in ppPPCInstr()
2305 ppHRegPPC(i->Pin.Dfp64Cmp.dst); in ppPPCInstr()
2741 addHRegUse(u, HRmWrite, i->Pin.Dfp64Cmp.dst); in getRegUsage_PPCInstr()
2742 addHRegUse(u, HRmRead, i->Pin.Dfp64Cmp.srcL); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h1064 } Dfp64Cmp; member