summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2008-06-28test: add a test for %imacroH. Peter Anvin1-0/+6
2008-06-15utf.asm: add some error casesH. Peter Anvin1-0/+10
2008-06-14Support __utf16__ and __utf32__ in an expression contextH. Peter Anvin1-0/+18
2008-05-27Merge commit 'autotest/master'H. Peter Anvin54-124/+417
2008-05-26avx.bin: clean up screwy whitespaceH. Peter Anvin1-2/+1
2008-05-26VCVTPD2PS, VCVTPD2DQ, VCVTTPD2DQ mem need explicit op size (BR 1974170)H. Peter Anvin1-0/+19
2008-05-21AVX: instruction table up to PEH. Peter Anvin1-0/+13
2008-05-21Add legacy blendvpd to avx.asm, as a disassembler test.H. Peter Anvin1-0/+2
2008-05-21Add automation to avx test.Victor van den Elzen1-0/+3
2008-05-21Configure tests to be performed automaticallyVictor van den Elzen52-124/+278
2008-05-21Add automated testing scriptVictor van den Elzen1-0/+136
2008-05-20Handle is4 bytes without meaningful information in the bottom bitsH. Peter Anvin1-0/+10
2008-05-06Fix encoding of VPERMIL2PS instructionsH. Peter Anvin1-7/+0
2008-05-05Initial NDISASM support for AVX instructions/VEX prefixesH. Peter Anvin1-2/+7
2008-05-04First cut at AVX machinery.H. Peter Anvin1-0/+9
2008-03-19Better handling of 32-bit imms in 64-bit movesH. Peter Anvin1-0/+7
2008-02-16Add %ifempty and variantsH. Peter Anvin2-68/+287
2008-02-16Implement %iftoken, test for a single tokenH. Peter Anvin2-0/+127
2008-02-16BR 774131: date and time macrosH. Peter Anvin1-0/+10
2008-01-30Test for BR 1879590H. Peter Anvin1-0/+22
2007-12-29regularized spelling of license to match name of LICENSE fileBeroset1-1/+1
2007-11-15BR 993895: Support zero-operand floating-point insnH. Peter Anvin1-0/+125
2007-11-12Un-special-case "xchg rax,rax"; disassemble o64H. Peter Anvin1-0/+14
2007-11-12BR 1828866: fix handling of LAR/LSLH. Peter Anvin1-0/+122
2007-11-12Test of XCHGH. Peter Anvin1-0/+93
2007-11-08BR 1828103: Fix %arg and %localH. Peter Anvin1-0/+18
2007-11-04Permit opcode names as labels as long as they are followed by a colonH. Peter Anvin1-0/+10
2007-10-31Even more "riprel" testsH. Peter Anvin2-6/+3572
2007-10-30floatx.asm: add tests for "rounds up to smallest denorm"H. Peter Anvin1-0/+5
2007-10-30Exhaustive test for 8-bit floating point valuesH. Peter Anvin1-0/+132
2007-10-29Use a 32-bit floating-point limb size; support 8-bit floatH. Peter Anvin2-1/+62
2007-10-28Test of some addressing modes in 64-bit mode.H. Peter Anvin1-0/+15
2007-10-26readnum(): handle prefix-suffix collision like "0h"H. Peter Anvin1-1/+4
2007-10-24Fix the handling of floating-point tokens in the preprocessorH. Peter Anvin1-0/+16
2007-10-22Unbreak particularly tricky hex constantsH. Peter Anvin1-0/+9
2007-10-22Support binary and octal floating-pointH. Peter Anvin1-1/+18
2007-10-22More consistent handling of radix lettersH. Peter Anvin2-0/+194
2007-10-19Allow $-prefixed hexadecimal FP as an alternative to 0xH. Peter Anvin1-0/+171
2007-10-19Formatting: kill off "stealth whitespace"H. Peter Anvin1-2/+0
2007-10-19test/floatx.asm: fix test caseH. Peter Anvin1-1/+1
2007-10-19uscore.asm: Fix test caseH. Peter Anvin1-1/+1
2007-10-19Don't confuse suffixed hexadecimal with floating-pointH. Peter Anvin1-0/+4
2007-10-19test/Makefile: Use -Ox instead of -O999H. Peter Anvin1-1/+1
2007-10-19Test of underscored constantsH. Peter Anvin1-0/+10
2007-10-16Tests of obscenely large exponentsH. Peter Anvin1-14/+24
2007-10-16Handle rounding of denorms correctly; make fp overflow a warningH. Peter Anvin1-0/+15
2007-10-16Add 1.5 as a test case: representative of an exact fractionH. Peter Anvin1-0/+15
2007-10-15Add testnos3 from the gdtoa package (floating-point test)H. Peter Anvin1-0/+972
2007-10-11Must define types before using themCharles Crayne3-0/+3
2007-10-08Revert "floatb.asm: fix broken testcase"H. Peter Anvin1-1/+1