Lines Matching refs:op_llsc
65 #define __PERCPU_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument
75 #op_llsc "\t%" #w "[tmp], %" #w "[tmp], %" #w "[val]\n" \
86 #define __PERCPU_RET_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument
96 #op_llsc "\t%" #w "[ret], %" #w "[ret], %" #w "[val]\n" \
101 #op_llsc "\t%" #w "[ret], %" #w "[ret], %" #w "[val]\n" \
110 #define PERCPU_OP(name, op_llsc, op_lse) \ argument
111 __PERCPU_OP_CASE(w, b, name, 8, op_llsc, op_lse) \
112 __PERCPU_OP_CASE(w, h, name, 16, op_llsc, op_lse) \
113 __PERCPU_OP_CASE(w, , name, 32, op_llsc, op_lse) \
114 __PERCPU_OP_CASE( , , name, 64, op_llsc, op_lse)
116 #define PERCPU_RET_OP(name, op_llsc, op_lse) \ argument
117 __PERCPU_RET_OP_CASE(w, b, name, 8, op_llsc, op_lse) \
118 __PERCPU_RET_OP_CASE(w, h, name, 16, op_llsc, op_lse) \
119 __PERCPU_RET_OP_CASE(w, , name, 32, op_llsc, op_lse) \
120 __PERCPU_RET_OP_CASE( , , name, 64, op_llsc, op_lse)