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 218 PPCAMode;
220 extern PPCAMode* PPCAMode_IR ( Int, HReg );
221 extern PPCAMode* PPCAMode_RR ( HReg, HReg );
223 extern PPCAMode* dopyPPCAMode ( PPCAMode* );
225 extern void ppPPCAMode ( PPCAMode* );
596 PPCAMode* src;
607 PPCAMode* dst;
654 PPCAMode* addr;
702 PPCAMode* addr
    [all...]
host_ppc_isel.c 388 static PPCAMode* iselWordExpr_AMode_wrk ( ISelEnv* env, IRExpr* e, IRType xferTy );
389 static PPCAMode* iselWordExpr_AMode ( ISelEnv* env, IRExpr* e, IRType xferTy );
476 PPCAMode *am_addr0, *am_addr1;
501 PPCAMode *am_addr0;
523 static PPCAMode* advance4 ( ISelEnv* env, PPCAMode* am )
525 PPCAMode* am4 = dopyPPCAMode( am );
537 bias, generate a PPCAMode pointing at the relevant piece of
540 PPCAMode* genGuestArrayOffset ( ISelEnv* env, IRRegArray* descr,
    [all...]
host_ppc_defs.c 310 /* --------- PPCAMode: memory address expressions. --------- */
312 PPCAMode* PPCAMode_IR ( Int idx, HReg base ) {
313 PPCAMode* am = LibVEX_Alloc(sizeof(PPCAMode));
320 PPCAMode* PPCAMode_RR ( HReg idx, HReg base ) {
321 PPCAMode* am = LibVEX_Alloc(sizeof(PPCAMode));
328 PPCAMode* dopyPPCAMode ( PPCAMode* am ) {
339 void ppPPCAMode ( PPCAMode* am )
    [all...]

Completed in 29 milliseconds