Searched refs:AvLdSt (Results 1 – 2 of 2) sorted by relevance
1247 i->Pin.AvLdSt.isLoad = isLoad; in PPCInstr_AvLdSt()1248 i->Pin.AvLdSt.sz = sz; in PPCInstr_AvLdSt()1249 i->Pin.AvLdSt.reg = reg; in PPCInstr_AvLdSt()1250 i->Pin.AvLdSt.addr = addr; in PPCInstr_AvLdSt()1841 UChar sz = i->Pin.AvLdSt.sz; in ppPPCInstr()1843 if (i->Pin.AvLdSt.addr->tag == Pam_IR) { in ppPPCInstr()1845 i->Pin.AvLdSt.addr->Pam.IR.index, mode64); in ppPPCInstr()1849 if (i->Pin.AvLdSt.isLoad) in ppPPCInstr()1853 ppHRegPPC(i->Pin.AvLdSt.reg); in ppPPCInstr()1855 if (i->Pin.AvLdSt.addr->tag == Pam_IR) in ppPPCInstr()[all …]
766 } AvLdSt; member