Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/include/asm/
H A Datomic.h53 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument
58 " amo" #asm_op "." #asm_type " zero, %1, %0" \
87 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument
94 " amo" #asm_op "." #asm_type " %1, %2, %0" \ in ATOMIC_OPS()
105 " amo" #asm_op "." #asm_type ".aqrl %1, %2, %0" \
112 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument