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

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_isel.c5044 PPCAMode* amCIA = PPCAMode_IR(stmt->Ist.Exit.offsIP, local
5063 amCIA, cc, toFastEP));
5069 addInstr(env, PPCInstr_XAssisted(r, amCIA, cc, Ijk_Boring));
5088 addInstr(env, PPCInstr_XAssisted(r, amCIA, cc,
5131 PPCAMode* amCIA = PPCAMode_IR(offsIP, hregPPC_GPR31(env->mode64)); local
5144 amCIA, always, toFastEP));
5150 addInstr(env, PPCInstr_XAssisted(r, amCIA, always,
5161 PPCAMode* amCIA = PPCAMode_IR(offsIP, hregPPC_GPR31(env->mode64)); local
5163 addInstr(env, PPCInstr_XIndir(r, amCIA, always));
5165 addInstr(env, PPCInstr_XAssisted(r, amCIA, alway
5188 PPCAMode* amCIA = PPCAMode_IR(offsIP, hregPPC_GPR31(env->mode64)); local
[all...]
H A Dhost_ppc_defs.c854 PPCInstr* PPCInstr_XDirect ( Addr64 dstGA, PPCAMode* amCIA, argument
859 i->Pin.XDirect.amCIA = amCIA;
864 PPCInstr* PPCInstr_XIndir ( HReg dstGA, PPCAMode* amCIA, argument
869 i->Pin.XIndir.amCIA = amCIA;
873 PPCInstr* PPCInstr_XAssisted ( HReg dstGA, PPCAMode* amCIA, argument
878 i->Pin.XAssisted.amCIA = amCIA;
1570 ppPPCAMode(i->Pin.XDirect.amCIA);
[all...]
H A Dhost_ppc_defs.h621 PPCAMode* amCIA; /* amode in guest state for CIA */ member in struct:__anon26773::__anon26774::__anon26784
629 PPCAMode* amCIA; member in struct:__anon26773::__anon26774::__anon26785
636 PPCAMode* amCIA; member in struct:__anon26773::__anon26774::__anon26786
971 extern PPCInstr* PPCInstr_XDirect ( Addr64 dstGA, PPCAMode* amCIA,
973 extern PPCInstr* PPCInstr_XIndir ( HReg dstGA, PPCAMode* amCIA,
975 extern PPCInstr* PPCInstr_XAssisted ( HReg dstGA, PPCAMode* amCIA,

Completed in 78 milliseconds