Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libc/atomic/
H A Dt___sync_or.c82 #define atf_sync_postfetch(NAME, TYPE, FMT) \ macro
104 atf_sync_postfetch(__sync_or_and_fetch_1, uint8_t, PRIx8);
105 atf_sync_postfetch(__sync_or_and_fetch_2, uint16_t, PRIx16);
106 atf_sync_postfetch(__sync_or_and_fetch_4, uint32_t, PRIx32);
108 atf_sync_postfetch(__sync_or_and_fetch_8, uint64_t, PRIx64);
H A Dt___sync_and.c82 #define atf_sync_postfetch(NAME, TYPE, FMT) \ macro
104 atf_sync_postfetch(__sync_and_and_fetch_1, uint8_t, PRIx8);
105 atf_sync_postfetch(__sync_and_and_fetch_2, uint16_t, PRIx16);
106 atf_sync_postfetch(__sync_and_and_fetch_4, uint32_t, PRIx32);
108 atf_sync_postfetch(__sync_and_and_fetch_8, uint64_t, PRIx64);
H A Dt___sync_nand.c82 #define atf_sync_postfetch(NAME, TYPE, FMT) \ macro
104 atf_sync_postfetch(__sync_nand_and_fetch_1, uint8_t, PRIx8);
105 atf_sync_postfetch(__sync_nand_and_fetch_2, uint16_t, PRIx16);
106 atf_sync_postfetch(__sync_nand_and_fetch_4, uint32_t, PRIx32);
108 atf_sync_postfetch(__sync_nand_and_fetch_8, uint64_t, PRIx64);
H A Dt___sync_add.c82 #define atf_sync_postfetch(NAME, TYPE, FMT) \ macro
104 atf_sync_postfetch(__sync_add_and_fetch_1, uint8_t, PRIx8);
105 atf_sync_postfetch(__sync_add_and_fetch_2, uint16_t, PRIx16);
106 atf_sync_postfetch(__sync_add_and_fetch_4, uint32_t, PRIx32);
108 atf_sync_postfetch(__sync_add_and_fetch_8, uint64_t, PRIx64);
H A Dt___sync_xor.c82 #define atf_sync_postfetch(NAME, TYPE, FMT) \ macro
104 atf_sync_postfetch(__sync_xor_and_fetch_1, uint8_t, PRIx8);
105 atf_sync_postfetch(__sync_xor_and_fetch_2, uint16_t, PRIx16);
106 atf_sync_postfetch(__sync_xor_and_fetch_4, uint32_t, PRIx32);
108 atf_sync_postfetch(__sync_xor_and_fetch_8, uint64_t, PRIx64);
H A Dt___sync_sub.c82 #define atf_sync_postfetch(NAME, TYPE, FMT) \ macro
104 atf_sync_postfetch(__sync_sub_and_fetch_1, uint8_t, PRIx8);
105 atf_sync_postfetch(__sync_sub_and_fetch_2, uint16_t, PRIx16);
106 atf_sync_postfetch(__sync_sub_and_fetch_4, uint32_t, PRIx32);
108 atf_sync_postfetch(__sync_sub_and_fetch_8, uint64_t, PRIx64);