Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1403 i->Pin.AvBin64x2.op = op; in PPCInstr_AvBin64x2()
1404 i->Pin.AvBin64x2.dst = dst; in PPCInstr_AvBin64x2()
1405 i->Pin.AvBin64x2.srcL = srcL; in PPCInstr_AvBin64x2()
1406 i->Pin.AvBin64x2.srcR = srcR; in PPCInstr_AvBin64x2()
2029 vex_printf("%s(w) ", showPPCAvOp(i->Pin.AvBin64x2.op)); in ppPPCInstr()
2030 ppHRegPPC(i->Pin.AvBin64x2.dst); in ppPPCInstr()
2032 ppHRegPPC(i->Pin.AvBin64x2.srcL); in ppPPCInstr()
2034 ppHRegPPC(i->Pin.AvBin64x2.srcR); in ppPPCInstr()
2595 addHRegUse(u, HRmWrite, i->Pin.AvBin64x2.dst); in getRegUsage_PPCInstr()
2596 addHRegUse(u, HRmRead, i->Pin.AvBin64x2.srcL); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h889 } AvBin64x2; member