Searched refs:in_exp (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Drecog.c3733 rtx out_exp, in_exp;
3776 in_exp = XVECEXP (in_pat, 0, i);
3778 if (GET_CODE (in_exp) == CLOBBER)
3781 gcc_assert (GET_CODE (in_exp) == SET);
3783 if (!MEM_P (SET_DEST (in_exp)))
3789 if (reg_mentioned_p (SET_DEST (out_set), SET_DEST (in_exp)))
3806 if (reg_mentioned_p (SET_DEST (out_exp), SET_DEST (in_exp)))
3721 rtx out_exp, in_exp; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c4792 parse_big_immediate (char **str, int i, expressionS *in_exp,
4796 expressionS *exp_p = in_exp ? in_exp : &exp;
4791 parse_big_immediate(char **str, int i, expressionS *in_exp, bfd_boolean allow_symbol_p) argument

Completed in 204 milliseconds