Searched refs:amCIA (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.h654 PPCAMode* amCIA; /* amode in guest state for CIA */ member in struct:__anon31998::__anon31999::__anon32009
662 PPCAMode* amCIA; member in struct:__anon31998::__anon31999::__anon32010
669 PPCAMode* amCIA; member in struct:__anon31998::__anon31999::__anon32011
1035 extern PPCInstr* PPCInstr_XDirect ( Addr64 dstGA, PPCAMode* amCIA,
1037 extern PPCInstr* PPCInstr_XIndir ( HReg dstGA, PPCAMode* amCIA,
1039 extern PPCInstr* PPCInstr_XAssisted ( HReg dstGA, PPCAMode* amCIA,
H A Dhost_ppc_defs.c886 PPCInstr* PPCInstr_XDirect ( Addr64 dstGA, PPCAMode* amCIA, argument
891 i->Pin.XDirect.amCIA = amCIA;
896 PPCInstr* PPCInstr_XIndir ( HReg dstGA, PPCAMode* amCIA, argument
901 i->Pin.XIndir.amCIA = amCIA;
905 PPCInstr* PPCInstr_XAssisted ( HReg dstGA, PPCAMode* amCIA, argument
910 i->Pin.XAssisted.amCIA = amCIA;
1655 ppPPCAMode(i->Pin.XDirect.amCIA);
[all...]
H A Dhost_ppc_isel.c5724 PPCAMode* amCIA = PPCAMode_IR(stmt->Ist.Exit.offsIP, local
5743 amCIA, cc, toFastEP));
5749 addInstr(env, PPCInstr_XAssisted(r, amCIA, cc, Ijk_Boring));
5768 addInstr(env, PPCInstr_XAssisted(r, amCIA, cc,
5811 PPCAMode* amCIA = PPCAMode_IR(offsIP, hregPPC_GPR31(env->mode64)); local
5824 amCIA, always, toFastEP));
5830 addInstr(env, PPCInstr_XAssisted(r, amCIA, always,
5841 PPCAMode* amCIA = PPCAMode_IR(offsIP, hregPPC_GPR31(env->mode64)); local
5843 addInstr(env, PPCInstr_XIndir(r, amCIA, always));
5845 addInstr(env, PPCInstr_XAssisted(r, amCIA, alway
5868 PPCAMode* amCIA = PPCAMode_IR(offsIP, hregPPC_GPR31(env->mode64)); local
[all...]

Completed in 67 milliseconds