Searched refs:CC_SET (Results 1 – 1 of 1) sorted by relevance
21 # define CC_SET(c) "\n\t/* output condition code " #c "*/\n" macro24 # define CC_SET(c) "\n\tset" #c " %[_cc_" #c "]\n" macro49 __asm__ __volatile__("btr %2, %1" CC_SET(c) in __test_and_clear_bit()59 __asm__ __volatile__("bts %2, %1" CC_SET(c) in __test_and_set_bit()85 __asm__ __volatile__("lock; btr %2, %1" CC_SET(c) in test_and_clear_bit()95 __asm__ __volatile__("lock; bts %2, %1" CC_SET(c) in test_and_set_bit()