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

  /external/valgrind/VEX/priv/
host_ppc_isel.c 431 PPCAMode_IR returned will have an index (immediate offset) field
574 am_addr0 = PPCAMode_IR( 0, StackFramePtr(env->mode64) );
575 am_addr1 = PPCAMode_IR( 4, StackFramePtr(env->mode64) );
598 am_addr0 = PPCAMode_IR( 0, StackFramePtr(env->mode64) );
    [all...]
host_ppc_defs.h 194 extern PPCAMode* PPCAMode_IR ( Int, HReg );
    [all...]
host_ppc_defs.c 239 PPCAMode* PPCAMode_IR ( Int idx, HReg base ) {
258 return PPCAMode_IR( am->Pam.IR.index, am->Pam.IR.base );
    [all...]

Completed in 60 milliseconds