Home
last modified time | relevance | path

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

/linux/arch/xtensa/include/asm/
H A 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