Home
last modified time | relevance | path

Searched refs:TARGET_IEEE_FP (Results 1 – 25 of 110) sorted by relevance

12345

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/i386/
H A Di386.c4008 return !TARGET_IEEE_FP; in sse_comparison_operator()
8987 if (!TARGET_IEEE_FP) in ix86_fp_comparison_codes()
9001 if (!TARGET_IEEE_FP) in ix86_fp_comparison_arithmetics_cost()
9152 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
9168 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
9183 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
9198 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
9214 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
9230 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
9634 && !TARGET_IEEE_FP) in ix86_expand_carry_flag_compare()
[all …]
H A Di386.h164 #define TARGET_IEEE_FP (target_flags & MASK_IEEE_FP) macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/i386/
H A Di386.c4008 return !TARGET_IEEE_FP;
8987 if (!TARGET_IEEE_FP)
9001 if (!TARGET_IEEE_FP)
9152 if (code == GT || !TARGET_IEEE_FP)
9168 if (code == LT && TARGET_IEEE_FP)
9183 if (code == GE || !TARGET_IEEE_FP)
9198 if (code == LE && TARGET_IEEE_FP)
9214 if (code == EQ && TARGET_IEEE_FP)
9230 if (code == NE && TARGET_IEEE_FP)
9634 && !TARGET_IEEE_FP)
[all …]
H A Di386.h164 #define TARGET_IEEE_FP (target_flags & MASK_IEEE_FP)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/i386/
H A Di386-expand.c2295 if (!TARGET_IEEE_FP) in ix86_unordered_fp_compare()
2339 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
2374 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
2378 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
2523 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
2539 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2554 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
2568 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2584 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2599 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/i386/
H A Di386-expand.c2307 if (!TARGET_IEEE_FP) in ix86_unordered_fp_compare()
2351 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
2386 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
2390 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
2535 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
2551 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2566 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
2580 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2596 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2611 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/i386/
H A Di386-expand.c2301 if (!TARGET_IEEE_FP) in ix86_unordered_fp_compare()
2345 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
2380 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
2384 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
2529 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
2545 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2560 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
2574 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2590 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2605 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c2307 if (!TARGET_IEEE_FP)
2351 return TARGET_IEEE_FP ? UNKNOWN : GT;
2386 arith_cost = TARGET_IEEE_FP ? 5 : 4;
2390 arith_cost = TARGET_IEEE_FP ? 6 : 4;
2535 if (code == GT || !TARGET_IEEE_FP)
2551 if (code == LT && TARGET_IEEE_FP)
2566 if (code == GE || !TARGET_IEEE_FP)
2580 if (code == LE && TARGET_IEEE_FP)
2596 if (code == EQ && TARGET_IEEE_FP)
2611 if (code == NE && TARGET_IEEE_FP)
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c2307 if (!TARGET_IEEE_FP) in ix86_unordered_fp_compare()
2351 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
2386 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
2390 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
2535 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
2551 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2566 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
2580 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2596 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2611 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/config/i386/
H A Di386-expand.c2301 if (!TARGET_IEEE_FP) in ix86_unordered_fp_compare()
2345 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
2380 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
2384 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
2529 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
2545 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2560 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
2574 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2590 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2605 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/i386/
H A Di386.c9165 return TARGET_IEEE_FP ? CCFPUmode : CCFPmode; in ix86_fp_compare_mode()
9457 if (!TARGET_IEEE_FP) in ix86_fp_comparison_codes()
9471 if (!TARGET_IEEE_FP) in ix86_fp_comparison_arithmetics_cost()
9622 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
9638 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
9653 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
9668 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
9684 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
9700 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
10125 && !TARGET_IEEE_FP) in ix86_expand_carry_flag_compare()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/i386/
H A Di386-expand.c2462 if (!TARGET_IEEE_FP) in ix86_unordered_fp_compare()
2506 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
2541 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
2545 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
2690 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
2706 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2721 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
2735 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2751 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
2766 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/config/i386/
H A Di386.c18598 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
18600 return TARGET_IEEE_FP ? UNKNOWN : GE; in ix86_fp_swap_condition()
18633 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
18637 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
18842 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
18858 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
18873 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
18887 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
18903 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
18918 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/i386/
H A Di386.c18579 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
18581 return TARGET_IEEE_FP ? UNKNOWN : GE; in ix86_fp_swap_condition()
18614 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
18618 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
18823 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
18839 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
18854 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
18868 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
18884 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
18899 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/i386/
H A Di386.c19471 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
19473 return TARGET_IEEE_FP ? UNKNOWN : GE; in ix86_fp_swap_condition()
19506 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
19510 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
19715 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
19731 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
19746 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
19760 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
19776 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
19791 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c22455 if (!TARGET_IEEE_FP) in ix86_unordered_fp_compare()
22636 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
22671 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
22675 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
22875 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22891 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22906 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22920 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22936 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22951 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/config/i386/
H A Di386.c22245 if (!TARGET_IEEE_FP) in ix86_unordered_fp_compare()
22426 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
22461 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
22465 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
22657 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22673 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22688 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22702 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22718 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22733 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c22455 if (!TARGET_IEEE_FP) in ix86_unordered_fp_compare()
22636 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
22671 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
22675 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
22875 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22891 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22906 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22920 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22936 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22951 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c22455 if (!TARGET_IEEE_FP) in ix86_unordered_fp_compare()
22636 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
22671 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
22675 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
22875 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22891 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22906 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22920 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22936 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22951 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c22455 if (!TARGET_IEEE_FP) in ix86_unordered_fp_compare()
22636 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
22671 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
22675 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
22875 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22891 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22906 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22920 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22936 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22951 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/i386/
H A Di386.c22522 if (!TARGET_IEEE_FP) in ix86_unordered_fp_compare()
22703 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
22738 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
22742 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
22942 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22958 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22973 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22987 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
23003 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
23018 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/i386/
H A Di386.c22180 if (!TARGET_IEEE_FP) in ix86_unordered_fp_compare()
22361 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
22396 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
22400 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
22592 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22608 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22623 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22637 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22653 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22668 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/config/i386/
H A Di386.c22467 if (!TARGET_IEEE_FP) in ix86_unordered_fp_compare()
22648 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
22683 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
22687 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
22887 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22903 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22918 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22932 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22948 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22963 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/i386/
H A Di386.c22245 if (!TARGET_IEEE_FP) in ix86_unordered_fp_compare()
22426 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
22461 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
22465 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
22657 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22673 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22688 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22702 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22718 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22733 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/i386/
H A Di386.c21768 return TARGET_IEEE_FP ? UNKNOWN : GT; in ix86_fp_swap_condition()
21770 return TARGET_IEEE_FP ? UNKNOWN : GE; in ix86_fp_swap_condition()
21803 arith_cost = TARGET_IEEE_FP ? 5 : 4; in ix86_fp_comparison_cost()
21807 arith_cost = TARGET_IEEE_FP ? 6 : 4; in ix86_fp_comparison_cost()
22008 if (code == GT || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22024 if (code == LT && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22039 if (code == GE || !TARGET_IEEE_FP) in ix86_expand_fp_compare()
22053 if (code == LE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22069 if (code == EQ && TARGET_IEEE_FP) in ix86_expand_fp_compare()
22084 if (code == NE && TARGET_IEEE_FP) in ix86_expand_fp_compare()
[all …]

12345