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* );
621 PPCAMode* amCIA; /* amode in guest state for CIA */
629 PPCAMode* amCIA;
636 PPCAMode* amCIA;
651 PPCAMode* src
    [all...]
host_ppc_isel.c 421 static PPCAMode* iselWordExpr_AMode_wrk ( ISelEnv* env, IRExpr* e, IRType xferTy );
422 static PPCAMode* iselWordExpr_AMode ( ISelEnv* env, IRExpr* e, IRType xferTy );
526 PPCAMode *am_addr0, *am_addr1;
551 PPCAMode *am_addr0;
573 static PPCAMode* advance4 ( ISelEnv* env, PPCAMode* am )
575 PPCAMode* am4 = dopyPPCAMode( am );
587 bias, generate a PPCAMode pointing at the relevant piece of
590 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 31 milliseconds