Searched defs:argiregs (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_mips_defs.c866 MIPSInstr *MIPSInstr_Call ( MIPSCondCode cond, Addr64 target, UInt argiregs, argument
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));
1302 if (i->Min.Call.argiregs & (1 << n)) {
1304 if ((i->Min.Call.argiregs >>
885 MIPSInstr_CallAlways( MIPSCondCode cond, Addr64 target, UInt argiregs, RetLoc rloc ) argument
[all...]
H A Dhost_mips_isel.c399 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, sr
790 UInt argiregs = 0; local
[all...]
H A Dhost_mips_defs.h443 condition (which could be Mcc_ALWAYS). argiregs indicates
453 UInt argiregs; member in struct:__anon23995::__anon23996::__anon24004
H A Dhost_ppc_defs.c854 Addr64 target, UInt argiregs, RetLoc rloc ) {
860 i->Pin.Call.argiregs = argiregs;
864 vassert(0 == (argiregs & ~mask));
1658 if (i->Pin.Call.argiregs & (1<<n)) {
1660 if ((i->Pin.Call.argiregs >> n) > 1)
2418 which might be read. This depends on the argiregs field. */
2419 argir = i->Pin.Call.argiregs;
853 PPCInstr_Call( PPCCondCode cond, Addr64 target, UInt argiregs, RetLoc rloc ) argument
H A Dhost_ppc_isel.c733 UInt argiregs; local
825 argiregs = 0;
886 argiregs |= (1 << (argreg+3));
896 argiregs |= (1 << (argreg+3));
908 argiregs |= (1 << (argreg+3));
910 argiregs |= (1 << (argreg+3));
914 argiregs |= (1 << (argreg+3));
1016 argiregs |= (1 << (i+3));
1068 addInstr(env, PPCInstr_Call( cc, target, argiregs, *retloc ));
2280 UInt argiregs; local
2316 UInt argiregs; local
3789 UInt argiregs; local
3837 UInt argiregs; local
[all...]
H A Dhost_ppc_defs.h673 condition (which could be Pct_ALWAYS). argiregs indicates
680 UInt argiregs; member in struct:__anon24057::__anon24058::__anon24067

Completed in 179 milliseconds