Searched refs:sc_sfx (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | cmpxchg.h | 19 #define __arch_xchg_masked(sc_sfx, swap_sfx, prepend, sc_append, \ argument 46 " sc.w" sc_sfx " %1, %1, %2\n" \ 68 #define _arch_xchg(ptr, new, sc_sfx, swap_sfx, prepend, \ argument 77 __arch_xchg_masked(sc_sfx, ".b" swap_sfx, \ 82 __arch_xchg_masked(sc_sfx, ".h" swap_sfx, \ 130 #define __arch_cmpxchg_masked(sc_sfx, cas_sfx, \ argument 166 " sc.w" sc_sfx " %1, %1, %2\n" \ 179 #define __arch_cmpxchg(lr_sfx, sc_sfx, cas_sfx, \ argument 203 " sc" sc_sfx " %1, %z4, %2\n" \ 213 #define _arch_cmpxchg(ptr, old, new, sc_sfx, cas_sfx, \ argument [all …]
|