• Home
  • Raw
  • Download

Lines Matching refs:singlethread

369   fence syncscope("singlethread") acquire
378 fence syncscope("singlethread") release
387 fence syncscope("singlethread") acq_rel
396 fence syncscope("singlethread") seq_cst
1267 %res = cmpxchg i8* %ptr, i8 %cmp, i8 %val syncscope("singlethread") monotonic monotonic
1289 %res = cmpxchg i8* %ptr, i8 %cmp, i8 %val syncscope("singlethread") acquire monotonic
1311 %res = cmpxchg i8* %ptr, i8 %cmp, i8 %val syncscope("singlethread") acquire acquire
1331 %res = cmpxchg i8* %ptr, i8 %cmp, i8 %val syncscope("singlethread") release monotonic
1351 %res = cmpxchg i8* %ptr, i8 %cmp, i8 %val syncscope("singlethread") release acquire
1374 %res = cmpxchg i8* %ptr, i8 %cmp, i8 %val syncscope("singlethread") acq_rel monotonic
1397 %res = cmpxchg i8* %ptr, i8 %cmp, i8 %val syncscope("singlethread") acq_rel acquire
1420 %res = cmpxchg i8* %ptr, i8 %cmp, i8 %val syncscope("singlethread") seq_cst monotonic
1443 %res = cmpxchg i8* %ptr, i8 %cmp, i8 %val syncscope("singlethread") seq_cst acquire
1466 %res = cmpxchg i8* %ptr, i8 %cmp, i8 %val syncscope("singlethread") seq_cst seq_cst
1485 %res = cmpxchg i16* %ptr, i16 %cmp, i16 %val syncscope("singlethread") monotonic monotonic
1507 %res = cmpxchg i16* %ptr, i16 %cmp, i16 %val syncscope("singlethread") acquire monotonic
1529 %res = cmpxchg i16* %ptr, i16 %cmp, i16 %val syncscope("singlethread") acquire acquire
1549 %res = cmpxchg i16* %ptr, i16 %cmp, i16 %val syncscope("singlethread") release monotonic
1569 %res = cmpxchg i16* %ptr, i16 %cmp, i16 %val syncscope("singlethread") release acquire
1592 %res = cmpxchg i16* %ptr, i16 %cmp, i16 %val syncscope("singlethread") acq_rel monotonic
1615 %res = cmpxchg i16* %ptr, i16 %cmp, i16 %val syncscope("singlethread") acq_rel acquire
1638 %res = cmpxchg i16* %ptr, i16 %cmp, i16 %val syncscope("singlethread") seq_cst monotonic
1661 %res = cmpxchg i16* %ptr, i16 %cmp, i16 %val syncscope("singlethread") seq_cst acquire
1684 %res = cmpxchg i16* %ptr, i16 %cmp, i16 %val syncscope("singlethread") seq_cst seq_cst
1702 %res = cmpxchg i32* %ptr, i32 %cmp, i32 %val syncscope("singlethread") monotonic monotonic
1723 %res = cmpxchg i32* %ptr, i32 %cmp, i32 %val syncscope("singlethread") acquire monotonic
1744 %res = cmpxchg i32* %ptr, i32 %cmp, i32 %val syncscope("singlethread") acquire acquire
1763 %res = cmpxchg i32* %ptr, i32 %cmp, i32 %val syncscope("singlethread") release monotonic
1782 %res = cmpxchg i32* %ptr, i32 %cmp, i32 %val syncscope("singlethread") release acquire
1804 %res = cmpxchg i32* %ptr, i32 %cmp, i32 %val syncscope("singlethread") acq_rel monotonic
1826 %res = cmpxchg i32* %ptr, i32 %cmp, i32 %val syncscope("singlethread") acq_rel acquire
1848 %res = cmpxchg i32* %ptr, i32 %cmp, i32 %val syncscope("singlethread") seq_cst monotonic
1870 %res = cmpxchg i32* %ptr, i32 %cmp, i32 %val syncscope("singlethread") seq_cst acquire
1892 %res = cmpxchg i32* %ptr, i32 %cmp, i32 %val syncscope("singlethread") seq_cst seq_cst
1910 %res = cmpxchg i64* %ptr, i64 %cmp, i64 %val syncscope("singlethread") monotonic monotonic
1931 %res = cmpxchg i64* %ptr, i64 %cmp, i64 %val syncscope("singlethread") acquire monotonic
1952 %res = cmpxchg i64* %ptr, i64 %cmp, i64 %val syncscope("singlethread") acquire acquire
1971 %res = cmpxchg i64* %ptr, i64 %cmp, i64 %val syncscope("singlethread") release monotonic
1990 %res = cmpxchg i64* %ptr, i64 %cmp, i64 %val syncscope("singlethread") release acquire
2012 %res = cmpxchg i64* %ptr, i64 %cmp, i64 %val syncscope("singlethread") acq_rel monotonic
2034 %res = cmpxchg i64* %ptr, i64 %cmp, i64 %val syncscope("singlethread") acq_rel acquire
2056 %res = cmpxchg i64* %ptr, i64 %cmp, i64 %val syncscope("singlethread") seq_cst monotonic
2078 %res = cmpxchg i64* %ptr, i64 %cmp, i64 %val syncscope("singlethread") seq_cst acquire
2100 %res = cmpxchg i64* %ptr, i64 %cmp, i64 %val syncscope("singlethread") seq_cst seq_cst
5838 %ret = atomicrmw xchg i8* %ptr, i8 %val syncscope("singlethread") monotonic
5853 %ret = atomicrmw xchg i8* %ptr, i8 %val syncscope("singlethread") acquire
5868 %ret = atomicrmw xchg i8* %ptr, i8 %val syncscope("singlethread") release
5884 %ret = atomicrmw xchg i8* %ptr, i8 %val syncscope("singlethread") acq_rel
5900 %ret = atomicrmw xchg i8* %ptr, i8 %val syncscope("singlethread") seq_cst
5914 %ret = atomicrmw xchg i16* %ptr, i16 %val syncscope("singlethread") monotonic
5929 %ret = atomicrmw xchg i16* %ptr, i16 %val syncscope("singlethread") acquire
5944 %ret = atomicrmw xchg i16* %ptr, i16 %val syncscope("singlethread") release
5960 %ret = atomicrmw xchg i16* %ptr, i16 %val syncscope("singlethread") acq_rel
5976 %ret = atomicrmw xchg i16* %ptr, i16 %val syncscope("singlethread") seq_cst
5990 %ret = atomicrmw xchg i32* %ptr, i32 %val syncscope("singlethread") monotonic
6005 %ret = atomicrmw xchg i32* %ptr, i32 %val syncscope("singlethread") acquire
6020 %ret = atomicrmw xchg i32* %ptr, i32 %val syncscope("singlethread") release
6036 %ret = atomicrmw xchg i32* %ptr, i32 %val syncscope("singlethread") acq_rel
6052 %ret = atomicrmw xchg i32* %ptr, i32 %val syncscope("singlethread") seq_cst
6066 %ret = atomicrmw xchg i64* %ptr, i64 %val syncscope("singlethread") monotonic
6081 %ret = atomicrmw xchg i64* %ptr, i64 %val syncscope("singlethread") acquire
6096 %ret = atomicrmw xchg i64* %ptr, i64 %val syncscope("singlethread") release
6112 %ret = atomicrmw xchg i64* %ptr, i64 %val syncscope("singlethread") acq_rel
6128 %ret = atomicrmw xchg i64* %ptr, i64 %val syncscope("singlethread") seq_cst
6143 %ret = atomicrmw add i8* %ptr, i8 %val syncscope("singlethread") monotonic
6159 %ret = atomicrmw add i8* %ptr, i8 %val syncscope("singlethread") acquire
6175 %ret = atomicrmw add i8* %ptr, i8 %val syncscope("singlethread") release
6192 %ret = atomicrmw add i8* %ptr, i8 %val syncscope("singlethread") acq_rel
6209 %ret = atomicrmw add i8* %ptr, i8 %val syncscope("singlethread") seq_cst
6224 %ret = atomicrmw add i16* %ptr, i16 %val syncscope("singlethread") monotonic
6240 %ret = atomicrmw add i16* %ptr, i16 %val syncscope("singlethread") acquire
6256 %ret = atomicrmw add i16* %ptr, i16 %val syncscope("singlethread") release
6273 %ret = atomicrmw add i16* %ptr, i16 %val syncscope("singlethread") acq_rel
6290 %ret = atomicrmw add i16* %ptr, i16 %val syncscope("singlethread") seq_cst
6305 %ret = atomicrmw add i32* %ptr, i32 %val syncscope("singlethread") monotonic
6321 %ret = atomicrmw add i32* %ptr, i32 %val syncscope("singlethread") acquire
6337 %ret = atomicrmw add i32* %ptr, i32 %val syncscope("singlethread") release
6354 %ret = atomicrmw add i32* %ptr, i32 %val syncscope("singlethread") acq_rel
6371 %ret = atomicrmw add i32* %ptr, i32 %val syncscope("singlethread") seq_cst
6386 %ret = atomicrmw add i64* %ptr, i64 %val syncscope("singlethread") monotonic
6402 %ret = atomicrmw add i64* %ptr, i64 %val syncscope("singlethread") acquire
6418 %ret = atomicrmw add i64* %ptr, i64 %val syncscope("singlethread") release
6435 %ret = atomicrmw add i64* %ptr, i64 %val syncscope("singlethread") acq_rel
6452 %ret = atomicrmw add i64* %ptr, i64 %val syncscope("singlethread") seq_cst
6467 %ret = atomicrmw sub i8* %ptr, i8 %val syncscope("singlethread") monotonic
6483 %ret = atomicrmw sub i8* %ptr, i8 %val syncscope("singlethread") acquire
6499 %ret = atomicrmw sub i8* %ptr, i8 %val syncscope("singlethread") release
6516 %ret = atomicrmw sub i8* %ptr, i8 %val syncscope("singlethread") acq_rel
6533 %ret = atomicrmw sub i8* %ptr, i8 %val syncscope("singlethread") seq_cst
6548 %ret = atomicrmw sub i16* %ptr, i16 %val syncscope("singlethread") monotonic
6564 %ret = atomicrmw sub i16* %ptr, i16 %val syncscope("singlethread") acquire
6580 %ret = atomicrmw sub i16* %ptr, i16 %val syncscope("singlethread") release
6597 %ret = atomicrmw sub i16* %ptr, i16 %val syncscope("singlethread") acq_rel
6614 %ret = atomicrmw sub i16* %ptr, i16 %val syncscope("singlethread") seq_cst
6629 %ret = atomicrmw sub i32* %ptr, i32 %val syncscope("singlethread") monotonic
6645 %ret = atomicrmw sub i32* %ptr, i32 %val syncscope("singlethread") acquire
6661 %ret = atomicrmw sub i32* %ptr, i32 %val syncscope("singlethread") release
6678 %ret = atomicrmw sub i32* %ptr, i32 %val syncscope("singlethread") acq_rel
6695 %ret = atomicrmw sub i32* %ptr, i32 %val syncscope("singlethread") seq_cst
6710 %ret = atomicrmw sub i64* %ptr, i64 %val syncscope("singlethread") monotonic
6726 %ret = atomicrmw sub i64* %ptr, i64 %val syncscope("singlethread") acquire
6742 %ret = atomicrmw sub i64* %ptr, i64 %val syncscope("singlethread") release
6759 %ret = atomicrmw sub i64* %ptr, i64 %val syncscope("singlethread") acq_rel
6776 %ret = atomicrmw sub i64* %ptr, i64 %val syncscope("singlethread") seq_cst
6791 %ret = atomicrmw and i8* %ptr, i8 %val syncscope("singlethread") monotonic
6807 %ret = atomicrmw and i8* %ptr, i8 %val syncscope("singlethread") acquire
6823 %ret = atomicrmw and i8* %ptr, i8 %val syncscope("singlethread") release
6840 %ret = atomicrmw and i8* %ptr, i8 %val syncscope("singlethread") acq_rel
6857 %ret = atomicrmw and i8* %ptr, i8 %val syncscope("singlethread") seq_cst
6872 %ret = atomicrmw and i16* %ptr, i16 %val syncscope("singlethread") monotonic
6888 %ret = atomicrmw and i16* %ptr, i16 %val syncscope("singlethread") acquire
6904 %ret = atomicrmw and i16* %ptr, i16 %val syncscope("singlethread") release
6921 %ret = atomicrmw and i16* %ptr, i16 %val syncscope("singlethread") acq_rel
6938 %ret = atomicrmw and i16* %ptr, i16 %val syncscope("singlethread") seq_cst
6953 %ret = atomicrmw and i32* %ptr, i32 %val syncscope("singlethread") monotonic
6969 %ret = atomicrmw and i32* %ptr, i32 %val syncscope("singlethread") acquire
6985 %ret = atomicrmw and i32* %ptr, i32 %val syncscope("singlethread") release
7002 %ret = atomicrmw and i32* %ptr, i32 %val syncscope("singlethread") acq_rel
7019 %ret = atomicrmw and i32* %ptr, i32 %val syncscope("singlethread") seq_cst
7034 %ret = atomicrmw and i64* %ptr, i64 %val syncscope("singlethread") monotonic
7050 %ret = atomicrmw and i64* %ptr, i64 %val syncscope("singlethread") acquire
7066 %ret = atomicrmw and i64* %ptr, i64 %val syncscope("singlethread") release
7083 %ret = atomicrmw and i64* %ptr, i64 %val syncscope("singlethread") acq_rel
7100 %ret = atomicrmw and i64* %ptr, i64 %val syncscope("singlethread") seq_cst
7115 %ret = atomicrmw nand i8* %ptr, i8 %val syncscope("singlethread") monotonic
7131 %ret = atomicrmw nand i8* %ptr, i8 %val syncscope("singlethread") acquire
7147 %ret = atomicrmw nand i8* %ptr, i8 %val syncscope("singlethread") release
7164 %ret = atomicrmw nand i8* %ptr, i8 %val syncscope("singlethread") acq_rel
7181 %ret = atomicrmw nand i8* %ptr, i8 %val syncscope("singlethread") seq_cst
7196 %ret = atomicrmw nand i16* %ptr, i16 %val syncscope("singlethread") monotonic
7212 %ret = atomicrmw nand i16* %ptr, i16 %val syncscope("singlethread") acquire
7228 %ret = atomicrmw nand i16* %ptr, i16 %val syncscope("singlethread") release
7245 %ret = atomicrmw nand i16* %ptr, i16 %val syncscope("singlethread") acq_rel
7262 %ret = atomicrmw nand i16* %ptr, i16 %val syncscope("singlethread") seq_cst
7277 %ret = atomicrmw nand i32* %ptr, i32 %val syncscope("singlethread") monotonic
7293 %ret = atomicrmw nand i32* %ptr, i32 %val syncscope("singlethread") acquire
7309 %ret = atomicrmw nand i32* %ptr, i32 %val syncscope("singlethread") release
7326 %ret = atomicrmw nand i32* %ptr, i32 %val syncscope("singlethread") acq_rel
7343 %ret = atomicrmw nand i32* %ptr, i32 %val syncscope("singlethread") seq_cst
7358 %ret = atomicrmw nand i64* %ptr, i64 %val syncscope("singlethread") monotonic
7374 %ret = atomicrmw nand i64* %ptr, i64 %val syncscope("singlethread") acquire
7390 %ret = atomicrmw nand i64* %ptr, i64 %val syncscope("singlethread") release
7407 %ret = atomicrmw nand i64* %ptr, i64 %val syncscope("singlethread") acq_rel
7424 %ret = atomicrmw nand i64* %ptr, i64 %val syncscope("singlethread") seq_cst
7439 %ret = atomicrmw or i8* %ptr, i8 %val syncscope("singlethread") monotonic
7455 %ret = atomicrmw or i8* %ptr, i8 %val syncscope("singlethread") acquire
7471 %ret = atomicrmw or i8* %ptr, i8 %val syncscope("singlethread") release
7488 %ret = atomicrmw or i8* %ptr, i8 %val syncscope("singlethread") acq_rel
7505 %ret = atomicrmw or i8* %ptr, i8 %val syncscope("singlethread") seq_cst
7520 %ret = atomicrmw or i16* %ptr, i16 %val syncscope("singlethread") monotonic
7536 %ret = atomicrmw or i16* %ptr, i16 %val syncscope("singlethread") acquire
7552 %ret = atomicrmw or i16* %ptr, i16 %val syncscope("singlethread") release
7569 %ret = atomicrmw or i16* %ptr, i16 %val syncscope("singlethread") acq_rel
7586 %ret = atomicrmw or i16* %ptr, i16 %val syncscope("singlethread") seq_cst
7601 %ret = atomicrmw or i32* %ptr, i32 %val syncscope("singlethread") monotonic
7617 %ret = atomicrmw or i32* %ptr, i32 %val syncscope("singlethread") acquire
7633 %ret = atomicrmw or i32* %ptr, i32 %val syncscope("singlethread") release
7650 %ret = atomicrmw or i32* %ptr, i32 %val syncscope("singlethread") acq_rel
7667 %ret = atomicrmw or i32* %ptr, i32 %val syncscope("singlethread") seq_cst
7682 %ret = atomicrmw or i64* %ptr, i64 %val syncscope("singlethread") monotonic
7698 %ret = atomicrmw or i64* %ptr, i64 %val syncscope("singlethread") acquire
7714 %ret = atomicrmw or i64* %ptr, i64 %val syncscope("singlethread") release
7731 %ret = atomicrmw or i64* %ptr, i64 %val syncscope("singlethread") acq_rel
7748 %ret = atomicrmw or i64* %ptr, i64 %val syncscope("singlethread") seq_cst
7763 %ret = atomicrmw xor i8* %ptr, i8 %val syncscope("singlethread") monotonic
7779 %ret = atomicrmw xor i8* %ptr, i8 %val syncscope("singlethread") acquire
7795 %ret = atomicrmw xor i8* %ptr, i8 %val syncscope("singlethread") release
7812 %ret = atomicrmw xor i8* %ptr, i8 %val syncscope("singlethread") acq_rel
7829 %ret = atomicrmw xor i8* %ptr, i8 %val syncscope("singlethread") seq_cst
7844 %ret = atomicrmw xor i16* %ptr, i16 %val syncscope("singlethread") monotonic
7860 %ret = atomicrmw xor i16* %ptr, i16 %val syncscope("singlethread") acquire
7876 %ret = atomicrmw xor i16* %ptr, i16 %val syncscope("singlethread") release
7893 %ret = atomicrmw xor i16* %ptr, i16 %val syncscope("singlethread") acq_rel
7910 %ret = atomicrmw xor i16* %ptr, i16 %val syncscope("singlethread") seq_cst
7925 %ret = atomicrmw xor i32* %ptr, i32 %val syncscope("singlethread") monotonic
7941 %ret = atomicrmw xor i32* %ptr, i32 %val syncscope("singlethread") acquire
7957 %ret = atomicrmw xor i32* %ptr, i32 %val syncscope("singlethread") release
7974 %ret = atomicrmw xor i32* %ptr, i32 %val syncscope("singlethread") acq_rel
7991 %ret = atomicrmw xor i32* %ptr, i32 %val syncscope("singlethread") seq_cst
8006 %ret = atomicrmw xor i64* %ptr, i64 %val syncscope("singlethread") monotonic
8022 %ret = atomicrmw xor i64* %ptr, i64 %val syncscope("singlethread") acquire
8038 %ret = atomicrmw xor i64* %ptr, i64 %val syncscope("singlethread") release
8055 %ret = atomicrmw xor i64* %ptr, i64 %val syncscope("singlethread") acq_rel
8072 %ret = atomicrmw xor i64* %ptr, i64 %val syncscope("singlethread") seq_cst
8090 %ret = atomicrmw max i8* %ptr, i8 %val syncscope("singlethread") monotonic
8109 %ret = atomicrmw max i8* %ptr, i8 %val syncscope("singlethread") acquire
8128 %ret = atomicrmw max i8* %ptr, i8 %val syncscope("singlethread") release
8148 %ret = atomicrmw max i8* %ptr, i8 %val syncscope("singlethread") acq_rel
8168 %ret = atomicrmw max i8* %ptr, i8 %val syncscope("singlethread") seq_cst
8186 %ret = atomicrmw max i16* %ptr, i16 %val syncscope("singlethread") monotonic
8205 %ret = atomicrmw max i16* %ptr, i16 %val syncscope("singlethread") acquire
8224 %ret = atomicrmw max i16* %ptr, i16 %val syncscope("singlethread") release
8244 %ret = atomicrmw max i16* %ptr, i16 %val syncscope("singlethread") acq_rel
8264 %ret = atomicrmw max i16* %ptr, i16 %val syncscope("singlethread") seq_cst
8281 %ret = atomicrmw max i32* %ptr, i32 %val syncscope("singlethread") monotonic
8299 %ret = atomicrmw max i32* %ptr, i32 %val syncscope("singlethread") acquire
8317 %ret = atomicrmw max i32* %ptr, i32 %val syncscope("singlethread") release
8336 %ret = atomicrmw max i32* %ptr, i32 %val syncscope("singlethread") acq_rel
8355 %ret = atomicrmw max i32* %ptr, i32 %val syncscope("singlethread") seq_cst
8372 %ret = atomicrmw max i64* %ptr, i64 %val syncscope("singlethread") monotonic
8390 %ret = atomicrmw max i64* %ptr, i64 %val syncscope("singlethread") acquire
8408 %ret = atomicrmw max i64* %ptr, i64 %val syncscope("singlethread") release
8427 %ret = atomicrmw max i64* %ptr, i64 %val syncscope("singlethread") acq_rel
8446 %ret = atomicrmw max i64* %ptr, i64 %val syncscope("singlethread") seq_cst
8464 %ret = atomicrmw min i8* %ptr, i8 %val syncscope("singlethread") monotonic
8483 %ret = atomicrmw min i8* %ptr, i8 %val syncscope("singlethread") acquire
8502 %ret = atomicrmw min i8* %ptr, i8 %val syncscope("singlethread") release
8522 %ret = atomicrmw min i8* %ptr, i8 %val syncscope("singlethread") acq_rel
8542 %ret = atomicrmw min i8* %ptr, i8 %val syncscope("singlethread") seq_cst
8560 %ret = atomicrmw min i16* %ptr, i16 %val syncscope("singlethread") monotonic
8579 %ret = atomicrmw min i16* %ptr, i16 %val syncscope("singlethread") acquire
8598 %ret = atomicrmw min i16* %ptr, i16 %val syncscope("singlethread") release
8618 %ret = atomicrmw min i16* %ptr, i16 %val syncscope("singlethread") acq_rel
8638 %ret = atomicrmw min i16* %ptr, i16 %val syncscope("singlethread") seq_cst
8655 %ret = atomicrmw min i32* %ptr, i32 %val syncscope("singlethread") monotonic
8673 %ret = atomicrmw min i32* %ptr, i32 %val syncscope("singlethread") acquire
8691 %ret = atomicrmw min i32* %ptr, i32 %val syncscope("singlethread") release
8710 %ret = atomicrmw min i32* %ptr, i32 %val syncscope("singlethread") acq_rel
8729 %ret = atomicrmw min i32* %ptr, i32 %val syncscope("singlethread") seq_cst
8746 %ret = atomicrmw min i64* %ptr, i64 %val syncscope("singlethread") monotonic
8764 %ret = atomicrmw min i64* %ptr, i64 %val syncscope("singlethread") acquire
8782 %ret = atomicrmw min i64* %ptr, i64 %val syncscope("singlethread") release
8801 %ret = atomicrmw min i64* %ptr, i64 %val syncscope("singlethread") acq_rel
8820 %ret = atomicrmw min i64* %ptr, i64 %val syncscope("singlethread") seq_cst
8837 %ret = atomicrmw umax i8* %ptr, i8 %val syncscope("singlethread") monotonic
8855 %ret = atomicrmw umax i8* %ptr, i8 %val syncscope("singlethread") acquire
8873 %ret = atomicrmw umax i8* %ptr, i8 %val syncscope("singlethread") release
8892 %ret = atomicrmw umax i8* %ptr, i8 %val syncscope("singlethread") acq_rel
8911 %ret = atomicrmw umax i8* %ptr, i8 %val syncscope("singlethread") seq_cst
8928 %ret = atomicrmw umax i16* %ptr, i16 %val syncscope("singlethread") monotonic
8946 %ret = atomicrmw umax i16* %ptr, i16 %val syncscope("singlethread") acquire
8964 %ret = atomicrmw umax i16* %ptr, i16 %val syncscope("singlethread") release
8983 %ret = atomicrmw umax i16* %ptr, i16 %val syncscope("singlethread") acq_rel
9002 %ret = atomicrmw umax i16* %ptr, i16 %val syncscope("singlethread") seq_cst
9019 %ret = atomicrmw umax i32* %ptr, i32 %val syncscope("singlethread") monotonic
9037 %ret = atomicrmw umax i32* %ptr, i32 %val syncscope("singlethread") acquire
9055 %ret = atomicrmw umax i32* %ptr, i32 %val syncscope("singlethread") release
9074 %ret = atomicrmw umax i32* %ptr, i32 %val syncscope("singlethread") acq_rel
9093 %ret = atomicrmw umax i32* %ptr, i32 %val syncscope("singlethread") seq_cst
9110 %ret = atomicrmw umax i64* %ptr, i64 %val syncscope("singlethread") monotonic
9128 %ret = atomicrmw umax i64* %ptr, i64 %val syncscope("singlethread") acquire
9146 %ret = atomicrmw umax i64* %ptr, i64 %val syncscope("singlethread") release
9165 %ret = atomicrmw umax i64* %ptr, i64 %val syncscope("singlethread") acq_rel
9184 %ret = atomicrmw umax i64* %ptr, i64 %val syncscope("singlethread") seq_cst
9201 %ret = atomicrmw umin i8* %ptr, i8 %val syncscope("singlethread") monotonic
9219 %ret = atomicrmw umin i8* %ptr, i8 %val syncscope("singlethread") acquire
9237 %ret = atomicrmw umin i8* %ptr, i8 %val syncscope("singlethread") release
9256 %ret = atomicrmw umin i8* %ptr, i8 %val syncscope("singlethread") acq_rel
9275 %ret = atomicrmw umin i8* %ptr, i8 %val syncscope("singlethread") seq_cst
9292 %ret = atomicrmw umin i16* %ptr, i16 %val syncscope("singlethread") monotonic
9310 %ret = atomicrmw umin i16* %ptr, i16 %val syncscope("singlethread") acquire
9328 %ret = atomicrmw umin i16* %ptr, i16 %val syncscope("singlethread") release
9347 %ret = atomicrmw umin i16* %ptr, i16 %val syncscope("singlethread") acq_rel
9366 %ret = atomicrmw umin i16* %ptr, i16 %val syncscope("singlethread") seq_cst
9383 %ret = atomicrmw umin i32* %ptr, i32 %val syncscope("singlethread") monotonic
9401 %ret = atomicrmw umin i32* %ptr, i32 %val syncscope("singlethread") acquire
9419 %ret = atomicrmw umin i32* %ptr, i32 %val syncscope("singlethread") release
9438 %ret = atomicrmw umin i32* %ptr, i32 %val syncscope("singlethread") acq_rel
9457 %ret = atomicrmw umin i32* %ptr, i32 %val syncscope("singlethread") seq_cst
9474 %ret = atomicrmw umin i64* %ptr, i64 %val syncscope("singlethread") monotonic
9492 %ret = atomicrmw umin i64* %ptr, i64 %val syncscope("singlethread") acquire
9510 %ret = atomicrmw umin i64* %ptr, i64 %val syncscope("singlethread") release
9529 %ret = atomicrmw umin i64* %ptr, i64 %val syncscope("singlethread") acq_rel
9548 %ret = atomicrmw umin i64* %ptr, i64 %val syncscope("singlethread") seq_cst