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

  /external/valgrind/main/VEX/priv/
host_ppc_defs.h 219 PPCAMode;
221 extern PPCAMode* PPCAMode_IR ( Int, HReg );
222 extern PPCAMode* PPCAMode_RR ( HReg, HReg );
224 extern PPCAMode* dopyPPCAMode ( PPCAMode* );
226 extern void ppPPCAMode ( PPCAMode* );
598 PPCAMode* src;
609 PPCAMode* dst;
656 PPCAMode* addr;
708 PPCAMode* addr
    [all...]
host_ppc_isel.c 391 static PPCAMode* iselWordExpr_AMode_wrk ( ISelEnv* env, IRExpr* e, IRType xferTy );
392 static PPCAMode* iselWordExpr_AMode ( ISelEnv* env, IRExpr* e, IRType xferTy );
479 PPCAMode *am_addr0, *am_addr1;
504 PPCAMode *am_addr0;
526 static PPCAMode* advance4 ( ISelEnv* env, PPCAMode* am )
528 PPCAMode* am4 = dopyPPCAMode( am );
540 bias, generate a PPCAMode pointing at the relevant piece of
543 PPCAMode* genGuestArrayOffset ( ISelEnv* env, IRRegArray* descr,
    [all...]
host_ppc_defs.c 317 /* --------- PPCAMode: memory address expressions. --------- */
319 PPCAMode* PPCAMode_IR ( Int idx, HReg base ) {
320 PPCAMode* am = LibVEX_Alloc(sizeof(PPCAMode));
327 PPCAMode* PPCAMode_RR ( HReg idx, HReg base ) {
328 PPCAMode* am = LibVEX_Alloc(sizeof(PPCAMode));
335 PPCAMode* dopyPPCAMode ( PPCAMode* am ) {
346 void ppPPCAMode ( PPCAMode* am )
    [all...]

Completed in 178 milliseconds