summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-08floatb.asm: fix broken testcaseH. Peter Anvin1-1/+1
2007-10-08Add Frank's floattest.asm test fileH. Peter Anvin1-0/+26
2007-10-05zerobyte.asm: use a real instruction to avoid confusing ndisasmH. Peter Anvin1-1/+1
2007-10-05zerobyte.asm: add test cases for non-initial \170 usesH. Peter Anvin1-0/+17
2007-10-05Check in the proper zerobyte testH. Peter Anvin2-0/+7
2007-10-05Emit REX prefix before literal zero (\170)H. Peter Anvin1-0/+0
2007-10-05Add test for problematic floatsH. Peter Anvin1-0/+22
2007-10-04floatx.asm: add Inf and NaN to the boundary condition testsH. Peter Anvin1-2/+14
2007-10-04floatx.asm: add specific tests for exponent boundary conditionsH. Peter Anvin1-0/+26
2007-10-04Additional rules in test/MakefileH. Peter Anvin1-1/+5
2007-09-28Unbreak relative references to immediate addressesH. Peter Anvin2-7/+1197
2007-09-26Test for various addressing modes in 64-bit modeH. Peter Anvin2-74/+601
2007-09-25test/movimm.asm: add optimizable formsH. Peter Anvin1-0/+13
2007-09-25Test of immediate handling on 64-bit modeH. Peter Anvin1-0/+13
2007-09-25Fix BR 1490407: size of the second operand of LAR/LSLH. Peter Anvin1-0/+21