Home
last modified time | relevance | path

Searched refs:have_as (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/i386/
H A Di386-expand.c6819 if (have_as) in alg_usable_p()
6833 bool memset, bool zero_memset, bool have_as, in decide_alg() argument
6882 && alg_usable_p (ix86_stringop_alg, memset, have_as)) in decide_alg()
6889 return alg_usable_p (rep_prefix_1_byte, memset, have_as) in decide_alg()
6892 return alg_usable_p (rep_prefix_4_byte, memset, have_as) in decide_alg()
6916 && alg_usable_p (candidate, memset, have_as)) in decide_alg()
6936 else if (alg_usable_p (candidate, memset, have_as)) in decide_alg()
6969 zero_memset, have_as, dynamic_check, noalign, true); in decide_alg()
7206 bool have_as; in ix86_expand_set_or_cpymem() local
7244 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_cpymem()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/i386/
H A Di386-expand.c6875 if (have_as) in alg_usable_p()
6889 bool memset, bool zero_memset, bool have_as, in decide_alg() argument
6938 && alg_usable_p (ix86_stringop_alg, memset, have_as)) in decide_alg()
6945 return alg_usable_p (rep_prefix_1_byte, memset, have_as) in decide_alg()
6948 return alg_usable_p (rep_prefix_4_byte, memset, have_as) in decide_alg()
6972 && alg_usable_p (candidate, memset, have_as)) in decide_alg()
6992 else if (alg_usable_p (candidate, memset, have_as) in decide_alg()
7030 zero_memset, have_as, dynamic_check, noalign, true); in decide_alg()
7264 bool have_as; in ix86_expand_set_or_cpymem() local
7302 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_cpymem()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/i386/
H A Di386-expand.c6837 if (have_as) in alg_usable_p()
6851 bool memset, bool zero_memset, bool have_as, in decide_alg() argument
6900 && alg_usable_p (ix86_stringop_alg, memset, have_as)) in decide_alg()
6907 return alg_usable_p (rep_prefix_1_byte, memset, have_as) in decide_alg()
6910 return alg_usable_p (rep_prefix_4_byte, memset, have_as) in decide_alg()
6934 && alg_usable_p (candidate, memset, have_as)) in decide_alg()
6954 else if (alg_usable_p (candidate, memset, have_as)) in decide_alg()
6987 zero_memset, have_as, dynamic_check, noalign, true); in decide_alg()
7224 bool have_as; in ix86_expand_set_or_cpymem() local
7262 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_cpymem()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c6875 if (have_as)
6889 bool memset, bool zero_memset, bool have_as,
6938 && alg_usable_p (ix86_stringop_alg, memset, have_as))
6945 return alg_usable_p (rep_prefix_1_byte, memset, have_as)
6948 return alg_usable_p (rep_prefix_4_byte, memset, have_as)
6972 && alg_usable_p (candidate, memset, have_as))
6992 else if (alg_usable_p (candidate, memset, have_as)
7030 zero_memset, have_as, dynamic_check, noalign, true);
7264 bool have_as;
7302 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst));
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c6875 if (have_as) in alg_usable_p()
6889 bool memset, bool zero_memset, bool have_as, in decide_alg() argument
6938 && alg_usable_p (ix86_stringop_alg, memset, have_as)) in decide_alg()
6945 return alg_usable_p (rep_prefix_1_byte, memset, have_as) in decide_alg()
6948 return alg_usable_p (rep_prefix_4_byte, memset, have_as) in decide_alg()
6972 && alg_usable_p (candidate, memset, have_as)) in decide_alg()
6992 else if (alg_usable_p (candidate, memset, have_as) in decide_alg()
7030 zero_memset, have_as, dynamic_check, noalign, true); in decide_alg()
7264 bool have_as; in ix86_expand_set_or_cpymem() local
7302 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_cpymem()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/config/i386/
H A Di386-expand.c6837 if (have_as) in alg_usable_p()
6851 bool memset, bool zero_memset, bool have_as, in decide_alg() argument
6900 && alg_usable_p (ix86_stringop_alg, memset, have_as)) in decide_alg()
6907 return alg_usable_p (rep_prefix_1_byte, memset, have_as) in decide_alg()
6910 return alg_usable_p (rep_prefix_4_byte, memset, have_as) in decide_alg()
6934 && alg_usable_p (candidate, memset, have_as)) in decide_alg()
6954 else if (alg_usable_p (candidate, memset, have_as)) in decide_alg()
6987 zero_memset, have_as, dynamic_check, noalign, true); in decide_alg()
7224 bool have_as; in ix86_expand_set_or_cpymem() local
7262 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_cpymem()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/i386/
H A Di386-expand.c7934 if (have_as) in alg_usable_p()
7948 bool memset, bool zero_memset, bool have_as, in decide_alg() argument
7997 && alg_usable_p (ix86_stringop_alg, memset, have_as)) in decide_alg()
8004 return alg_usable_p (rep_prefix_1_byte, memset, have_as) in decide_alg()
8007 return alg_usable_p (rep_prefix_4_byte, memset, have_as) in decide_alg()
8031 && alg_usable_p (candidate, memset, have_as)) in decide_alg()
8051 else if (alg_usable_p (candidate, memset, have_as) in decide_alg()
8089 zero_memset, have_as, dynamic_check, noalign, true); in decide_alg()
8323 bool have_as; in ix86_expand_set_or_cpymem() local
8361 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_cpymem()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c27370 if (have_as) in alg_usable_p()
27384 bool memset, bool zero_memset, bool have_as, in decide_alg() argument
27433 && alg_usable_p (ix86_stringop_alg, memset, have_as)) in decide_alg()
27440 return alg_usable_p (rep_prefix_1_byte, memset, have_as) in decide_alg()
27443 return alg_usable_p (rep_prefix_4_byte, memset, have_as) in decide_alg()
27467 && alg_usable_p (candidate, memset, have_as)) in decide_alg()
27487 else if (alg_usable_p (candidate, memset, have_as)) in decide_alg()
27520 zero_memset, have_as, dynamic_check, noalign, true); in decide_alg()
27735 bool have_as; in ix86_expand_set_or_movmem() local
27773 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_movmem()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/config/i386/
H A Di386.c27340 if (have_as) in alg_usable_p()
27354 bool memset, bool zero_memset, bool have_as, in decide_alg() argument
27403 && alg_usable_p (ix86_stringop_alg, memset, have_as)) in decide_alg()
27410 return alg_usable_p (rep_prefix_1_byte, memset, have_as) in decide_alg()
27413 return alg_usable_p (rep_prefix_4_byte, memset, have_as) in decide_alg()
27437 && alg_usable_p (candidate, memset, have_as)) in decide_alg()
27457 else if (alg_usable_p (candidate, memset, have_as)) in decide_alg()
27490 zero_memset, have_as, dynamic_check, noalign, true); in decide_alg()
27705 bool have_as; in ix86_expand_set_or_movmem() local
27743 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_movmem()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c27370 if (have_as) in alg_usable_p()
27384 bool memset, bool zero_memset, bool have_as, in decide_alg() argument
27433 && alg_usable_p (ix86_stringop_alg, memset, have_as)) in decide_alg()
27440 return alg_usable_p (rep_prefix_1_byte, memset, have_as) in decide_alg()
27443 return alg_usable_p (rep_prefix_4_byte, memset, have_as) in decide_alg()
27467 && alg_usable_p (candidate, memset, have_as)) in decide_alg()
27487 else if (alg_usable_p (candidate, memset, have_as)) in decide_alg()
27520 zero_memset, have_as, dynamic_check, noalign, true); in decide_alg()
27735 bool have_as; in ix86_expand_set_or_movmem() local
27773 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_movmem()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c27370 if (have_as) in alg_usable_p()
27384 bool memset, bool zero_memset, bool have_as, in decide_alg() argument
27433 && alg_usable_p (ix86_stringop_alg, memset, have_as)) in decide_alg()
27440 return alg_usable_p (rep_prefix_1_byte, memset, have_as) in decide_alg()
27443 return alg_usable_p (rep_prefix_4_byte, memset, have_as) in decide_alg()
27467 && alg_usable_p (candidate, memset, have_as)) in decide_alg()
27487 else if (alg_usable_p (candidate, memset, have_as)) in decide_alg()
27520 zero_memset, have_as, dynamic_check, noalign, true); in decide_alg()
27735 bool have_as; in ix86_expand_set_or_movmem() local
27773 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_movmem()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c27370 if (have_as) in alg_usable_p()
27384 bool memset, bool zero_memset, bool have_as, in decide_alg() argument
27433 && alg_usable_p (ix86_stringop_alg, memset, have_as)) in decide_alg()
27440 return alg_usable_p (rep_prefix_1_byte, memset, have_as) in decide_alg()
27443 return alg_usable_p (rep_prefix_4_byte, memset, have_as) in decide_alg()
27467 && alg_usable_p (candidate, memset, have_as)) in decide_alg()
27487 else if (alg_usable_p (candidate, memset, have_as)) in decide_alg()
27520 zero_memset, have_as, dynamic_check, noalign, true); in decide_alg()
27735 bool have_as; in ix86_expand_set_or_movmem() local
27773 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_movmem()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/i386/
H A Di386.c27435 if (have_as) in alg_usable_p()
27449 bool memset, bool zero_memset, bool have_as, in decide_alg() argument
27498 && alg_usable_p (ix86_stringop_alg, memset, have_as)) in decide_alg()
27505 return alg_usable_p (rep_prefix_1_byte, memset, have_as) in decide_alg()
27508 return alg_usable_p (rep_prefix_4_byte, memset, have_as) in decide_alg()
27532 && alg_usable_p (candidate, memset, have_as)) in decide_alg()
27552 else if (alg_usable_p (candidate, memset, have_as)) in decide_alg()
27585 zero_memset, have_as, dynamic_check, noalign, true); in decide_alg()
27800 bool have_as; in ix86_expand_set_or_movmem() local
27838 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_movmem()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/i386/
H A Di386.c27275 if (have_as) in alg_usable_p()
27289 bool memset, bool zero_memset, bool have_as, in decide_alg() argument
27338 && alg_usable_p (ix86_stringop_alg, memset, have_as)) in decide_alg()
27345 return alg_usable_p (rep_prefix_1_byte, memset, have_as) in decide_alg()
27348 return alg_usable_p (rep_prefix_4_byte, memset, have_as) in decide_alg()
27372 && alg_usable_p (candidate, memset, have_as)) in decide_alg()
27392 else if (alg_usable_p (candidate, memset, have_as)) in decide_alg()
27425 zero_memset, have_as, dynamic_check, noalign, true); in decide_alg()
27640 bool have_as; in ix86_expand_set_or_movmem() local
27678 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_movmem()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/config/i386/
H A Di386.c27382 if (have_as) in alg_usable_p()
27396 bool memset, bool zero_memset, bool have_as, in decide_alg() argument
27445 && alg_usable_p (ix86_stringop_alg, memset, have_as)) in decide_alg()
27452 return alg_usable_p (rep_prefix_1_byte, memset, have_as) in decide_alg()
27455 return alg_usable_p (rep_prefix_4_byte, memset, have_as) in decide_alg()
27479 && alg_usable_p (candidate, memset, have_as)) in decide_alg()
27499 else if (alg_usable_p (candidate, memset, have_as)) in decide_alg()
27532 zero_memset, have_as, dynamic_check, noalign, true); in decide_alg()
27747 bool have_as; in ix86_expand_set_or_movmem() local
27785 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_movmem()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/i386/
H A Di386.c27340 if (have_as) in alg_usable_p()
27354 bool memset, bool zero_memset, bool have_as, in decide_alg() argument
27403 && alg_usable_p (ix86_stringop_alg, memset, have_as)) in decide_alg()
27410 return alg_usable_p (rep_prefix_1_byte, memset, have_as) in decide_alg()
27413 return alg_usable_p (rep_prefix_4_byte, memset, have_as) in decide_alg()
27437 && alg_usable_p (candidate, memset, have_as)) in decide_alg()
27457 else if (alg_usable_p (candidate, memset, have_as)) in decide_alg()
27490 zero_memset, have_as, dynamic_check, noalign, true); in decide_alg()
27705 bool have_as; in ix86_expand_set_or_movmem() local
27743 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_movmem()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/i386/
H A Di386.c26489 if (have_as) in alg_usable_p()
26503 bool memset, bool zero_memset, bool have_as, in decide_alg() argument
26552 && alg_usable_p (ix86_stringop_alg, memset, have_as)) in decide_alg()
26559 return alg_usable_p (rep_prefix_1_byte, memset, have_as) in decide_alg()
26562 return alg_usable_p (rep_prefix_4_byte, memset, have_as) in decide_alg()
26586 && alg_usable_p (candidate, memset, have_as)) in decide_alg()
26606 else if (alg_usable_p (candidate, memset, have_as)) in decide_alg()
26639 zero_memset, have_as, dynamic_check, noalign, true); in decide_alg()
26853 bool have_as; in ix86_expand_set_or_movmem() local
26891 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_movmem()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/i386/
H A Di386.c26489 if (have_as) in alg_usable_p()
26503 bool memset, bool zero_memset, bool have_as, in decide_alg() argument
26552 && alg_usable_p (ix86_stringop_alg, memset, have_as)) in decide_alg()
26559 return alg_usable_p (rep_prefix_1_byte, memset, have_as) in decide_alg()
26562 return alg_usable_p (rep_prefix_4_byte, memset, have_as) in decide_alg()
26586 && alg_usable_p (candidate, memset, have_as)) in decide_alg()
26606 else if (alg_usable_p (candidate, memset, have_as)) in decide_alg()
26639 zero_memset, have_as, dynamic_check, noalign, true); in decide_alg()
26853 bool have_as; in ix86_expand_set_or_movmem() local
26891 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_movmem()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-20157652 (decide_alg): Add have_as parameter.
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A DChangeLog-20157652 (decide_alg): Add have_as parameter.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A DChangeLog-20157652 (decide_alg): Add have_as parameter.
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A DChangeLog-20157652 (decide_alg): Add have_as parameter.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A DChangeLog-20157652 (decide_alg): Add have_as parameter.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A DChangeLog-20157652 (decide_alg): Add have_as parameter.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A DChangeLog-20157652 (decide_alg): Add have_as parameter.

12