Lines Matching refs:N
5 #define TEST_CLO(N) \ argument
6 static uint64_t test_clo_##N(uint64_t rj) \
10 asm volatile("clo."#N" %0, %1\n\t" \
17 #define TEST_CLZ(N) \ argument
18 static uint64_t test_clz_##N(uint64_t rj) \
22 asm volatile("clz."#N" %0, %1\n\t" \
29 #define TEST_CTO(N) \ argument
30 static uint64_t test_cto_##N(uint64_t rj) \
34 asm volatile("cto."#N" %0, %1\n\t" \
41 #define TEST_CTZ(N) \ argument
42 static uint64_t test_ctz_##N(uint64_t rj) \
46 asm volatile("ctz."#N" %0, %1\n\t" \