Searched refs:__bit_op (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dbitops.h26 #define __bit_op(mem, insn, inputs...) do { \ macro
100 __bit_op(*m, __stringify(LONG_INS) " %0, %3, %2, 1", "i"(bit), "r"(~0));
104 __bit_op(*m, "or\t%0, %2", "ir"(BIT(bit)));
128 __bit_op(*m, __stringify(LONG_INS) " %0, $0, %2, 1", "i"(bit));
132 __bit_op(*m, "and\t%0, %2", "ir"(~BIT(bit)));
168 __bit_op(*m, "xor\t%0, %2", "ir"(BIT(bit)));
305 #undef __bit_op macro

Completed in 110 milliseconds