Home
last modified time | relevance | path

Searched refs:expand_ccmp_next (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dccmp.cc164 expand_ccmp_next (tree op, tree_code code, rtx prev, in expand_ccmp_next() function
226 ret = expand_ccmp_next (op1, code, tmp, &prep_seq_1, &gen_seq_1); in expand_ccmp_expr_1()
243 ret2 = expand_ccmp_next (op0, code, tmp2, &prep_seq_2, in expand_ccmp_expr_1()
263 return expand_ccmp_next (op0, code, tmp, prep_seq, gen_seq); in expand_ccmp_expr_1()
274 return expand_ccmp_next (op1, code, tmp, prep_seq, gen_seq); in expand_ccmp_expr_1()
H A DChangeLog-20167197 (expand_ccmp_next): Likewise.
H A DChangeLog-201725891 (expand_ccmp_next): Update to use new functions.
H A DChangeLog-201542675 * ccmp.c (expand_ccmp_next): New function.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dccmp.c164 expand_ccmp_next (tree op, tree_code code, rtx prev, in expand_ccmp_next() function
226 ret = expand_ccmp_next (op1, code, tmp, &prep_seq_1, &gen_seq_1); in expand_ccmp_expr_1()
243 ret2 = expand_ccmp_next (op0, code, tmp2, &prep_seq_2, in expand_ccmp_expr_1()
263 return expand_ccmp_next (op0, code, tmp, prep_seq, gen_seq); in expand_ccmp_expr_1()
274 return expand_ccmp_next (op1, code, tmp, prep_seq, gen_seq); in expand_ccmp_expr_1()