Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.h219 PPCAMode; typedef
221 extern PPCAMode* PPCAMode_IR ( Int, HReg );
222 extern PPCAMode* PPCAMode_RR ( HReg, HReg );
224 extern PPCAMode* dopyPPCAMode ( PPCAMode* );
226 extern void ppPPCAMode ( PPCAMode* );
598 PPCAMode* src;
609 PPCAMode* dst;
656 PPCAMode* addr;
708 PPCAMode* addr;
802 HReg dst, PPCAMode* src, Bool mode64 );
[all …]
Dhost_ppc_isel.c391 static PPCAMode* iselWordExpr_AMode_wrk ( ISelEnv* env, IRExpr* e, IRType xferTy );
392 static PPCAMode* iselWordExpr_AMode ( ISelEnv* env, IRExpr* e, IRType xferTy );
479 PPCAMode *am_addr0, *am_addr1; in mk_LoadRR32toFPR()
504 PPCAMode *am_addr0; in mk_LoadR64toFPR()
526 static PPCAMode* advance4 ( ISelEnv* env, PPCAMode* am ) in advance4()
528 PPCAMode* am4 = dopyPPCAMode( am ); in advance4()
543 PPCAMode* genGuestArrayOffset ( ISelEnv* env, IRRegArray* descr, in genGuestArrayOffset()
1076 PPCAMode *am_off12; in mk_AvDuplicateRI()
1175 PPCAMode* am_addr; in iselWordExpr_R_wrk()
1484 PPCAMode* zero_r1 = PPCAMode_IR( 0, r1 ); in iselWordExpr_R_wrk()
[all …]
Dhost_ppc_defs.c319 PPCAMode* PPCAMode_IR ( Int idx, HReg base ) { in PPCAMode_IR()
320 PPCAMode* am = LibVEX_Alloc(sizeof(PPCAMode)); in PPCAMode_IR()
327 PPCAMode* PPCAMode_RR ( HReg idx, HReg base ) { in PPCAMode_RR()
328 PPCAMode* am = LibVEX_Alloc(sizeof(PPCAMode)); in PPCAMode_RR()
335 PPCAMode* dopyPPCAMode ( PPCAMode* am ) { in dopyPPCAMode()
346 void ppPPCAMode ( PPCAMode* am ) { in ppPPCAMode()
366 static void addRegUsage_PPCAMode ( HRegUsage* u, PPCAMode* am ) { in addRegUsage_PPCAMode()
380 static void mapRegs_PPCAMode ( HRegRemap* m, PPCAMode* am ) { in mapRegs_PPCAMode()
853 HReg dst, PPCAMode* src, Bool mode64 ) { in PPCInstr_Load()
875 PPCInstr* PPCInstr_Store ( UChar sz, PPCAMode* dst, HReg src, in PPCInstr_Store()
[all …]