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 223 PPCAMode;
225 extern PPCAMode* PPCAMode_IR ( Int, HReg );
226 extern PPCAMode* PPCAMode_RR ( HReg, HReg );
228 extern PPCAMode* dopyPPCAMode ( PPCAMode* );
230 extern void ppPPCAMode ( PPCAMode* );
654 PPCAMode* amCIA; /* amode in guest state for CIA */
662 PPCAMode* amCIA;
669 PPCAMode* amCIA;
684 PPCAMode* src
    [all...]
host_ppc_isel.c 427 static PPCAMode* iselWordExpr_AMode_wrk ( ISelEnv* env, IRExpr* e, IRType xferTy );
428 static PPCAMode* iselWordExpr_AMode ( ISelEnv* env, IRExpr* e, IRType xferTy );
534 PPCAMode *am_addr0, *am_addr1;
559 PPCAMode *am_addr0;
581 static PPCAMode* advance4 ( ISelEnv* env, PPCAMode* am )
583 PPCAMode* am4 = dopyPPCAMode( am );
595 bias, generate a PPCAMode pointing at the relevant piece of
598 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 58 milliseconds