summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Test for BR 1879590H. Peter Anvin2008-01-301-0/+22
* regularized spelling of license to match name of LICENSE fileBeroset2007-12-291-1/+1
* BR 993895: Support zero-operand floating-point insnH. Peter Anvin2007-11-151-0/+125
* Un-special-case "xchg rax,rax"; disassemble o64H. Peter Anvin2007-11-121-0/+14
* BR 1828866: fix handling of LAR/LSLH. Peter Anvin2007-11-121-0/+122
* Test of XCHGH. Peter Anvin2007-11-121-0/+93
* BR 1828103: Fix %arg and %localH. Peter Anvin2007-11-081-0/+18
* Permit opcode names as labels as long as they are followed by a colonH. Peter Anvin2007-11-041-0/+10
* Even more "riprel" testsH. Peter Anvin2007-10-312-6/+3572
* floatx.asm: add tests for "rounds up to smallest denorm"H. Peter Anvin2007-10-301-0/+5
* Exhaustive test for 8-bit floating point valuesH. Peter Anvin2007-10-301-0/+132
* Use a 32-bit floating-point limb size; support 8-bit floatH. Peter Anvin2007-10-292-1/+62
* Test of some addressing modes in 64-bit mode.H. Peter Anvin2007-10-281-0/+15
* readnum(): handle prefix-suffix collision like "0h"H. Peter Anvin2007-10-261-1/+4
* Fix the handling of floating-point tokens in the preprocessorH. Peter Anvin2007-10-241-0/+16
* Unbreak particularly tricky hex constantsH. Peter Anvin2007-10-221-0/+9
* Support binary and octal floating-pointH. Peter Anvin2007-10-221-1/+18
* More consistent handling of radix lettersH. Peter Anvin2007-10-222-0/+194
* Allow $-prefixed hexadecimal FP as an alternative to 0xH. Peter Anvin2007-10-191-0/+171
* Formatting: kill off "stealth whitespace"H. Peter Anvin2007-10-191-2/+0
* test/floatx.asm: fix test caseH. Peter Anvin2007-10-191-1/+1
* uscore.asm: Fix test caseH. Peter Anvin2007-10-191-1/+1
* Don't confuse suffixed hexadecimal with floating-pointH. Peter Anvin2007-10-191-0/+4
* test/Makefile: Use -Ox instead of -O999H. Peter Anvin2007-10-191-1/+1
* Test of underscored constantsH. Peter Anvin2007-10-191-0/+10
* Tests of obscenely large exponentsH. Peter Anvin2007-10-161-14/+24
* Handle rounding of denorms correctly; make fp overflow a warningH. Peter Anvin2007-10-161-0/+15
* Add 1.5 as a test case: representative of an exact fractionH. Peter Anvin2007-10-161-0/+15
* Add testnos3 from the gdtoa package (floating-point test)H. Peter Anvin2007-10-151-0/+972
* Must define types before using themCharles Crayne2007-10-113-0/+3
* Revert "floatb.asm: fix broken testcase"H. Peter Anvin2007-10-081-1/+1
* floatb.asm: fix broken testcaseH. Peter Anvin2007-10-081-1/+1
* Add Frank's floattest.asm test fileH. Peter Anvin2007-10-081-0/+26
* zerobyte.asm: use a real instruction to avoid confusing ndisasmH. Peter Anvin2007-10-051-1/+1
* zerobyte.asm: add test cases for non-initial \170 usesH. Peter Anvin2007-10-051-0/+17
* Check in the proper zerobyte testH. Peter Anvin2007-10-052-0/+7
* Emit REX prefix before literal zero (\170)H. Peter Anvin2007-10-051-0/+0
* Add test for problematic floatsH. Peter Anvin2007-10-051-0/+22
* floatx.asm: add Inf and NaN to the boundary condition testsH. Peter Anvin2007-10-041-2/+14
* floatx.asm: add specific tests for exponent boundary conditionsH. Peter Anvin2007-10-041-0/+26
* Additional rules in test/MakefileH. Peter Anvin2007-10-041-1/+5
* Unbreak relative references to immediate addressesH. Peter Anvin2007-09-282-7/+1197
* Test for various addressing modes in 64-bit modeH. Peter Anvin2007-09-262-74/+601
* test/movimm.asm: add optimizable formsH. Peter Anvin2007-09-251-0/+13
* Test of immediate handling on 64-bit modeH. Peter Anvin2007-09-251-0/+13
* Fix BR 1490407: size of the second operand of LAR/LSLH. Peter Anvin2007-09-251-0/+21
* test/Makefile: make a bit more usefulH. Peter Anvin2007-09-241-5/+6
* Support __float*__ for floating-point numbers in expressionsH. Peter Anvin2007-09-241-0/+353
* Implement INVLPGA according to the documentationH. Peter Anvin2007-09-221-0/+8
* Simple test for 0x67 prefixesH. Peter Anvin2007-09-221-0/+35