Home
last modified time | relevance | path

Searched refs:cas_sfx (Results 1 – 1 of 1) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dcmpxchg.h133 #define __arch_cmpxchg_masked(sc_sfx, cas_sfx, \ argument
149 " amocas" cas_sfx " %0, %z2, %1\n" \
185 #define __arch_cmpxchg(lr_sfx, sc_sfx, cas_sfx, \ argument
199 " amocas" cas_sfx " %0, %z2, %1\n" \
222 #define _arch_cmpxchg(ptr, old, new, sc_sfx, cas_sfx, \ argument
233 __arch_cmpxchg_masked(sc_sfx, ".b" cas_sfx, \
239 __arch_cmpxchg_masked(sc_sfx, ".h" cas_sfx, \
245 __arch_cmpxchg(".w", ".w" sc_sfx, ".w" cas_sfx, \
251 __arch_cmpxchg(".d", ".d" sc_sfx, ".d" cas_sfx, \
341 #define __arch_cmpxchg128(p, o, n, cas_sfx) \ argument
[all …]