Searched refs:mod_f (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.c4550 enum memmodel mod_s, mod_f;
4561 mod_f = memmodel_from_int (INTVAL (operands[7]));
4599 if (!is_mm_relaxed (mod_f))
4604 if (is_mm_relaxed (mod_f))
4611 rtx cond, dst, mem, oldval, newval, is_weak, mod_s, mod_f;
4623 mod_f = operands[7];
4644 is_weak, mod_s, mod_f));
4655 enum memmodel mod_s, mod_f;
4666 mod_f = memmodel_from_int (INTVAL (operands[8]));
4718 if (!is_mm_relaxed (mod_f))
4541 enum memmodel mod_s, mod_f; local
4602 rtx cond, dst, mem, oldval, newval, is_weak, mod_s, mod_f; local
4646 enum memmodel mod_s, mod_f; local
[all...]
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c9057 rtx bval, rval, mem, oldval, newval, is_weak, mod_s, mod_f, x; local
9068 mod_f = operands[7];
9076 if (is_mm_acquire (memmodel_from_int (INTVAL (mod_f)))
9112 emit_insn (gen (rval, mem, oldval, newval, is_weak, mod_s, mod_f));
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c27722 rtx bval, rval, mem, oldval, newval, is_weak, mod_s, mod_f, x;
27733 mod_f = operands[7];
27741 && is_mm_acquire (memmodel_from_int (INTVAL (mod_f)))
27781 emit_insn (gen (rval, mem, oldval, newval, is_weak, mod_s, mod_f));
27805 enum memmodel mod_s, mod_f;
27816 mod_f = memmodel_from_int (INTVAL (operands[6]));
27871 if (!is_mm_relaxed (mod_f))
27879 if (is_mm_relaxed (mod_f))
27695 rtx bval, rval, mem, oldval, newval, is_weak, mod_s, mod_f, x; local
27778 enum memmodel mod_s, mod_f; local
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c20735 enum memmodel mod_s, mod_f;
20745 mod_f = memmodel_from_int (INTVAL (operands[7]));
20837 if (!is_mm_relaxed (mod_f))
20842 if (is_mm_relaxed (mod_f))
20699 enum memmodel mod_s, mod_f; local
[all...]

Completed in 338 milliseconds