Fabian c86dc4f642 nasmtests: more tests, new large arithmetic test generation, compile faster 5 months ago
..
Readme.md c780862cf5 Remove outdated docs and gdbauto script 3 years ago
arith-optimisations.asm 530aaba1ea Optimise some common instructions (lea nop; cmp x, 0; test x, x; xor x, x) 3 years ago
btc-imm.asm 390b8c4cbb Add tests for btc/btr/bts 3 years ago
btc-reg16.asm 390b8c4cbb Add tests for btc/btr/bts 3 years ago
btc-reg32.asm 390b8c4cbb Add tests for btc/btr/bts 3 years ago
btr-imm.asm 390b8c4cbb Add tests for btc/btr/bts 3 years ago
btr-reg16.asm 390b8c4cbb Add tests for btc/btr/bts 3 years ago
btr-reg32.asm 390b8c4cbb Add tests for btc/btr/bts 3 years ago
bts-imm.asm 390b8c4cbb Add tests for btc/btr/bts 3 years ago
bts-reg16.asm 390b8c4cbb Add tests for btc/btr/bts 3 years ago
bts-reg32.asm 390b8c4cbb Add tests for btc/btr/bts 3 years ago
cmp16-setbe.asm 6e0ab79d4f Fix mask sign-extended 8-bit immediate to 16-bit for cmp (fixes #726) 1 year ago
cmpxchg-setbe.asm e50d4fa5a8 Fix flags in cmpxchg in jit 1 year ago
cmpxchg.asm ce1a742cb8 cmpxchg tests 3 years ago
cmpxchg8b.asm e464427def Minor: Remove trailing newlines 3 years ago
comiss.asm 133656dcde Fix some tests 3 years ago
create_tests.js c86dc4f642 nasmtests: more tests, new large arithmetic test generation, compile faster 5 months ago
cvtpi2ps.asm 77d728a3cc Also mask exceptions bits in sse test 3 years ago
cvtps2pi.asm 77d728a3cc Also mask exceptions bits in sse test 3 years ago
cvttps2pi.asm 43f9cd429f Implement instruction cvttps2pi 5 years ago
emms.asm b7237338c3 Update emms test 6 years ago
f2xm1.asm e464427def Minor: Remove trailing newlines 3 years ago
fchs.asm 3e3ca2b556 Add some fpu tests 3 years ago
fdecstp.asm e464427def Minor: Remove trailing newlines 3 years ago
fdiv-zero.asm 158bb75fec FPU: Implement zero divide fault 3 years ago
fdiv.asm 3e3ca2b556 Add some fpu tests 3 years ago
fdivr.asm 3e3ca2b556 Add some fpu tests 3 years ago
fincstp.asm e464427def Minor: Remove trailing newlines 3 years ago
footer.inc c86dc4f642 nasmtests: more tests, new large arithmetic test generation, compile faster 5 months ago
fprem.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 years ago
fprem1.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 years ago
fptan.asm e464427def Minor: Remove trailing newlines 3 years ago
fpu_m80.asm cd909c4f02 Add tests for fstenv/fldenv/fld [m80] 3 years ago
frndint.asm e464427def Minor: Remove trailing newlines 3 years ago
fsave_frstor.asm 3ec7d4af59 fsave: mask fpu cs/opcode (amd) 6 months ago
fscale.asm e464427def Minor: Remove trailing newlines 3 years ago
fsincos.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 years ago
fsqrt.asm e464427def Minor: Remove trailing newlines 3 years ago
fstenv.asm cd909c4f02 Add tests for fstenv/fldenv/fld [m80] 3 years ago
fstm80.asm 3e3ca2b556 Add some fpu tests 3 years ago
fstsw.asm dda3d51ca5 don't generate random tests for fstsw (some flags are not implemented) 5 months ago
fxtract-zero.asm 158bb75fec FPU: Implement zero divide fault 3 years ago
fxtract.asm 0269e9cecf Fix fxtract 3 years ago
fyl2x-zero.asm 158bb75fec FPU: Implement zero divide fault 3 years ago
fyl2x.asm e464427def Minor: Remove trailing newlines 3 years ago
fyl2xp1.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 years ago
gdb-extract-def a2959c7cc2 nasmtests: fix printing of invalid fpu registers 5 months ago
gen_fixtures.js d766863a27 nasmtests: generate single executable for both test and reference 1 year ago
header.inc c86dc4f642 nasmtests: more tests, new large arithmetic test generation, compile faster 5 months ago
idiv16-overflow.asm 574673e476 add tests for idiv overflow 1 year ago
idiv32-overflow.asm 574673e476 add tests for idiv overflow 1 year ago
idiv8-overflow.asm 574673e476 add tests for idiv overflow 1 year ago
indirect-call.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 years ago
indirect-jump.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 years ago
jcxz.asm a73988a817 Make loop, loopz, loopnz and jcxz custom generated 3 years ago
jump.asm 3cfce44363 Nasm: Jump tests 3 years ago
lea-nop.asm 530aaba1ea Optimise some common instructions (lea nop; cmp x, 0; test x, x; xor x, x) 3 years ago
leave16.asm 0c42ea0d1f Custom code generation for leave (C9) 3 years ago
leave32.asm 0c42ea0d1f Custom code generation for leave (C9) 3 years ago
loop.asm a73988a817 Make loop, loopz, loopnz and jcxz custom generated 3 years ago
loopnz.asm a73988a817 Make loop, loopz, loopnz and jcxz custom generated 3 years ago
loopz.asm a73988a817 Make loop, loopz, loopnz and jcxz custom generated 3 years ago
maskmovdqu.asm 2ad796c85a Add NASM test for maskmovdqu xmm, xmm 3 years ago
maskmovq.asm 6802f6ab5f Update maskmovq test to use "test memory" the same way as maskmovdqu 3 years ago
mov16.asm ccb9b6cbbf nasmtests: Re-enable 0x89 mem tests in mov16 3 years ago
mov_sreg.asm 69e8eafeba test mov reg, sreg manually 1 year ago
mov_sreg_ud1.asm 69e8eafeba test mov reg, sreg manually 1 year ago
mov_sreg_ud2.asm 69e8eafeba test mov reg, sreg manually 1 year ago
movaps.asm 9ec5f49115 Add movaps test 5 years ago
movd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
movntpd.asm 1e9c93252f Add nasm tests for movntpd & movntps 5 years ago
movntps.asm 1e9c93252f Add nasm tests for movntpd & movntps 5 years ago
movq.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
packssdw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
packsswb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
packuswb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
paddb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
paddd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
paddsb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
paddsw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
paddusb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
paddusw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
paddw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
pand.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
pandn.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
pcmpeqb.asm a3420c5f32 Fix manual pcmpeqb nasm test 3 years ago
pcmpeqd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
pcmpeqw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
pcmpgtb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
pcmpgtd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
pcmpgtw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
pmaddwd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
pmulhw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
pmullw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
pmuludq.asm 15058430f0 Add a new test case for pmuludq 5 years ago
pop_esp.asm 0c2113d28c nasm: pop esp test 3 years ago
pop_esp2.asm 4e49468b7b Fix some minor fpu bugs and add more nasm tests 3 years ago
por.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
pshufw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
pslld.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 3 years ago
psllq.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 3 years ago
psllw.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 3 years ago
psrad.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 3 years ago
psraw.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 3 years ago
psrld.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 3 years ago
psrlq.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 3 years ago
psrlw.asm fef1b05f35 Add XMM based manual tests for SSE shift instructions 3 years ago
psubb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
psubd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
psubsb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
psubsw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
psubusb.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
psubusw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
psubw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
punpckhbw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
punpckhdq.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
punpckhwd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
punpcklbw.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
punpckldq.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
punpcklwd.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
push.asm b1787e5a0f Clean up push nasm test 3 years ago
pushf.asm 6b91f91c45 test pushf manually 1 year ago
pxor.asm f8ddf4dc9c Simplify nasm tests by using boilerplate includes 6 years ago
rand.js 677e660558 nasmtests: better rng 6 months ago
ret-imm.asm 837e6ff362 Custom code generation for ret imm (C2) 3 years ago
run.js c86dc4f642 nasmtests: more tests, new large arithmetic test generation, compile faster 5 months ago
shufps-edgecase.asm 1135122f8a Fix jitted cmpss/cmppd/shufps/shufpd with the same source and destination register 1 year ago
ucomiss.asm 133656dcde Fix some tests 3 years ago

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