Searched refs:BIT_OP (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
D | bitops.h | 101 #define BIT_OP(op, insn, inv) \ macro 144 #define BIT_OP(op, insn, inv) \ macro 189 #define BIT_OP(op, insn, inv) macro 197 BIT_OP(op, insn, inv) \ 205 #undef BIT_OP
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
D | bitops.h | 28 #define BIT_OP(op, c_op, asm_op) \ macro 106 #define BIT_OP(op, c_op, asm_op) \ macro 170 BIT_OP(op, c_op, asm_op) \
|