HomeSort by relevance Sort by last modified time
    Searched refs:PPCAMode_IR (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/priv/
host_ppc_isel.c 385 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) );
    [all...]
host_ppc_defs.h 221 extern PPCAMode* PPCAMode_IR ( Int, HReg );
host_ppc_defs.c 319 PPCAMode* PPCAMode_IR ( Int idx, HReg base ) {
338 return PPCAMode_IR( am->Pam.IR.index, am->Pam.IR.base );
    [all...]

Completed in 46 milliseconds