Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Datomic.h54 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument
59 " amo" #asm_op "." #asm_type " zero, %1, %0" \
88 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument
95 " amo" #asm_op "." #asm_type " %1, %2, %0" \ in ATOMIC_OPS()
106 " amo" #asm_op "." #asm_type ".aqrl %1, %2, %0" \
113 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument