Home
last modified time | relevance | path

Searched refs:arith_cost (Results 1 – 21 of 21) sorted by relevance

/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/i386/
H A Di386-expand.c2355 int arith_cost; in ix86_fp_comparison_cost() local
2368 arith_cost = 4; in ix86_fp_comparison_cost()
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()
2387 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
2389 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
2391 return arith_cost; in ix86_fp_comparison_cost()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/i386/
H A Di386-expand.c2367 int arith_cost; in ix86_fp_comparison_cost() local
2380 arith_cost = 4; in ix86_fp_comparison_cost()
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()
2399 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
2401 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
2403 return arith_cost; in ix86_fp_comparison_cost()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/i386/
H A Di386-expand.c2361 int arith_cost; in ix86_fp_comparison_cost() local
2374 arith_cost = 4; in ix86_fp_comparison_cost()
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()
2393 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
2395 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
2397 return arith_cost; in ix86_fp_comparison_cost()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c2367 int arith_cost;
2380 arith_cost = 4;
2386 arith_cost = TARGET_IEEE_FP ? 5 : 4;
2390 arith_cost = TARGET_IEEE_FP ? 6 : 4;
2399 return arith_cost > 4 ? 3 : 2;
2401 return arith_cost > 4 ? 4 : 3;
2403 return arith_cost;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c2367 int arith_cost; in ix86_fp_comparison_cost() local
2380 arith_cost = 4; in ix86_fp_comparison_cost()
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()
2399 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
2401 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
2403 return arith_cost; in ix86_fp_comparison_cost()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/i386/
H A Di386-expand.c2361 int arith_cost; in ix86_fp_comparison_cost() local
2374 arith_cost = 4; in ix86_fp_comparison_cost()
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()
2393 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
2395 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
2397 return arith_cost; in ix86_fp_comparison_cost()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/i386/
H A Di386-expand.c2522 int arith_cost; in ix86_fp_comparison_cost() local
2535 arith_cost = 4; in ix86_fp_comparison_cost()
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()
2554 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
2556 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
2558 return arith_cost; in ix86_fp_comparison_cost()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/i386/
H A Di386.c18614 int arith_cost; in ix86_fp_comparison_cost() local
18627 arith_cost = 4; in ix86_fp_comparison_cost()
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()
18646 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
18648 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
18650 return arith_cost; in ix86_fp_comparison_cost()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/i386/
H A Di386.c18595 int arith_cost; in ix86_fp_comparison_cost() local
18608 arith_cost = 4; in ix86_fp_comparison_cost()
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()
18627 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
18629 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
18631 return arith_cost; in ix86_fp_comparison_cost()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/i386/
H A Di386.c19487 int arith_cost; in ix86_fp_comparison_cost() local
19500 arith_cost = 4; in ix86_fp_comparison_cost()
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()
19519 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
19521 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
19523 return arith_cost; in ix86_fp_comparison_cost()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c22652 int arith_cost; in ix86_fp_comparison_cost() local
22665 arith_cost = 4; in ix86_fp_comparison_cost()
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()
22684 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
22686 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
22688 return arith_cost; in ix86_fp_comparison_cost()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/i386/
H A Di386.c22442 int arith_cost; in ix86_fp_comparison_cost() local
22455 arith_cost = 4; in ix86_fp_comparison_cost()
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()
22474 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
22476 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
22478 return arith_cost; in ix86_fp_comparison_cost()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c22652 int arith_cost; in ix86_fp_comparison_cost() local
22665 arith_cost = 4; in ix86_fp_comparison_cost()
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()
22684 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
22686 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
22688 return arith_cost; in ix86_fp_comparison_cost()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c22652 int arith_cost; in ix86_fp_comparison_cost() local
22665 arith_cost = 4; in ix86_fp_comparison_cost()
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()
22684 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
22686 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
22688 return arith_cost; in ix86_fp_comparison_cost()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c22652 int arith_cost; in ix86_fp_comparison_cost() local
22665 arith_cost = 4; in ix86_fp_comparison_cost()
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()
22684 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
22686 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
22688 return arith_cost; in ix86_fp_comparison_cost()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/i386/
H A Di386.c22719 int arith_cost; in ix86_fp_comparison_cost() local
22732 arith_cost = 4; in ix86_fp_comparison_cost()
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()
22751 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
22753 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
22755 return arith_cost; in ix86_fp_comparison_cost()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/i386/
H A Di386.c22377 int arith_cost; in ix86_fp_comparison_cost() local
22390 arith_cost = 4; in ix86_fp_comparison_cost()
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()
22409 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
22411 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
22413 return arith_cost; in ix86_fp_comparison_cost()
/dports/lang/gcc8/gcc-8.5.0/gcc/config/i386/
H A Di386.c22664 int arith_cost; in ix86_fp_comparison_cost() local
22677 arith_cost = 4; in ix86_fp_comparison_cost()
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()
22696 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
22698 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
22700 return arith_cost; in ix86_fp_comparison_cost()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/i386/
H A Di386.c22442 int arith_cost; in ix86_fp_comparison_cost() local
22455 arith_cost = 4; in ix86_fp_comparison_cost()
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()
22474 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
22476 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
22478 return arith_cost; in ix86_fp_comparison_cost()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/i386/
H A Di386.c21784 int arith_cost; in ix86_fp_comparison_cost() local
21797 arith_cost = 4; in ix86_fp_comparison_cost()
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()
21816 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
21818 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
21820 return arith_cost; in ix86_fp_comparison_cost()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/i386/
H A Di386.c21784 int arith_cost; in ix86_fp_comparison_cost() local
21797 arith_cost = 4; in ix86_fp_comparison_cost()
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()
21816 return arith_cost > 4 ? 3 : 2; in ix86_fp_comparison_cost()
21818 return arith_cost > 4 ? 4 : 3; in ix86_fp_comparison_cost()
21820 return arith_cost; in ix86_fp_comparison_cost()