Searched defs:llsc_asm_op (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm64/include/ |
H A D | atomic.h | 84 #define _ATOMIC_OP_IMPL(t, w, s, op, llsc_asm_op, lse_asm_op, pre, bar, a, l) \ argument 125 #define __ATOMIC_OP(op, llsc_asm_op, lse_asm_op, pre, bar, a, l) \ argument 135 #define _ATOMIC_OP(op, llsc_asm_op, lse_asm_op, pre) \ argument 412 #define _ATOMIC_TEST_OP_IMPL(t, w, op, llsc_asm_op, lse_asm_op, bar, a) \ argument 457 #define _ATOMIC_TEST_OP(op, llsc_asm_op, lse_asm_op) \ argument
|