Searched refs:swap_sfx (Results 1 – 1 of 1) sorted by relevance
/linux/arch/riscv/include/asm/ |
H A D | cmpxchg.h | 17 #define __arch_xchg_masked(sc_sfx, swap_sfx, prepend, sc_append, \ argument 24 " amoswap" swap_sfx " %0, %z2, %1\n" \ 65 #define _arch_xchg(ptr, new, sc_sfx, swap_sfx, prepend, \ argument 74 __arch_xchg_masked(sc_sfx, ".b" swap_sfx, \ 79 __arch_xchg_masked(sc_sfx, ".h" swap_sfx, \ 84 __arch_xchg(".w" swap_sfx, prepend, swap_append, \ 88 __arch_xchg(".d" swap_sfx, prepend, swap_append, \
|