Home | History | Annotate | Download | only in priv

Lines Matching refs:PPCAMode

317 /* --------- PPCAMode: memory address expressions. --------- */
319 PPCAMode* PPCAMode_IR ( Int idx, HReg base ) {
320 PPCAMode* am = LibVEX_Alloc(sizeof(PPCAMode));
327 PPCAMode* PPCAMode_RR ( HReg idx, HReg base ) {
328 PPCAMode* am = LibVEX_Alloc(sizeof(PPCAMode));
335 PPCAMode* dopyPPCAMode ( PPCAMode* am ) {
346 void ppPPCAMode ( PPCAMode* am ) {
366 static void addRegUsage_PPCAMode ( HRegUsage* u, PPCAMode* am ) {
380 static void mapRegs_PPCAMode ( HRegRemap* m, PPCAMode* am ) {
854 PPCInstr* PPCInstr_XDirect ( Addr64 dstGA, PPCAMode* amCIA,
864 PPCInstr* PPCInstr_XIndir ( HReg dstGA, PPCAMode* amCIA,
873 PPCInstr* PPCInstr_XAssisted ( HReg dstGA, PPCAMode* amCIA,
894 HReg dst, PPCAMode* src, Bool mode64 ) {
916 PPCInstr* PPCInstr_Store ( UChar sz, PPCAMode* dst, HReg src,
989 HReg reg, PPCAMode* addr ) {
1182 PPCInstr* PPCInstr_EvCheck ( PPCAMode* amCounter,
1183 PPCAMode* amFailAddr ) {
1292 HReg reg, PPCAMode* addr ) {
2850 PPCAMode* am;
2880 PPCAMode* am;
3183 PPCAMode* am, Bool mode64 )
3203 UInt rSD, PPCAMode* am, Bool mode64 )
3386 UInt reg, PPCAMode* am, Bool mode64 )
3438 UInt reg, PPCAMode* am, Bool mode64 )
4163 PPCAMode* am_addr = i->Pin.Load.src;
4253 PPCAMode* am_addr = i->Pin.Store.dst;
4405 PPCAMode* am_addr = i->Pin.FpLdSt.addr;