| /isa-l/ |
| H A D | configure.ac | 35 AM_CONDITIONAL([CPU_X86_64], [test "$CPU" = "x86_64"]) 36 AM_CONDITIONAL([CPU_X86_32], [test "$CPU" = "x86_32"]) 37 AM_CONDITIONAL([CPU_AARCH64], [test "$CPU" = "aarch64"]) 38 AM_CONDITIONAL([CPU_PPC64LE], [test "$CPU" = "ppc64le"]) 39 AM_CONDITIONAL([CPU_UNDEFINED], [test "x$CPU" = "x"]) 41 if test "$CPU" = "x86_64"; then 44 if test "$CPU" = "x86_32"; then 64 AS_IF([test "x$enable_debug" = "xyes"], [ 69 if test x"$is_x86" = x"yes"; then 77 AS_IF([test " [all...] |
| H A D | Doxyfile | 19 doc/test.md \ 22 EXCLUDE = include/test.h include/unaligned.h
|
| H A D | make.inc | 35 # test - run unit tests of functions 184 test-as = $(shell hash printf && printf $(3) > $(2) && $(AS) $(ASFLAGS) ${tmpf} -o /dev/null 2> /dev/null && echo $(1) || echo $(4)) 190 as_feature_level := $(call test-as, 4, $(tmpf), $(as_4), $(as_feature_level)) 191 as_feature_level := $(call test-as, 6, $(tmpf), $(as_6), $(as_feature_level)) 192 as_feature_level := $(call test-as, 10, $(tmpf), $(as_10), $(as_feature_level)) 216 sim test trace: $(addsuffix .run,$(all_unit_tests)) 228 check test sim:
|
| H A D | Release_notes.txt | 88 * Fix fuzz test script to work with llvm 6.0 builtin libFuzz. 104 * Fix erasure code test that violates rs matrix bounds. 149 - Added compress/decompress with dictionary to perf test app. 216 * Performance test improvements. 224 - New options in igzip cli: use name from header or not, test compressed file.
|
| /isa-l/crc/ |
| H A D | crc_multibinary.asm | 103 test ecx, FLAG_CPUID1_ECX_SSE4_2 106 test ecx, FLAG_CPUID1_ECX_CLMUL 111 test ecx, FLAG_CPUID1_ECX_OSXSAVE 120 test ebx, FLAG_CPUID1_ECX_AVX 129 test ebx, FLAG_CPUID7_EBX_AVX2 179 test ecx, FLAG_CPUID1_ECX_SSE3 181 test ecx, FLAG_CPUID1_ECX_CLMUL 185 ;; Extra Avoton test 192 test ecx, FLAG_CPUID1_ECX_OSXSAVE 201 test ebx, FLAG_CPUID1_ECX_AVX [all …]
|
| H A D | crc32_iscsi_01.asm | 339 test len,4 344 test len,2 349 test len,1 425 test len_b,len_b
|
| H A D | crc32_iscsi_00.asm | 303 test len_b,len_b 316 test len,4 321 test len,2 326 test len,1
|
| /isa-l/igzip/ |
| H A D | huffman.h | 264 uint64_t test; in compare258() local 273 test = load_le_u64(str1); in compare258() 274 test ^= load_le_u64(str2); in compare258() 275 if (test != 0) in compare258() 276 return count + tzbytecnt(test); in compare258() 326 uint64_t test; in compare() local 332 test = load_le_u64(str1); in compare() 333 test ^= load_le_u64(str2); in compare() 334 if (test != 0) in compare() 335 return count + tzbytecnt(test); in compare()
|
| H A D | igzip_inflate_test.c | 151 test(uint8_t *compressed_stream, uint64_t *compressed_length, uint8_t *uncompressed_stream, in test() function 278 ret = test(compressed_stream, &compressed_length, uncompressed_stream, in main()
|
| H A D | igzip_set_long_icf_fg_04.asm | 179 test tmp1, tmp1 244 test tmp1 %+ d, tmp1 %+ d
|
| H A D | adler32_sse.asm | 148 test s, 7
|
| /isa-l/include/ |
| H A D | multibinary.asm | 113 test ebx, FLAG_CPUID7_EBX_AVX2 174 test ecx, FLAG_CPUID1_ECX_SSE4_1 176 test ecx, FLAG_CPUID1_ECX_CLMUL 181 test ecx, FLAG_CPUID1_ECX_OSXSAVE 190 test ebx, FLAG_CPUID1_ECX_AVX 199 test ebx, FLAG_CPUID7_EBX_AVX2 247 test ecx, FLAG_CPUID1_ECX_SSE4_2 261 test ebx, FLAG_CPUID7_EBX_AVX2 307 test ecx, FLAG_CPUID1_ECX_SSE4_2 312 test ecx, FLAG_CPUID1_ECX_OSXSAVE [all …]
|
| H A D | memcpy.asm | 219 test %%SIZE, 64 255 test %%SIZE, 32 277 test %%SIZE, 16 294 test %%SIZE, 16 301 test %%SIZE, 8 312 test %%SIZE, 4 323 test %%SIZE, 2 334 test %%SIZE, 1 448 test %%SIZE, 16 456 test %%SIZE, 8 [all …]
|
| /isa-l/mem/ |
| H A D | mem_zero_detect_avx2.asm | 101 test len, len; break partial flag stall 126 test tmp0, tmp0 152 test tmp0, tmp0 168 test tmp0, tmp0
|
| H A D | mem_zero_detect_sse.asm | 155 test tmp, tmp
|
| H A D | mem_zero_detect_avx.asm | 168 test tmp, tmp
|
| /isa-l/raid/ |
| H A D | xor_gen_avx512.asm | 113 test len, (128-1) ;Check alignment of length 166 test len, (PS-1) 171 test len, (128-1) ;If not 0 and 128bit aligned 179 test len, (PS-1)
|
| H A D | xor_gen_avx.asm | 111 test len, (128-1) ;Check alignment of length 173 test len, (PS-1) 178 test len, (128-1) ;If not 0 and 128bit aligned 186 test len, (PS-1)
|
| H A D | xor_check_sse.asm | 153 test len, (128-1) ;Check alignment of length 230 test len, (8-1) 235 test len, (128-1) ;If not 0 and 128bit aligned 243 test len, (PS-1)
|
| H A D | xor_gen_sse.asm | 154 test len, (128-1) ;Check alignment of length 230 test len, (8-1) 235 test len, (128-1) ;If not 0 and 128bit aligned 243 test len, (PS-1)
|
| H A D | raid_multibinary.asm | 93 test ecx, FLAG_CPUID1_ECX_SSE4_1 127 test ecx, FLAG_CPUID1_ECX_SSE4_1
|
| /isa-l/doc/ |
| H A D | test.md | 5 tests built with `make test` may have additional dependencies in order to make 19 builds tests with a new random test seed that ensures that each run is unique to
|
| H A D | build.md | 67 cl /Fe: test.exe test.c isa-l_static.lib
|
| /isa-l/programs/ |
| H A D | igzip_cli.c | 161 int test; member 190 options->test = NO_TEST; in init_options() 840 if (suffix == NULL && global_options.test == NO_TEST) { in decompress_file() 905 if (global_options.test == NO_TEST) { in decompress_file() 1107 global_options.test = TEST; in main()
|
| /isa-l/tools/ |
| H A D | test_fuzz.sh | 165 echo "Run llvm test $test"
|