Searched refs:__bit_op (Results 1 – 1 of 1) sorted by relevance
| /arch/mips/include/asm/ |
| A D | bitops.h | 26 #define __bit_op(mem, insn, inputs...) do { \ macro 100 __bit_op(*m, __stringify(LONG_INS) " %0, %3, %2, 1", "i"(bit), "r"(~0)); in set_bit() 104 __bit_op(*m, "or\t%0, %2", "ir"(BIT(bit))); in set_bit() 128 __bit_op(*m, __stringify(LONG_INS) " %0, $0, %2, 1", "i"(bit)); in clear_bit() 132 __bit_op(*m, "and\t%0, %2", "ir"(~BIT(bit))); in clear_bit() 168 __bit_op(*m, "xor\t%0, %2", "ir"(BIT(bit))); in change_bit() 305 #undef __bit_op
|
Completed in 5 milliseconds