/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
H A D | atomic.md | 65 (match_operand:SI 7 "const_int_operand")] ;; mod_f 83 (match_operand:SI 6 "const_int_operand")] ;; mod_f
|
H A D | arc.cc | 10548 rtx mod_s, rtx mod_f) in arc_expand_compare_and_swap_qh() argument 10632 weak, mod_s, mod_f)); in arc_expand_compare_and_swap_qh() 10688 rtx bval, rval, mem, oldval, newval, is_weak, mod_s, mod_f, x; in arc_expand_compare_and_swap() local 10698 mod_f = operands[7]; in arc_expand_compare_and_swap() 10707 is_weak, mod_s, mod_f)); in arc_expand_compare_and_swap() 10715 is_weak, mod_s, mod_f); in arc_expand_compare_and_swap() 10727 enum memmodel mod_s, mod_f; in arc_split_compare_and_swap() local 10737 mod_f = (enum memmodel) INTVAL (operands[6]); in arc_split_compare_and_swap() 10779 if (mod_f != MEMMODEL_RELAXED) in arc_split_compare_and_swap() 10784 if (mod_f == MEMMODEL_RELAXED) in arc_split_compare_and_swap()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | sync.md | 114 (match_operand:SI 5 "const_int_operand")] ;; mod_f 129 (match_operand:SI 7 "const_int_operand" "")] ;; mod_f
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
H A D | atomic.md | 65 (match_operand:SI 7 "const_int_operand")] ;; mod_f 83 (match_operand:SI 6 "const_int_operand")] ;; mod_f
|
H A D | arc.c | 10566 rtx mod_s, rtx mod_f) in arc_expand_compare_and_swap_qh() argument 10650 weak, mod_s, mod_f)); in arc_expand_compare_and_swap_qh() 10706 rtx bval, rval, mem, oldval, newval, is_weak, mod_s, mod_f, x; in arc_expand_compare_and_swap() local 10716 mod_f = operands[7]; in arc_expand_compare_and_swap() 10725 is_weak, mod_s, mod_f)); in arc_expand_compare_and_swap() 10733 is_weak, mod_s, mod_f); in arc_expand_compare_and_swap() 10745 enum memmodel mod_s, mod_f; in arc_split_compare_and_swap() local 10755 mod_f = (enum memmodel) INTVAL (operands[6]); in arc_split_compare_and_swap() 10797 if (mod_f != MEMMODEL_RELAXED) in arc_split_compare_and_swap() 10802 if (mod_f == MEMMODEL_RELAXED) in arc_split_compare_and_swap()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | sync.md | 114 (match_operand:SI 5 "const_int_operand")] ;; mod_f 129 (match_operand:SI 7 "const_int_operand" "")] ;; mod_f
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/ |
H A D | sync.md | 28 (match_operand:SI 7 "const_int_operand" "") ;; mod_f
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/ |
H A D | sync.md | 28 (match_operand:SI 7 "const_int_operand" "") ;; mod_f
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | atomics.md | 31 (match_operand:SI 7 "const_int_operand")] ;; mod_f 57 (match_operand:SI 6 "const_int_operand")] ;; mod_f 81 (match_operand:SI 6 "const_int_operand")] ;; mod_f 105 (match_operand:SI 6 "const_int_operand")] ;; mod_f
|
H A D | aarch64.c | 19839 rtx bval, rval, mem, oldval, newval, is_weak, mod_s, mod_f, x, cc_reg; in aarch64_expand_compare_and_swap() local 19849 mod_f = operands[7]; in aarch64_expand_compare_and_swap() 19855 if (is_mm_acquire (memmodel_from_int (INTVAL (mod_f))) in aarch64_expand_compare_and_swap() 19899 is_weak, mod_s, mod_f)); in aarch64_expand_compare_and_swap()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | atomics.md | 31 (match_operand:SI 7 "const_int_operand")] ;; mod_f 57 (match_operand:SI 6 "const_int_operand")] ;; mod_f 81 (match_operand:SI 6 "const_int_operand")] ;; mod_f 105 (match_operand:SI 6 "const_int_operand")] ;; mod_f
|
H A D | aarch64.cc | 22977 rtx bval, rval, mem, oldval, newval, is_weak, mod_s, mod_f, x, cc_reg; in aarch64_expand_compare_and_swap() local 22987 mod_f = operands[7]; in aarch64_expand_compare_and_swap() 22993 if (is_mm_acquire (memmodel_from_int (INTVAL (mod_f))) in aarch64_expand_compare_and_swap() 23039 is_weak, mod_s, mod_f)); in aarch64_expand_compare_and_swap()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | sync.md | 180 (match_operand:SI 7 "const_int_operand")] ;; mod_f 201 (match_operand:SI 7 "const_int_operand")] ;; mod_f 232 (match_operand:SI 7 "const_int_operand")] ;; mod_f
|
H A D | arm.cc | 30959 rtx bval, bdst, rval, mem, oldval, newval, is_weak, mod_s, mod_f, x; in arm_expand_compare_and_swap() local 30969 mod_f = operands[7]; in arm_expand_compare_and_swap() 30977 && is_mm_acquire (memmodel_from_int (INTVAL (mod_f))) in arm_expand_compare_and_swap() 31014 oldval, newval, is_weak, mod_s, mod_f)); in arm_expand_compare_and_swap() 31048 enum memmodel mod_s, mod_f; in arm_split_compare_and_swap() local 31060 mod_f = memmodel_from_int (INTVAL (operands[7])); in arm_split_compare_and_swap() 31146 if (!is_mm_relaxed (mod_f)) in arm_split_compare_and_swap() 31154 if (is_mm_relaxed (mod_f)) in arm_split_compare_and_swap()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
H A D | sync.md | 127 (match_operand:SI 5 "const_int_operand")] ;; mod_f 177 (match_operand:SI 7 "const_int_operand" "")] ;; mod_f 283 (match_operand:SI 7 "const_int_operand" "")] ;; mod_f
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | sync.md | 180 (match_operand:SI 7 "const_int_operand")] ;; mod_f 201 (match_operand:SI 7 "const_int_operand")] ;; mod_f 232 (match_operand:SI 7 "const_int_operand")] ;; mod_f
|
H A D | arm.c | 30408 rtx bval, bdst, rval, mem, oldval, newval, is_weak, mod_s, mod_f, x; in arm_expand_compare_and_swap() local 30418 mod_f = operands[7]; in arm_expand_compare_and_swap() 30426 && is_mm_acquire (memmodel_from_int (INTVAL (mod_f))) in arm_expand_compare_and_swap() 30463 oldval, newval, is_weak, mod_s, mod_f)); in arm_expand_compare_and_swap() 30497 enum memmodel mod_s, mod_f; in arm_split_compare_and_swap() local 30509 mod_f = memmodel_from_int (INTVAL (operands[7])); in arm_split_compare_and_swap() 30595 if (!is_mm_relaxed (mod_f)) in arm_split_compare_and_swap() 30603 if (is_mm_relaxed (mod_f)) in arm_split_compare_and_swap()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/ |
H A D | sync.md | 43 (match_operand:SI 7 "const_int_operand" "")] ;; mod_f
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
H A D | sync.md | 43 (match_operand:SI 7 "const_int_operand" "")] ;; mod_f
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
H A D | alpha.cc | 4450 enum memmodel mod_s, mod_f; in alpha_split_compare_and_swap() local 4461 mod_f = memmodel_from_int (INTVAL (operands[7])); in alpha_split_compare_and_swap() 4500 if (!is_mm_relaxed (mod_f)) in alpha_split_compare_and_swap() 4505 if (is_mm_relaxed (mod_f)) 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 4523 mod_f = operands[7]; in alpha_expand_compare_and_swap_12() 4541 is_weak, mod_s, mod_f)); in alpha_expand_compare_and_swap_12() 4552 enum memmodel mod_s, mod_f; in alpha_split_compare_and_swap_12() local 4563 mod_f = memmodel_from_int (INTVAL (operands[8])); in alpha_split_compare_and_swap_12() 4615 if (!is_mm_relaxed (mod_f)) in alpha_split_compare_and_swap_12() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
H A D | alpha.c | 4445 enum memmodel mod_s, mod_f; in alpha_split_compare_and_swap() local 4456 mod_f = memmodel_from_int (INTVAL (operands[7])); in alpha_split_compare_and_swap() 4495 if (!is_mm_relaxed (mod_f)) in alpha_split_compare_and_swap() 4500 if (is_mm_relaxed (mod_f)) 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 4518 mod_f = operands[7]; in alpha_expand_compare_and_swap_12() 4536 is_weak, mod_s, mod_f)); in alpha_expand_compare_and_swap_12() 4547 enum memmodel mod_s, mod_f; in alpha_split_compare_and_swap_12() local 4558 mod_f = memmodel_from_int (INTVAL (operands[8])); in alpha_split_compare_and_swap_12() 4610 if (!is_mm_relaxed (mod_f)) in alpha_split_compare_and_swap_12() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sync.md | 183 (match_operand:SI 7 "const_int_operand" "")] ;; mod_f
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sync.md | 183 (match_operand:SI 7 "const_int_operand" "")] ;; mod_f
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/or1k/ |
H A D | or1k.md | 815 (match_operand:SI 7 "const_int_operand")] ;; mod_f 830 (match_operand:SI 7 "const_int_operand")] ;; mod_f
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.cc | 16495 enum memmodel mod_s, mod_f; in rs6000_expand_atomic_compare_and_swap() local 16505 mod_f = memmodel_base (INTVAL (operands[7])); in rs6000_expand_atomic_compare_and_swap() 16597 if (!is_mm_relaxed (mod_f)) in rs6000_expand_atomic_compare_and_swap() 16602 if (is_mm_relaxed (mod_f)) in rs6000_expand_atomic_compare_and_swap()
|