Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_isel.c578 am_addr0 = PPCAMode_IR( 0, StackFramePtr(env->mode64) ); in mk_LoadRR32toFPR()
579 am_addr1 = PPCAMode_IR( 4, StackFramePtr(env->mode64) ); in mk_LoadRR32toFPR()
602 am_addr0 = PPCAMode_IR( 0, StackFramePtr(env->mode64) ); in mk_LoadR64toFPR()
1341 am_offset_zero = PPCAMode_IR( 0, r_aligned16 ); in mk_AvDuplicateRI()
1343 for (i = 0; i < 16; i+=stride, am_offset = PPCAMode_IR( i, r_aligned16)) { in mk_AvDuplicateRI()
1770 PPCAMode* zero_r1 = PPCAMode_IR( 0, r1 ); in iselWordExpr_R_wrk()
1801 PPCAMode* zero_r1 = PPCAMode_IR( 0, r1 ); in iselWordExpr_R_wrk()
1827 PPCAMode* zero_r1 = PPCAMode_IR( 0, r1 ); in iselWordExpr_R_wrk()
1852 PPCAMode* zero_r1 = PPCAMode_IR( 0, StackFramePtr(env->mode64) ); in iselWordExpr_R_wrk()
2140 am_off0 = PPCAMode_IR( 0, r_aligned16 ); in iselWordExpr_R_wrk()
[all …]
Dhost_ppc_defs.h194 extern PPCAMode* PPCAMode_IR ( Int, HReg );
Dhost_ppc_defs.c239 PPCAMode* PPCAMode_IR ( Int idx, HReg base ) { in PPCAMode_IR() function
258 return PPCAMode_IR( am->Pam.IR.index, am->Pam.IR.base ); in dopyPPCAMode()
3160 am = PPCAMode_IR( offsetB, GuestStatePtr(mode64) ); in genSpill_PPC()
3190 am = PPCAMode_IR( offsetB, GuestStatePtr(mode64) ); in genReload_PPC()