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

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