Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/xtensa/include/asm/
Dbitops.h196 #define BIT_OPS(op, insn, inv) \ macro
200 BIT_OPS(set, "or", )
201 BIT_OPS(clear, "and", ~)
202 BIT_OPS(change, "xor", )
204 #undef BIT_OPS
/kernel/linux/linux-5.10/arch/arc/include/asm/
Dbitops.h167 #define BIT_OPS(op, c_op, asm_op) \ macro
181 BIT_OPS(set, |, bset)
182 BIT_OPS(clear, & ~, bclr)
183 BIT_OPS(change, ^, bxor)