Searched refs:test__clzsi2 (Results 1 – 1 of 1) sorted by relevance
/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | clzsi2_test.c | 13 int test__clzsi2(si_int a, int expected) in test__clzsi2() function 28 if (test__clzsi2(0x00800000, 8)) in main() 30 if (test__clzsi2(0x01000000, 7)) in main() 32 if (test__clzsi2(0x02000000, 6)) in main() 34 if (test__clzsi2(0x03000000, 6)) in main() 36 if (test__clzsi2(0x04000000, 5)) in main() 38 if (test__clzsi2(0x05000000, 5)) in main() 40 if (test__clzsi2(0x06000000, 5)) in main() 42 if (test__clzsi2(0x07000000, 5)) in main() 44 if (test__clzsi2(0x08000000, 4)) in main() [all …]
|