Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1285 i->Pin.AvBin16x8.op = op; in PPCInstr_AvBin16x8()
1286 i->Pin.AvBin16x8.dst = dst; in PPCInstr_AvBin16x8()
1287 i->Pin.AvBin16x8.srcL = srcL; in PPCInstr_AvBin16x8()
1288 i->Pin.AvBin16x8.srcR = srcR; in PPCInstr_AvBin16x8()
1886 vex_printf("%s(h) ", showPPCAvOp(i->Pin.AvBin16x8.op)); in ppPPCInstr()
1887 ppHRegPPC(i->Pin.AvBin16x8.dst); in ppPPCInstr()
1889 ppHRegPPC(i->Pin.AvBin16x8.srcL); in ppPPCInstr()
1891 ppHRegPPC(i->Pin.AvBin16x8.srcR); in ppPPCInstr()
2441 addHRegUse(u, HRmWrite, i->Pin.AvBin16x8.dst); in getRegUsage_PPCInstr()
2442 addHRegUse(u, HRmRead, i->Pin.AvBin16x8.srcL); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h789 } AvBin16x8; member