Fabian ae2407a4dc Minor: Simplify and delete dead code 6 éve
..
Makefile 8354a1dafb Speed up NASM tests' fixture generation phase 4 éve
Readme.md c780862cf5 Remove outdated docs and gdbauto script 4 éve
create_tests.js 975a06269e Squash 4 éve
emms.asm b7237338c3 Update emms test 7 éve
footer.inc f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
gdb-extract-def c7a9a49050 NASM: Move shared breakpoint out gdb definition script 4 éve
gen_fixtures.js cfad35612f add SYNC_GDB_EXECUTION flag 4 éve
header.inc 975a06269e Squash 4 éve
jump.asm 3cfce44363 Nasm: Jump tests 4 éve
maskmovdqu.asm 2ad796c85a Add NASM test for maskmovdqu xmm, xmm 4 éve
maskmovq.asm 6802f6ab5f Update maskmovq test to use "test memory" the same way as maskmovdqu 4 éve
mov16.asm ccb9b6cbbf nasmtests: Re-enable 0x89 mem tests in mov16 4 éve
movd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
movq.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
packssdw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
packsswb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
packuswb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
paddb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
paddd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
paddsb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
paddsw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
paddusb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
paddusw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
paddw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
pand.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
pandn.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
pcmpeqb.asm a3420c5f32 Fix manual pcmpeqb nasm test 4 éve
pcmpeqd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
pcmpeqw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
pcmpgtb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
pcmpgtd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
pcmpgtw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
pmaddwd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
pmulhw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
pmullw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
pop_esp.asm 0c2113d28c nasm: pop esp test 4 éve
por.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
prand.js 975a06269e Squash 4 éve
pshufw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
pslld.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 4 éve
psllq.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 4 éve
psllw.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 4 éve
psrad.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 4 éve
psraw.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 4 éve
psrld.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 4 éve
psrlq.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 4 éve
psrlw.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 4 éve
psubb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
psubd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
psubsb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
psubsw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
psubusb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
psubusw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
psubw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
punpckhbw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
punpckhdq.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
punpckhwd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
punpcklbw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
punpckldq.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
punpcklwd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
push.asm b1787e5a0f Clean up push nasm test 4 éve
pxor.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 7 éve
run.js ae2407a4dc Minor: Simplify and delete dead code 4 éve

Readme.md

About

The tests in this folder are not comprehensive by any means at the moment.

Automated Testing

  • Run make nasmtests in the root of the project