Lines Matching refs:PPCAMode
239 PPCAMode* PPCAMode_IR ( Int idx, HReg base ) { in PPCAMode_IR()
240 PPCAMode* am = LibVEX_Alloc_inline(sizeof(PPCAMode)); in PPCAMode_IR()
247 PPCAMode* PPCAMode_RR ( HReg idx, HReg base ) { in PPCAMode_RR()
248 PPCAMode* am = LibVEX_Alloc_inline(sizeof(PPCAMode)); in PPCAMode_RR()
255 PPCAMode* dopyPPCAMode ( PPCAMode* am ) { in dopyPPCAMode()
266 void ppPPCAMode ( PPCAMode* am ) { in ppPPCAMode()
286 static void addRegUsage_PPCAMode ( HRegUsage* u, PPCAMode* am ) { in addRegUsage_PPCAMode()
300 static void mapRegs_PPCAMode ( HRegRemap* m, PPCAMode* am ) { in mapRegs_PPCAMode()
806 PPCInstr* PPCInstr_XDirect ( Addr64 dstGA, PPCAMode* amCIA, in PPCInstr_XDirect()
816 PPCInstr* PPCInstr_XIndir ( HReg dstGA, PPCAMode* amCIA, in PPCInstr_XIndir()
825 PPCInstr* PPCInstr_XAssisted ( HReg dstGA, PPCAMode* amCIA, in PPCInstr_XAssisted()
846 HReg dst, PPCAMode* src, Bool mode64 ) { in PPCInstr_Load()
868 PPCInstr* PPCInstr_Store ( UChar sz, PPCAMode* dst, HReg src, in PPCInstr_Store()
941 HReg reg, PPCAMode* addr ) { in PPCInstr_FpLdSt()
1134 PPCInstr* PPCInstr_EvCheck ( PPCAMode* amCounter, in PPCInstr_EvCheck()
1135 PPCAMode* amFailAddr ) { in PPCInstr_EvCheck()
1244 HReg reg, PPCAMode* addr ) { in PPCInstr_AvLdSt()
1349 PPCInstr* PPCInstr_AvSh ( Bool shLeft, HReg dst, PPCAMode* addr ) { in PPCInstr_AvSh()
2997 PPCAMode* am; in genSpill_PPC()
3027 PPCAMode* am; in genReload_PPC()
3354 PPCAMode* am, Bool mode64, VexEndness endness_host ) in doAMode_IR()
3374 UInt rSD, PPCAMode* am, Bool mode64, in doAMode_RR()
3561 UInt reg, PPCAMode* am, Bool mode64, VexEndness endness_host ) in do_load_or_store_machine_word()
3613 UInt reg, PPCAMode* am, Bool mode64, VexEndness endness_host ) in do_load_or_store_word32()
4374 PPCAMode* am_addr = i->Pin.Load.src; in emit_PPCInstr()
4475 PPCAMode* am_addr = i->Pin.Store.dst; in emit_PPCInstr()
4642 PPCAMode* am_addr = i->Pin.FpLdSt.addr; in emit_PPCInstr()