Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/include/asm/
Datomic.h56 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument
61 " amo" #asm_op "." #asm_type " zero, %1, %0" \
90 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument
97 " amo" #asm_op "." #asm_type " %1, %2, %0" \ in ATOMIC_OPS()
108 " amo" #asm_op "." #asm_type ".aqrl %1, %2, %0" \
115 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument