forked from xenia-project/xenia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule xbyak
updated
36 files
+7 −0 | Makefile | |
+26 −0 | gen/Makefile | |
+59 −61 | gen/avx_type.hpp | |
+78 −28 | gen/gen_avx512.cpp | |
+343 −367 | gen/gen_code.cpp | |
+23 −0 | gen/sortline.cpp | |
+6 −10 | gen/update.bat | |
+289 −204 | readme.md | |
+67 −13 | readme.txt | |
+15 −17 | sample/bf.cpp | |
+70 −0 | sample/protect-re.cpp | |
+6 −2 | sample/static_buf.cpp | |
+11 −7 | sample/test0.cpp | |
+16 −2 | sample/test_util.cpp | |
+1 −1 | sample/toyvm.cpp | |
+0 −8 | test/6.bat | |
+7 −6 | test/Makefile | |
+2 −0 | test/bad_address.cpp | |
+0 −27 | test/cybozu/COPYRIGHT | |
+59 −17 | test/cybozu/inttype.hpp | |
+57 −29 | test/cybozu/test.hpp | |
+123 −2 | test/jmp.cpp | |
+127 −124 | test/make_512.cpp | |
+97 −13 | test/make_nm.cpp | |
+603 −1 | test/misc.cpp | |
+6 −0 | test/nm_frame.cpp | |
+2 −2 | test/rip-label-imm.cpp | |
+83 −5 | test/sf_test.cpp | |
+2 −2 | test/test_address.bat | |
+1 −1 | test/test_avx.bat | |
+1 −1 | test/test_avx512.bat | |
+1 −1 | test/test_nm.bat | |
+6 −0 | test/test_nm.sh | |
+340 −156 | xbyak/xbyak.h | |
+449 −390 | xbyak/xbyak_mnemonic.h | |
+180 −88 | xbyak/xbyak_util.h |