Home | History | Annotate | Download | only in i386

Lines Matching refs:flags

70 static inline int tcg_target_get_call_iarg_regs_count(int flags)
72 flags &= TCG_CALL_TYPE_MASK;
73 switch(flags) {
79 return flags - TCG_CALL_TYPE_REGPARM_1 + 1;