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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c6825 alg_usable_p (enum stringop_alg alg, bool memset, bool have_as) argument
6840 if (have_as)
6854 bool memset, bool zero_memset, bool have_as,
6887 bool usable = alg_usable_p (candidate, memset, have_as);
6903 && alg_usable_p (ix86_stringop_alg, memset, have_as))
6910 return alg_usable_p (rep_prefix_1_byte, memset, have_as)
6913 return alg_usable_p (rep_prefix_4_byte, memset, have_as)
6937 && alg_usable_p (candidate, memset, have_as))
6957 else if (alg_usable_p (candidate, memset, have_as))
6974 || !alg_usable_p (algs->unknown_size, memset, have_as)))
6852 decide_alg(HOST_WIDE_INT count, HOST_WIDE_INT expected_size, unsigned HOST_WIDE_INT min_size, unsigned HOST_WIDE_INT max_size, bool memset, bool zero_memset, bool have_as, int *dynamic_check, bool *noalign, bool recur) argument
7227 bool have_as; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc7964 alg_usable_p (enum stringop_alg alg, bool memset, bool have_as) argument
7979 if (have_as)
7993 bool memset, bool zero_memset, bool have_as,
8026 bool usable = alg_usable_p (candidate, memset, have_as);
8042 && alg_usable_p (ix86_stringop_alg, memset, have_as))
8049 return alg_usable_p (rep_prefix_1_byte, memset, have_as)
8052 return alg_usable_p (rep_prefix_4_byte, memset, have_as)
8076 && alg_usable_p (candidate, memset, have_as))
8096 else if (alg_usable_p (candidate, memset, have_as)
8118 || !alg_usable_p (algs->unknown_size, memset, have_as)))
7991 decide_alg(HOST_WIDE_INT count, HOST_WIDE_INT expected_size, unsigned HOST_WIDE_INT min_size, unsigned HOST_WIDE_INT max_size, bool memset, bool zero_memset, bool have_as, int *dynamic_check, bool *noalign, bool recur) argument
8368 bool have_as; local
[all...]

Completed in 410 milliseconds