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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c1400 static rtx ix86_expand_fp_compare (enum rtx_code, rtx, rtx, rtx, rtx *, rtx *);
10454 /* The cost of code output by ix86_expand_fp_compare. */
10532 ix86_expand_fp_compare (enum rtx_code code, rtx op0, rtx op1, rtx scratch,
10734 ret = ix86_expand_fp_compare (code, op0, op1, NULL_RTX,
10974 condition = ix86_expand_fp_compare (code, op1, op2,
11124 compare_op = ix86_expand_fp_compare (code, op0, op1, NULL_RTX,
10507 ix86_expand_fp_compare (enum rtx_code code, rtx op0, rtx op1, rtx scratch, function

Completed in 122 milliseconds