Searched refs:cas_sfx (Results 1 – 1 of 1) sorted by relevance
/linux/arch/riscv/include/asm/ |
H A D | cmpxchg.h | 127 #define __arch_cmpxchg_masked(sc_sfx, cas_sfx, \ argument 140 " amocas" cas_sfx " %0, %z2, %1\n" \ 175 #define __arch_cmpxchg(lr_sfx, sc_sfx, cas_sfx, \ argument 186 " amocas" cas_sfx " %0, %z2, %1\n" \ 208 #define _arch_cmpxchg(ptr, old, new, sc_sfx, cas_sfx, \ argument 219 __arch_cmpxchg_masked(sc_sfx, ".b" cas_sfx, \ 225 __arch_cmpxchg_masked(sc_sfx, ".h" cas_sfx, \ 231 __arch_cmpxchg(".w", ".w" sc_sfx, ".w" cas_sfx, \ 237 __arch_cmpxchg(".d", ".d" sc_sfx, ".d" cas_sfx, \ 327 #define __arch_cmpxchg128(p, o, n, cas_sfx) \ argument [all …]
|