Home
last modified time | relevance | path

Searched refs:CC_SET (Results 1 – 1 of 1) sorted by relevance

/kvm-unit-tests/lib/x86/asm/
H A Dbitops.h21 # define CC_SET(c) "\n\t/* output condition code " #c "*/\n" macro
24 # define CC_SET(c) "\n\tset" #c " %[_cc_" #c "]\n" macro
49 __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()