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

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_isel.c385 PPCAMode_IR returned will have an index (immediate offset) field
486 am_addr0 = PPCAMode_IR( 0, StackFramePtr(env->mode64) );
487 am_addr1 = PPCAMode_IR( 4, StackFramePtr(env->mode64) );
510 am_addr0 = PPCAMode_IR( 0, StackFramePtr(env->mode64) );
1081 am_off12 = PPCAMode_IR( 12, r_aligned16 );
1484 PPCAMode* zero_r1 = PPCAMode_IR( 0, r1 );
1515 PPCAMode* zero_r1 = PPCAMode_IR( 0, r1 );
1793 am_off0 = PPCAMode_IR( 0, r_aligned16 );
1794 am_off12 = PPCAMode_IR( 12,r_aligned16 );
1817 am_off0 = PPCAMode_IR(
[all...]
H A Dhost_ppc_defs.h221 extern PPCAMode* PPCAMode_IR ( Int, HReg );
H A Dhost_ppc_defs.c319 PPCAMode* PPCAMode_IR ( Int idx, HReg base ) { function
338 return PPCAMode_IR( am->Pam.IR.index, am->Pam.IR.base );
2225 am = PPCAMode_IR( offsetB, GuestStatePtr(mode64) );
2255 am = PPCAMode_IR( offsetB, GuestStatePtr(mode64) );

Completed in 98 milliseconds