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

/freebsd-10.0-release/contrib/gcc/
H A Dgenemit.c62 static void gen_exp (rtx, enum rtx_code, char *);
151 gen_exp (rtx x, enum rtx_code subroutine_type, char *used)
194 gen_exp (XVECEXP (x, 1, i), subroutine_type, used);
208 gen_exp (XVECEXP (x, 2, i), subroutine_type, used);
285 gen_exp (XEXP (x, i), subroutine_type, used);
303 gen_exp (XVECEXP (x, i, j), subroutine_type, used);
429 gen_exp (XVECEXP (insn, 1, 0), DEFINE_INSN, NULL);
440 gen_exp (XVECEXP (insn, 1, i), DEFINE_INSN, NULL);
484 gen_exp (XVECEXP (expand, 1, 0), DEFINE_EXPAND, NULL);
567 gen_exp (nex
149 gen_exp (rtx x, enum rtx_code subroutine_type, char *used) function
[all...]

Completed in 63 milliseconds