1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error Meh....
#endif
//GO(__atomic_add_fetch_1,
//GO(__atomic_add_fetch_16,
//GO(__atomic_add_fetch_2,
//GO(__atomic_add_fetch_4,
//GO(__atomic_add_fetch_8,
//GO(__atomic_and_fetch_1,
//GO(__atomic_and_fetch_16,
//GO(__atomic_and_fetch_2,
//GO(__atomic_and_fetch_4,
//GO(__atomic_and_fetch_8,
GO(__atomic_compare_exchange, iFLpppii)
//GO(__atomic_compare_exchange_1,
//GO(__atomic_compare_exchange_16,
//GO(__atomic_compare_exchange_2,
//GO(__atomic_compare_exchange_4,
//GO(__atomic_compare_exchange_8,
GO(__atomic_exchange, vFLpppi)
//GO(__atomic_exchange_1,
//GO(__atomic_exchange_16,
//GO(__atomic_exchange_2,
//GO(__atomic_exchange_4,
//GO(__atomic_exchange_8,
//GO(__atomic_feraiseexcept,
//GO(__atomic_fetch_add_1,
//GO(__atomic_fetch_add_16,
//GO(__atomic_fetch_add_2,
//GO(__atomic_fetch_add_4,
//GO(__atomic_fetch_add_8,
//GO(__atomic_fetch_and_1,
//GO(__atomic_fetch_and_16,
//GO(__atomic_fetch_and_2,
//GO(__atomic_fetch_and_4,
//GO(__atomic_fetch_and_8,
//GO(__atomic_fetch_nand_1,
//GO(__atomic_fetch_nand_16,
//GO(__atomic_fetch_nand_2,
//GO(__atomic_fetch_nand_4,
//GO(__atomic_fetch_nand_8,
//GO(__atomic_fetch_or_1,
//GO(__atomic_fetch_or_16,
//GO(__atomic_fetch_or_2,
//GO(__atomic_fetch_or_4,
//GO(__atomic_fetch_or_8,
//GO(__atomic_fetch_sub_1,
//GO(__atomic_fetch_sub_16,
//GO(__atomic_fetch_sub_2,
//GO(__atomic_fetch_sub_4,
//GO(__atomic_fetch_sub_8,
//GO(__atomic_fetch_xor_1,
//GO(__atomic_fetch_xor_16,
//GO(__atomic_fetch_xor_2,
//GO(__atomic_fetch_xor_4,
//GO(__atomic_fetch_xor_8,
//GO(atomic_flag_clear,
//GO(atomic_flag_clear_explicit,
//GO(atomic_flag_test_and_set,
//GO(atomic_flag_test_and_set_explicit,
GO(__atomic_is_lock_free, iFLp)
GO(__atomic_load, vFLppi)
//GO(__atomic_load_1,
GO(__atomic_load_16, HFpi)
//GO(__atomic_load_2,
//GO(__atomic_load_4,
//GO(__atomic_load_8,
//GO(__atomic_nand_fetch_1,
//GO(__atomic_nand_fetch_16,
//GO(__atomic_nand_fetch_2,
//GO(__atomic_nand_fetch_4,
//GO(__atomic_nand_fetch_8,
//GO(__atomic_or_fetch_1,
//GO(__atomic_or_fetch_16,
//GO(__atomic_or_fetch_2,
//GO(__atomic_or_fetch_4,
//GO(__atomic_or_fetch_8,
//GO(atomic_signal_fence,
GO(__atomic_store, vFLppi)
//GO(__atomic_store_1,
GO(__atomic_store_16, vFpHi)
//GO(__atomic_store_2,
//GO(__atomic_store_4,
//GO(__atomic_store_8,
//GO(__atomic_sub_fetch_1,
//GO(__atomic_sub_fetch_16,
//GO(__atomic_sub_fetch_2,
//GO(__atomic_sub_fetch_4,
//GO(__atomic_sub_fetch_8,
//GO(__atomic_test_and_set_1,
//GO(__atomic_test_and_set_16,
//GO(__atomic_test_and_set_2,
//GO(__atomic_test_and_set_4,
//GO(__atomic_test_and_set_8,
//GO(atomic_thread_fence,
//GO(__atomic_xor_fetch_1,
//GO(__atomic_xor_fetch_16,
//GO(__atomic_xor_fetch_2,
//GO(__atomic_xor_fetch_4,
//GO(__atomic_xor_fetch_8,
|