Home
last modified time | relevance | path

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

/dragonfly/sys/cpu/x86_64/include/
HDatomic.h686 #define ATOMIC_STORE_LOAD(TYPE, LOP, SOP) \ macro
714 ATOMIC_STORE_LOAD(char, "cmpxchgb %b0,%1", "xchgb %b1,%0");
715 ATOMIC_STORE_LOAD(short,"cmpxchgw %w0,%1", "xchgw %w1,%0");
716 ATOMIC_STORE_LOAD(int, "cmpxchgl %0,%1", "xchgl %1,%0");
717 ATOMIC_STORE_LOAD(long, "cmpxchgq %0,%1", "xchgq %1,%0");
720 #undef ATOMIC_STORE_LOAD