Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1450 i->Pin.AvSh.shLeft = shLeft; in PPCInstr_AvSh()
1451 i->Pin.AvSh.dst = dst; in PPCInstr_AvSh()
1452 i->Pin.AvSh.addr = addr; in PPCInstr_AvSh()
2076 if (i->Pin.AvSh.addr->tag == Pam_IR) { in ppPPCInstr()
2078 i->Pin.AvSh.addr->Pam.IR.index, mode64); in ppPPCInstr()
2082 if (i->Pin.AvSh.shLeft) in ppPPCInstr()
2087 ppHRegPPC(i->Pin.AvSh.dst); in ppPPCInstr()
2088 if (i->Pin.AvSh.addr->tag == Pam_IR) in ppPPCInstr()
2091 ppHRegPPC(i->Pin.AvSh.addr->Pam.RR.index); in ppPPCInstr()
2093 ppHRegPPC(i->Pin.AvSh.addr->Pam.RR.base); in ppPPCInstr()
[all …]
Dhost_ppc_defs.h918 } AvSh; member