Home
last modified time | relevance | path

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

/qemu/tests/tcg/hexagon/
H A Dmisc.c337 static inline int32_t ct0p(uint64_t x) in ct0p() function
362 check32(ct0p(0x000000000000000fULL), 0); in test_count_trailing_zeros_ones()
363 check32(ct0p(0x0000000000000000ULL), 64); in test_count_trailing_zeros_ones()
364 check32(ct0p(0x00000000000000f0ULL), 4); in test_count_trailing_zeros_ones()