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

  /external/valgrind/VEX/priv/
host_mips_isel.c 399 UInt argiregs; local
458 argiregs = 0;
467 argiregs = 0;
516 argiregs |= (1 << (argreg + 4));
523 argiregs |= (1 << (argreg + 4));
527 argiregs |= (1 << (argreg + 4));
529 argiregs |= (1 << (argreg + 4));
600 argiregs |= (1 << (i + 4));
644 addInstr(env, MIPSInstr_CallAlways(cc, target, argiregs,
647 addInstr(env, MIPSInstr_Call(cc, target, argiregs, src, *retloc))
790 UInt argiregs = 0; local
    [all...]
host_ppc_isel.c 733 UInt argiregs; local
825 argiregs = 0;
2280 UInt argiregs; local
2316 UInt argiregs; local
3789 UInt argiregs; local
3837 UInt argiregs; local
    [all...]
host_mips_defs.c 866 MIPSInstr *MIPSInstr_Call ( MIPSCondCode cond, Addr64 target, UInt argiregs,
874 i->Min.Call.argiregs = argiregs;
880 vassert(0 == (argiregs & ~mask));
886 UInt argiregs, RetLoc rloc )
893 i->Min.Call.argiregs = argiregs;
898 vassert(0 == (argiregs & ~mask));
    [all...]
host_mips_defs.h 443 condition (which could be Mcc_ALWAYS). argiregs indicates
453 UInt argiregs; member in struct:__anon41719::__anon41720::__anon41728
host_ppc_defs.h 673 condition (which could be Pct_ALWAYS). argiregs indicates
680 UInt argiregs; member in struct:__anon41781::__anon41782::__anon41791
    [all...]
host_ppc_defs.c 854 Addr64 target, UInt argiregs, RetLoc rloc ) {
860 i->Pin.Call.argiregs = argiregs;
864 vassert(0 == (argiregs & ~mask));
    [all...]

Completed in 226 milliseconds