Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.c1327 i->Pin.AvLdSt.isLoad = isLoad; in PPCInstr_AvLdSt()
1328 i->Pin.AvLdSt.sz = sz; in PPCInstr_AvLdSt()
1329 i->Pin.AvLdSt.reg = reg; in PPCInstr_AvLdSt()
1330 i->Pin.AvLdSt.addr = addr; in PPCInstr_AvLdSt()
1907 UChar sz = i->Pin.AvLdSt.sz; in ppPPCInstr()
1909 if (i->Pin.AvLdSt.addr->tag == Pam_IR) { in ppPPCInstr()
1911 i->Pin.AvLdSt.addr->Pam.IR.index, mode64); in ppPPCInstr()
1915 if (i->Pin.AvLdSt.isLoad) in ppPPCInstr()
1919 ppHRegPPC(i->Pin.AvLdSt.reg); in ppPPCInstr()
1921 if (i->Pin.AvLdSt.addr->tag == Pam_IR) in ppPPCInstr()
[all …]
Dhost_ppc_defs.h796 } AvLdSt; member