Lines Matching +full:single +full:- +full:bit

1 /*===----------------------- raointintrin.h - RAOINT ------------------------===
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===-----------------------------------------------------------------------===
20 /// Atomically add a 32-bit value at memory operand \a __A and a 32-bit \a __B,
24 /// result in bad performance for hot data used by single thread only.
31 /// A pointer to a 32-bit memory location.
33 /// A 32-bit integer value.
42 /// Atomically and a 32-bit value at memory operand \a __A and a 32-bit \a __B,
46 /// result in bad performance for hot data used by single thread only.
53 /// A pointer to a 32-bit memory location.
55 /// A 32-bit integer value.
64 /// Atomically or a 32-bit value at memory operand \a __A and a 32-bit \a __B,
68 /// result in bad performance for hot data used by single thread only.
75 /// A pointer to a 32-bit memory location.
77 /// A 32-bit integer value.
86 /// Atomically xor a 32-bit value at memory operand \a __A and a 32-bit \a __B,
90 /// result in bad performance for hot data used by single thread only.
97 /// A pointer to a 32-bit memory location.
99 /// A 32-bit integer value.
109 /// Atomically add a 64-bit value at memory operand \a __A and a 64-bit \a __B,
113 /// result in bad performance for hot data used by single thread only.
120 /// A pointer to a 64-bit memory location.
122 /// A 64-bit integer value.
132 /// Atomically and a 64-bit value at memory operand \a __A and a 64-bit \a __B,
136 /// result in bad performance for hot data used by single thread only.
143 /// A pointer to a 64-bit memory location.
145 /// A 64-bit integer value.
155 /// Atomically or a 64-bit value at memory operand \a __A and a 64-bit \a __B,
159 /// result in bad performance for hot data used by single thread only.
166 /// A pointer to a 64-bit memory location.
168 /// A 64-bit integer value.
178 /// Atomically xor a 64-bit value at memory operand \a __A and a 64-bit \a __B,
182 /// result in bad performance for hot data used by single thread only.
189 /// A pointer to a 64-bit memory location.
191 /// A 64-bit integer value.