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.c574 am_addr0 = PPCAMode_IR( 0, StackFramePtr(env->mode64) ); in mk_LoadRR32toFPR()
575 am_addr1 = PPCAMode_IR( 4, StackFramePtr(env->mode64) ); in mk_LoadRR32toFPR()
598 am_addr0 = PPCAMode_IR( 0, StackFramePtr(env->mode64) ); in mk_LoadR64toFPR()
1323 am_offset_zero = PPCAMode_IR( 0, r_aligned16 ); in mk_AvDuplicateRI()
1325 for (i = 0; i < 16; i+=stride, am_offset = PPCAMode_IR( i, r_aligned16)) { in mk_AvDuplicateRI()
1751 PPCAMode* zero_r1 = PPCAMode_IR( 0, r1 ); in iselWordExpr_R_wrk()
1782 PPCAMode* zero_r1 = PPCAMode_IR( 0, r1 ); in iselWordExpr_R_wrk()
1808 PPCAMode* zero_r1 = PPCAMode_IR( 0, r1 ); in iselWordExpr_R_wrk()
1833 PPCAMode* zero_r1 = PPCAMode_IR( 0, StackFramePtr(env->mode64) ); in iselWordExpr_R_wrk()
2107 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()
3000 am = PPCAMode_IR( offsetB, GuestStatePtr(mode64) ); in genSpill_PPC()
3030 am = PPCAMode_IR( offsetB, GuestStatePtr(mode64) ); in genReload_PPC()