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

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Dlibf7.c1415 f7_t* f7_truncx (f7_t *cc, const f7_t *aa, bool do_floor) argument
1429 if (sign & do_floor)
1448 if (do_floor && cc->sign && f7_cmp_mant (cc, tmp) != 0)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Dlibf7.c1415 f7_t* f7_truncx (f7_t *cc, const f7_t *aa, bool do_floor) argument
1429 if (sign & do_floor)
1448 if (do_floor && cc->sign && f7_cmp_mant (cc, tmp) != 0)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c15789 ix86_expand_lfloorceil (rtx op0, rtx op1, bool do_floor) argument
15791 /* C code for the stuff we're doing below (for do_floor):
15811 freg, op1, !do_floor);
15812 tmp = expand_simple_binop (imode, do_floor ? MINUS : PLUS,
15894 ix86_expand_floorceil (rtx operand0, rtx operand1, bool do_floor) argument
15939 tmp = ix86_expand_sse_compare_mask (UNGT, xa, res, !do_floor);
15941 tmp = expand_simple_binop (mode, do_floor ? MINUS : PLUS,
15946 if (do_floor && flag_rounding_math)
15963 ix86_expand_floorceildf_32 (rtx operand0, rtx operand1, bool do_floor) argument
16011 tmp = ix86_expand_sse_compare_mask (UNGT, xa, res, !do_floor);
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc17788 ix86_expand_lfloorceil (rtx op0, rtx op1, bool do_floor) argument
17790 /* C code for the stuff we're doing below (for do_floor):
17810 freg, op1, !do_floor);
17811 tmp = expand_simple_binop (imode, do_floor ? MINUS : PLUS,
17897 ix86_expand_floorceil (rtx operand0, rtx operand1, bool do_floor) argument
17941 tmp = ix86_expand_sse_compare_mask (UNGT, xa, res, !do_floor);
17943 tmp = expand_simple_binop (mode, do_floor ? MINUS : PLUS,
17948 if (do_floor && flag_rounding_math)
17965 ix86_expand_floorceildf_32 (rtx operand0, rtx operand1, bool do_floor) argument
18012 tmp = ix86_expand_sse_compare_mask (UNGT, xa, res, !do_floor);
[all...]

Completed in 158 milliseconds