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.h130 #define __arch_cmpxchg_masked(sc_sfx, cas_sfx, \ argument
144 " amocas" cas_sfx " %0, %z2, %1\n" \
179 #define __arch_cmpxchg(lr_sfx, sc_sfx, cas_sfx, \ argument
191 " amocas" cas_sfx " %0, %z2, %1\n" \
213 #define _arch_cmpxchg(ptr, old, new, sc_sfx, cas_sfx, \ argument
224 __arch_cmpxchg_masked(sc_sfx, ".b" cas_sfx, \
230 __arch_cmpxchg_masked(sc_sfx, ".h" cas_sfx, \
236 __arch_cmpxchg(".w", ".w" sc_sfx, ".w" cas_sfx, \
242 __arch_cmpxchg(".d", ".d" sc_sfx, ".d" cas_sfx, \
332 #define __arch_cmpxchg128(p, o, n, cas_sfx) \ argument
[all …]