Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1247 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 …]
Dhost_ppc_defs.h766 } AvLdSt; member