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 415 PPCAMode_IR returned will have an index (immediate offset) field
533 am_addr0 = PPCAMode_IR( 0, StackFramePtr(env->mode64) );
534 am_addr1 = PPCAMode_IR( 4, StackFramePtr(env->mode64) );
557 am_addr0 = PPCAMode_IR( 0, StackFramePtr(env->mode64) );
    [all...]
host_ppc_defs.h 221 extern PPCAMode* PPCAMode_IR ( Int, HReg );
    [all...]
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 38 milliseconds