Searched refs:__bit_op (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | bitops.h | 28 #define __bit_op(mem, insn, inputs...) do { \ macro 101 __bit_op(*m, __INS "%0, %3, %2, 1", "i"(bit), "r"(~0)); in set_bit() 105 __bit_op(*m, "or\t%0, %2", "ir"(BIT(bit))); in set_bit() 129 __bit_op(*m, __INS "%0, $0, %2, 1", "i"(bit)); in clear_bit() 133 __bit_op(*m, "and\t%0, %2", "ir"(~BIT(bit))); in clear_bit() 169 __bit_op(*m, "xor\t%0, %2", "ir"(BIT(bit))); in change_bit() 284 #undef __bit_op
|