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

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