Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 44) sorted by relevance

12

/isa-l/
H A Dconfigure.ac35 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 DDoxyfile19 doc/test.md \
22 EXCLUDE = include/test.h include/unaligned.h
H A Dmake.inc35 # 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 DRelease_notes.txt88 * 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 Dcrc_multibinary.asm103 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 Dcrc32_iscsi_01.asm339 test len,4
344 test len,2
349 test len,1
425 test len_b,len_b
H A Dcrc32_iscsi_00.asm303 test len_b,len_b
316 test len,4
321 test len,2
326 test len,1
/isa-l/igzip/
H A Dhuffman.h264 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 Digzip_inflate_test.c151 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 Digzip_set_long_icf_fg_04.asm179 test tmp1, tmp1
244 test tmp1 %+ d, tmp1 %+ d
H A Dadler32_sse.asm148 test s, 7
/isa-l/include/
H A Dmultibinary.asm113 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 Dmemcpy.asm219 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 Dmem_zero_detect_avx2.asm101 test len, len; break partial flag stall
126 test tmp0, tmp0
152 test tmp0, tmp0
168 test tmp0, tmp0
H A Dmem_zero_detect_sse.asm155 test tmp, tmp
H A Dmem_zero_detect_avx.asm168 test tmp, tmp
/isa-l/raid/
H A Dxor_gen_avx512.asm113 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 Dxor_gen_avx.asm111 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 Dxor_check_sse.asm153 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 Dxor_gen_sse.asm154 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 Draid_multibinary.asm93 test ecx, FLAG_CPUID1_ECX_SSE4_1
127 test ecx, FLAG_CPUID1_ECX_SSE4_1
/isa-l/doc/
H A Dtest.md5 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 Dbuild.md67 cl /Fe: test.exe test.c isa-l_static.lib
/isa-l/programs/
H A Digzip_cli.c161 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 Dtest_fuzz.sh165 echo "Run llvm test $test"

12