summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 64-bit addressing and prefix handling changesnewaddrH. Peter Anvin2007-10-281-26/+0
* 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
* Make test/Makefile a bit more usefulH. Peter Anvin2007-09-221-6/+6
* Merge commit 'origin/sse5'H. Peter Anvin2007-09-193-0/+274
|\
| * Support generating NaNs and infinitiesH. Peter Anvin2007-09-181-0/+30
| * Simple test for hexadecimal floating-point numbersH. Peter Anvin2007-09-181-0/+125
| * Unify all standard IEEE floating-point formats; add 128-bitH. Peter Anvin2007-09-181-0/+103
| * Actually generate SSE5 instructionsH. Peter Anvin2007-09-171-0/+16
* | test/Makefile: make a bit more usefulH. Peter Anvin2007-09-191-1/+22
|/
* test/r13.asm: test special-casing of rbp and r13 in 64-bit modeH. Peter Anvin2007-09-171-0/+13
* Simple performance benchmarks: label, macro and token lookupsH. Peter Anvin2007-09-133-0/+59
* Fix some MMX/SSE irregularities which interact with the 64-bit supportH. Peter Anvin2007-09-021-0/+36
* Simple 64-bit org testH. Peter Anvin2007-09-021-0/+15
* Use standard macro for the default directiveH. Peter Anvin2007-08-291-2/+2