Searched refs:ATOMIC_ASM (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/amd64/amd64/
H A Datomic.c41 #undef ATOMIC_ASM macro
/freebsd-11-stable/sys/i386/i386/
H A Datomic.c41 #undef ATOMIC_ASM macro
/freebsd-11-stable/sys/amd64/include/
H A Datomic.h98 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ macro
144 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ macro
432 ATOMIC_ASM(set, char, "orb %b1,%0", "iq", v);
433 ATOMIC_ASM(clear, char, "andb %b1,%0", "iq", ~v);
434 ATOMIC_ASM(add, char, "addb %b1,%0", "iq", v);
435 ATOMIC_ASM(subtract, char, "subb %b1,%0", "iq", v);
437 ATOMIC_ASM(set, short, "orw %w1,%0", "ir", v);
438 ATOMIC_ASM(clear, short, "andw %w1,%0", "ir", ~v);
439 ATOMIC_ASM(add, short, "addw %w1,%0", "ir", v);
440 ATOMIC_ASM(subtrac
461 #undef ATOMIC_ASM macro
[all...]
/freebsd-11-stable/sys/i386/include/
H A Datomic.h106 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ macro
156 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ macro
655 ATOMIC_ASM(set, char, "orb %b1,%0", "iq", v);
656 ATOMIC_ASM(clear, char, "andb %b1,%0", "iq", ~v);
657 ATOMIC_ASM(add, char, "addb %b1,%0", "iq", v);
658 ATOMIC_ASM(subtract, char, "subb %b1,%0", "iq", v);
660 ATOMIC_ASM(set, short, "orw %w1,%0", "ir", v);
661 ATOMIC_ASM(clear, short, "andw %w1,%0", "ir", ~v);
662 ATOMIC_ASM(add, short, "addw %w1,%0", "ir", v);
663 ATOMIC_ASM(subtrac
684 #undef ATOMIC_ASM macro
[all...]

Completed in 122 milliseconds