Lines Matching refs:cas_sfx
129 #define __arch_cmpxchg_masked(sc_sfx, cas_sfx, \ argument
142 " amocas" cas_sfx " %0, %z2, %1\n" \
177 #define __arch_cmpxchg(lr_sfx, sc_sfx, cas_sfx, \ argument
188 " amocas" cas_sfx " %0, %z2, %1\n" \
210 #define _arch_cmpxchg(ptr, old, new, sc_sfx, cas_sfx, \ argument
221 __arch_cmpxchg_masked(sc_sfx, ".b" cas_sfx, \
227 __arch_cmpxchg_masked(sc_sfx, ".h" cas_sfx, \
233 __arch_cmpxchg(".w", ".w" sc_sfx, ".w" cas_sfx, \
239 __arch_cmpxchg(".d", ".d" sc_sfx, ".d" cas_sfx, \
329 #define __arch_cmpxchg128(p, o, n, cas_sfx) \ argument
340 " amocas.q" cas_sfx " %0, %z3, %2" \