Home
last modified time | relevance | path

Searched refs:is_weak (Results 1 – 25 of 57) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dsync.md83 (match_operand:SI 5 "const_int_operand") ;; is_weak
106 (match_operand:SI 5 "const_int_operand") ;; is_weak
126 (match_operand:SI 5 "const_int_operand") ;; is_weak
147 (match_operand:SI 6 "const_int_operand") ;; is_weak
H A Dalpha.c4444 bool is_weak; in alpha_split_compare_and_swap() local
4454 is_weak = (operands[5] != const0_rtx); in alpha_split_compare_and_swap()
4462 if (!is_weak) in alpha_split_compare_and_swap()
4489 if (!is_weak) in alpha_split_compare_and_swap()
4507 rtx cond, dst, mem, oldval, newval, is_weak, mod_s, mod_f; in alpha_expand_compare_and_swap_12() local
4516 is_weak = operands[5]; in alpha_expand_compare_and_swap_12()
4536 is_weak, mod_s, mod_f)); in alpha_expand_compare_and_swap_12()
4546 bool is_weak; in alpha_split_compare_and_swap_12() local
4556 is_weak = (operands[6] != const0_rtx); in alpha_split_compare_and_swap_12()
4571 if (!is_weak) in alpha_split_compare_and_swap_12()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dsync.md83 (match_operand:SI 5 "const_int_operand") ;; is_weak
106 (match_operand:SI 5 "const_int_operand") ;; is_weak
126 (match_operand:SI 5 "const_int_operand") ;; is_weak
147 (match_operand:SI 6 "const_int_operand") ;; is_weak
H A Dalpha.cc4449 bool is_weak; in alpha_split_compare_and_swap() local
4459 is_weak = (operands[5] != const0_rtx); in alpha_split_compare_and_swap()
4467 if (!is_weak) in alpha_split_compare_and_swap()
4494 if (!is_weak) in alpha_split_compare_and_swap()
4512 rtx cond, dst, mem, oldval, newval, is_weak, mod_s, mod_f; in alpha_expand_compare_and_swap_12() local
4521 is_weak = operands[5]; in alpha_expand_compare_and_swap_12()
4541 is_weak, mod_s, mod_f)); in alpha_expand_compare_and_swap_12()
4551 bool is_weak; in alpha_split_compare_and_swap_12() local
4561 is_weak = (operands[6] != const0_rtx); in alpha_split_compare_and_swap_12()
4576 if (!is_weak) in alpha_split_compare_and_swap_12()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddynobj.h408 bool is_base, bool is_weak, bool is_info, bool is_symbol_created) in Verdef() argument
409 : name_(name), deps_(deps), is_base_(is_base), is_weak_(is_weak), in Verdef()
431 is_weak() const in is_weak() function
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddynobj.h408 bool is_base, bool is_weak, bool is_info, bool is_symbol_created) in Verdef() argument
409 : name_(name), deps_(deps), is_base_(is_base), is_weak_(is_weak), in Verdef()
431 is_weak() const in is_weak() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/or1k/
H A Dor1k.cc1778 bool is_weak; in or1k_expand_atomic_compare_and_swap() local
1785 is_weak = (INTVAL (operands[5]) != 0); in or1k_expand_atomic_compare_and_swap()
1793 if (!is_weak) in or1k_expand_atomic_compare_and_swap()
1806 if (!is_weak) in or1k_expand_atomic_compare_and_swap()
1820 bool is_weak; in or1k_expand_atomic_compare_and_swap_qihi() local
1827 is_weak = (INTVAL (operands[5]) != 0); in or1k_expand_atomic_compare_and_swap_qihi()
1847 if (!is_weak) in or1k_expand_atomic_compare_and_swap_qihi()
1871 if (!is_weak) in or1k_expand_atomic_compare_and_swap_qihi()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Ddestest.c238 weak_test(int is_weak, const char akey[8]) in weak_test() argument
242 if (DES_is_weak_key(&key) != is_weak) in weak_test()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Datomic.md63 (match_operand:SI 5 "const_int_operand") ;; is_weak
81 (match_operand:SI 4 "const_int_operand") ;; is_weak
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Datomic.md63 (match_operand:SI 5 "const_int_operand") ;; is_weak
81 (match_operand:SI 4 "const_int_operand") ;; is_weak
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dsync.md26 (match_operand:SI 5 "const_int_operand" "") ;; is_weak
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dsync.md26 (match_operand:SI 5 "const_int_operand" "") ;; is_weak
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dsync.md27 (match_operand:SI 5 "const_int_operand" "") ;; is_weak
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dsync.md27 (match_operand:SI 5 "const_int_operand" "") ;; is_weak
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Datomics.md29 (match_operand:SI 5 "const_int_operand") ;; is_weak
55 (match_operand:SI 4 "const_int_operand") ;; is_weak
79 (match_operand:SI 4 "const_int_operand") ;; is_weak
103 (match_operand:SI 4 "const_int_operand") ;; is_weak
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Datomics.md29 (match_operand:SI 5 "const_int_operand") ;; is_weak
55 (match_operand:SI 4 "const_int_operand") ;; is_weak
79 (match_operand:SI 4 "const_int_operand") ;; is_weak
103 (match_operand:SI 4 "const_int_operand") ;; is_weak
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dsync.md178 (match_operand:SI 5 "const_int_operand") ;; is_weak
199 (match_operand:SI 5 "const_int_operand") ;; is_weak
230 (match_operand:SI 5 "const_int_operand") ;; is_weak
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dsync.md178 (match_operand:SI 5 "const_int_operand") ;; is_weak
199 (match_operand:SI 5 "const_int_operand") ;; is_weak
230 (match_operand:SI 5 "const_int_operand") ;; is_weak
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dsync.md41 (match_operand:SI 5 "const_int_operand" "") ;; is_weak
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dsync.md41 (match_operand:SI 5 "const_int_operand" "") ;; is_weak
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Dsync.md127 (match_operand:SI 5 "const_int_operand" "") ;; is_weak
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Dsync.md127 (match_operand:SI 5 "const_int_operand" "") ;; is_weak
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dsync.md175 (match_operand:SI 5 "const_int_operand" "") ;; is_weak
281 (match_operand:SI 5 "const_int_operand" "") ;; is_weak
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dsync.md364 (match_operand:SI 5 "const_int_operand") ;; is_weak
388 (match_operand:SI 5 "const_int_operand") ;; is_weak
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dsync.md99 (match_operand:SI 5 "const_int_operand" "") ;; is_weak

123