__test_and_op_bit
return __test_and_op_bit(or, __NOP, nr, addr);
return __test_and_op_bit(and, __NOT, nr, addr);
return __test_and_op_bit(xor, __NOP, nr, addr);