Lines Matching refs:PPCAMode
192 PPCAMode; typedef
194 extern PPCAMode* PPCAMode_IR ( Int, HReg );
195 extern PPCAMode* PPCAMode_RR ( HReg, HReg );
197 extern PPCAMode* dopyPPCAMode ( PPCAMode* );
199 extern void ppPPCAMode ( PPCAMode* );
624 PPCAMode* amCIA; /* amode in guest state for CIA */
632 PPCAMode* amCIA;
639 PPCAMode* amCIA;
654 PPCAMode* src;
665 PPCAMode* dst;
712 PPCAMode* addr;
765 PPCAMode* addr;
830 PPCAMode* addr;
988 PPCAMode* amCounter;
989 PPCAMode* amFailAddr;
1010 extern PPCInstr* PPCInstr_XDirect ( Addr64 dstGA, PPCAMode* amCIA,
1012 extern PPCInstr* PPCInstr_XIndir ( HReg dstGA, PPCAMode* amCIA,
1014 extern PPCInstr* PPCInstr_XAssisted ( HReg dstGA, PPCAMode* amCIA,
1018 HReg dst, PPCAMode* src, Bool mode64 );
1021 extern PPCInstr* PPCInstr_Store ( UChar sz, PPCAMode* dst,
1033 extern PPCInstr* PPCInstr_FpLdSt ( Bool isLoad, UChar sz, HReg, PPCAMode* );
1044 extern PPCInstr* PPCInstr_AvLdSt ( Bool isLoad, UChar sz, HReg, PPCAMode* );
1055 extern PPCInstr* PPCInstr_AvSh ( Bool shLeft, HReg dst, PPCAMode* am_addr );
1102 extern PPCInstr* PPCInstr_EvCheck ( PPCAMode* amCounter,
1103 PPCAMode* amFailAddr );