HomeSort by: relevance | last modified time | path
    Searched defs:atf_sync_prefetch (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/lib/libc/atomic/
t___sync_add.c 51 #define atf_sync_prefetch(NAME, TYPE, FMT) \ macro
75 atf_sync_prefetch(__sync_fetch_and_add_1, uint8_t, PRIx8);
76 atf_sync_prefetch(__sync_fetch_and_add_2, uint16_t, PRIx16);
77 atf_sync_prefetch(__sync_fetch_and_add_4, uint32_t, PRIx32);
79 atf_sync_prefetch(__sync_fetch_and_add_8, uint64_t, PRIx64);
t___sync_and.c 51 #define atf_sync_prefetch(NAME, TYPE, FMT) \ macro
75 atf_sync_prefetch(__sync_fetch_and_and_1, uint8_t, PRIx8);
76 atf_sync_prefetch(__sync_fetch_and_and_2, uint16_t, PRIx16);
77 atf_sync_prefetch(__sync_fetch_and_and_4, uint32_t, PRIx32);
79 atf_sync_prefetch(__sync_fetch_and_and_8, uint64_t, PRIx64);
t___sync_nand.c 51 #define atf_sync_prefetch(NAME, TYPE, FMT) \ macro
75 atf_sync_prefetch(__sync_fetch_and_nand_1, uint8_t, PRIx8);
76 atf_sync_prefetch(__sync_fetch_and_nand_2, uint16_t, PRIx16);
77 atf_sync_prefetch(__sync_fetch_and_nand_4, uint32_t, PRIx32);
79 atf_sync_prefetch(__sync_fetch_and_nand_8, uint64_t, PRIx64);
t___sync_or.c 51 #define atf_sync_prefetch(NAME, TYPE, FMT) \ macro
75 atf_sync_prefetch(__sync_fetch_and_or_1, uint8_t, PRIx8);
76 atf_sync_prefetch(__sync_fetch_and_or_2, uint16_t, PRIx16);
77 atf_sync_prefetch(__sync_fetch_and_or_4, uint32_t, PRIx32);
79 atf_sync_prefetch(__sync_fetch_and_or_8, uint64_t, PRIx64);
t___sync_sub.c 51 #define atf_sync_prefetch(NAME, TYPE, FMT) \ macro
75 atf_sync_prefetch(__sync_fetch_and_sub_1, uint8_t, PRIx8);
76 atf_sync_prefetch(__sync_fetch_and_sub_2, uint16_t, PRIx16);
77 atf_sync_prefetch(__sync_fetch_and_sub_4, uint32_t, PRIx32);
79 atf_sync_prefetch(__sync_fetch_and_sub_8, uint64_t, PRIx64);
t___sync_xor.c 51 #define atf_sync_prefetch(NAME, TYPE, FMT) \ macro
75 atf_sync_prefetch(__sync_fetch_and_xor_1, uint8_t, PRIx8);
76 atf_sync_prefetch(__sync_fetch_and_xor_2, uint16_t, PRIx16);
77 atf_sync_prefetch(__sync_fetch_and_xor_4, uint32_t, PRIx32);
79 atf_sync_prefetch(__sync_fetch_and_xor_8, uint64_t, PRIx64);

Completed in 55 milliseconds