Lines Matching refs:ASM_FLAG_OUT
148 ASM_FLAG_OUT(, "sbbl %[old], %[old]\n\t") in test_and_set_bit()
149 : [old] ASM_FLAG_OUT("=@ccc", "=r") (oldbit), in test_and_set_bit()
173 ASM_FLAG_OUT(, "sbbl %[old], %[old]\n\t") in __test_and_set_bit()
174 : [old] ASM_FLAG_OUT("=@ccc", "=r") (oldbit), in __test_and_set_bit()
197 ASM_FLAG_OUT(, "sbbl %[old], %[old]\n\t") in test_and_clear_bit()
198 : [old] ASM_FLAG_OUT("=@ccc", "=r") (oldbit), in test_and_clear_bit()
222 ASM_FLAG_OUT(, "sbbl %[old], %[old]\n\t") in __test_and_clear_bit()
223 : [old] ASM_FLAG_OUT("=@ccc", "=r") (oldbit), in __test_and_clear_bit()
239 ASM_FLAG_OUT(, "sbbl %[old], %[old]\n\t") in __test_and_change_bit()
240 : [old] ASM_FLAG_OUT("=@ccc", "=r") (oldbit), in __test_and_change_bit()
263 ASM_FLAG_OUT(, "sbbl %[old], %[old]\n\t") in test_and_change_bit()
264 : [old] ASM_FLAG_OUT("=@ccc", "=r") (oldbit), in test_and_change_bit()
285 ASM_FLAG_OUT(, "sbbl %[old], %[old]\n\t") in variable_test_bit()
286 : [old] ASM_FLAG_OUT("=@ccc", "=r") (oldbit) in variable_test_bit()