Searched refs:AvSh (Results 1 – 2 of 2) sorted by relevance
1352 i->Pin.AvSh.shLeft = shLeft; in PPCInstr_AvSh()1353 i->Pin.AvSh.dst = dst; in PPCInstr_AvSh()1354 i->Pin.AvSh.addr = addr; in PPCInstr_AvSh()1949 if (i->Pin.AvSh.addr->tag == Pam_IR) { in ppPPCInstr()1951 i->Pin.AvSh.addr->Pam.IR.index, mode64); in ppPPCInstr()1955 if (i->Pin.AvSh.shLeft) in ppPPCInstr()1960 ppHRegPPC(i->Pin.AvSh.dst); in ppPPCInstr()1961 if (i->Pin.AvSh.addr->tag == Pam_IR) in ppPPCInstr()1964 ppHRegPPC(i->Pin.AvSh.addr->Pam.RR.index); in ppPPCInstr()1966 ppHRegPPC(i->Pin.AvSh.addr->Pam.RR.base); in ppPPCInstr()[all …]
831 } AvSh; member