xbyak/test
2022-08-10 11:22:28 +09:00
..
cybozu update test/cybozu 2018-08-14 12:31:30 +09:00
a.bat remove files before test 2012-10-29 10:13:56 +09:00
address.cpp v6.02 2022-01-28 10:57:21 +09:00
bad_address.cpp refactor test 2020-01-03 22:13:55 +09:00
cvt_test.cpp fix Reg::changeBit 2019-04-15 21:44:11 +09:00
jmp.cpp support call(mem, T_FAR) 2021-12-14 12:22:56 +09:00
jmp.sln Xbyak ver 3.50 2012-03-20 00:08:35 +09:00
jmp.vcproj Xbyak ver 3.50 2012-03-20 00:08:35 +09:00
lib.h test for unorderd init 2012-12-04 16:12:59 +09:00
lib_min.cpp test for unorderd init 2012-12-04 16:12:59 +09:00
lib_run.cpp test for unorderd init 2012-12-04 16:12:59 +09:00
lib_test.cpp test for unorderd init 2012-12-04 16:12:59 +09:00
make_512.cpp fix vrndscale* to support {sae} 2021-09-09 11:33:02 +09:00
make_nm.cpp fix movzx eax, ah on 64bit and test it 2022-07-22 17:44:26 +09:00
Makefile test badSSE only for 32-bit mode 2022-03-13 14:57:56 +09:00
Makefile.win unify xbyak_avx512.h 2016-07-23 10:48:42 +09:00
misc.cpp avoid including algorithm header in xbyak_util.h 2022-08-10 11:22:28 +09:00
mprotect_test.cpp test of MmapAllocator 2014-10-14 00:10:38 +09:00
nm_frame.cpp rename XBYAK_NOEXCEPTION to XBYAK_NO_EXCEPTION 2020-07-21 14:07:08 +09:00
noexception.cpp replace uint32 with uint32_t etc. 2020-09-08 15:14:18 +09:00
normalize_prefix.cpp replace uint32 with uint32_t etc. 2020-09-08 15:14:18 +09:00
readme.txt add test script 2012-03-16 22:04:44 +09:00
rip-label-imm.cpp update test 2018-08-28 15:46:30 +09:00
set_opt.bat remove warning of test 2020-02-26 15:35:37 +09:00
sf_test.cpp use original uint8_t 2021-10-05 14:00:05 +09:00
state.pptx state of @@, @f, @b 2014-03-23 16:00:17 +09:00
test_address.bat add PROTECT_RE mode for protect() 2018-07-24 18:07:35 +09:00
test_address.sh Use sh instead of tcsh for test scripts 2020-09-25 08:46:59 +09:00
test_all.bat first commit 2010-04-16 10:33:04 +09:00
test_avx.bat add PROTECT_RE mode for protect() 2018-07-24 18:07:35 +09:00
test_avx.sh Use sh instead of tcsh for test scripts 2020-09-25 08:46:59 +09:00
test_avx512.bat add PROTECT_RE mode for protect() 2018-07-24 18:07:35 +09:00
test_avx512.sh Use sh instead of tcsh for test scripts 2020-09-25 08:46:59 +09:00
test_avx_all.bat add test_avx512 to bat 2020-01-07 15:57:32 +09:00
test_jmp.bat under refactoring AddressFrame 2016-06-14 17:47:34 +09:00
test_misc.bat chmod 644 *.bat 2017-01-21 10:52:32 +09:00
test_mmx.cpp change the type of Xbyak::Error from enum to a class 2013-07-04 23:59:12 +09:00
test_nm.bat rename XBYAK_NOEXCEPTION to XBYAK_NO_EXCEPTION 2020-07-21 14:07:08 +09:00
test_nm.sh Use sh instead of tcsh for test scripts 2020-09-25 08:46:59 +09:00
test_nm_all.bat support AVX 2011-02-04 16:22:38 +09:00

test script on Windows

this test requires nasm.exe, yasm.exe, cl.exe, awk, diff

test_all ; for all tests