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

  /external/valgrind/main/VEX/priv/
host_ppc_isel.c 695 UInt argiregs; local
793 argiregs = 0;
854 argiregs |= (1 << (argreg+3));
864 argiregs |= (1 << (argreg+3));
875 argiregs |= (1 << (argreg+3));
877 argiregs |= (1 << (argreg+3));
881 argiregs |= (1 << (argreg+3));
2184 UInt argiregs; local
2213 UInt argiregs; local
3548 UInt argiregs; local
3588 UInt argiregs; local
    [all...]
host_mips_isel.c 404 UInt argiregs; local
463 argiregs = 0;
472 argiregs = 0;
521 argiregs |= (1 << (argreg + 4));
528 argiregs |= (1 << (argreg + 4));
532 argiregs |= (1 << (argreg + 4));
534 argiregs |= (1 << (argreg + 4));
605 argiregs |= (1 << (i + 4));
649 addInstr(env, MIPSInstr_CallAlways(cc, (Addr64)target, argiregs,
652 addInstr(env, MIPSInstr_Call(cc, (Addr64)target, argiregs, src, *retloc))
795 UInt argiregs = 0; local
    [all...]
host_mips_defs.c 1291 MIPSInstr *MIPSInstr_Call ( MIPSCondCode cond, Addr64 target, UInt argiregs,
1299 i->Min.Call.argiregs = argiregs;
1305 vassert(0 == (argiregs & ~mask));
1311 UInt argiregs, RetLoc rloc )
1318 i->Min.Call.argiregs = argiregs;
1323 vassert(0 == (argiregs & ~mask));
    [all...]
host_mips_defs.h 467 condition (which could be Mcc_ALWAYS). argiregs indicates
477 UInt argiregs; member in struct:__anon35654::__anon35655::__anon35663
host_ppc_defs.h 639 condition (which could be Pct_ALWAYS). argiregs indicates
646 UInt argiregs; member in struct:__anon35715::__anon35716::__anon35725
    [all...]
host_ppc_defs.c 872 Addr64 target, UInt argiregs, RetLoc rloc ) {
878 i->Pin.Call.argiregs = argiregs;
882 vassert(0 == (argiregs & ~mask));
    [all...]

Completed in 1091 milliseconds