Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1305 i->Pin.AvBin64x2.op = op; in PPCInstr_AvBin64x2()
1306 i->Pin.AvBin64x2.dst = dst; in PPCInstr_AvBin64x2()
1307 i->Pin.AvBin64x2.srcL = srcL; in PPCInstr_AvBin64x2()
1308 i->Pin.AvBin64x2.srcR = srcR; in PPCInstr_AvBin64x2()
1902 vex_printf("%s(w) ", showPPCAvOp(i->Pin.AvBin64x2.op)); in ppPPCInstr()
1903 ppHRegPPC(i->Pin.AvBin64x2.dst); in ppPPCInstr()
1905 ppHRegPPC(i->Pin.AvBin64x2.srcL); in ppPPCInstr()
1907 ppHRegPPC(i->Pin.AvBin64x2.srcR); in ppPPCInstr()
2451 addHRegUse(u, HRmWrite, i->Pin.AvBin64x2.dst); in getRegUsage_PPCInstr()
2452 addHRegUse(u, HRmRead, i->Pin.AvBin64x2.srcL); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h802 } AvBin64x2; member