Home
last modified time | relevance | path

Searched refs:PPCAMode (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h192 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;
[all …]
Dhost_ppc_isel.c437 static PPCAMode* iselWordExpr_AMode_wrk ( ISelEnv* env, IRExpr* e,
440 static PPCAMode* iselWordExpr_AMode ( ISelEnv* env, IRExpr* e,
567 PPCAMode *am_addr0, *am_addr1; in mk_LoadRR32toFPR()
592 PPCAMode *am_addr0; in mk_LoadR64toFPR()
614 static PPCAMode* advance4 ( ISelEnv* env, PPCAMode* am ) in advance4()
616 PPCAMode* am4 = dopyPPCAMode( am ); in advance4()
631 PPCAMode* genGuestArrayOffset ( ISelEnv* env, IRRegArray* descr, in genGuestArrayOffset()
1314 PPCAMode *am_offset, *am_offset_zero; in mk_AvDuplicateRI()
1417 PPCAMode* am_addr; in iselWordExpr_R_wrk()
1751 PPCAMode* zero_r1 = PPCAMode_IR( 0, r1 ); in iselWordExpr_R_wrk()
[all …]
Dhost_ppc_defs.c239 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()
[all …]