summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/assyntax.h
Commit message (Expand)AuthorAgeFilesLines
* fix bug 498555 - test for __GNUC__Brian Paul2002-01-041-2/+2
* Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes2000-10-231-1/+1
* Added SSE streaming store instructions, external symbol directives.Gareth Hughes2000-09-181-1/+15
* Added SSE prefetching instructions. General cleanups.Gareth Hughes2000-09-181-1342/+1349
* test for __bsdi__ for XFree86Brian Paul2000-09-061-1/+1
* moved #define of LLBL into assyntax.h fileBrian Paul2000-06-141-0/+8
* added CONCAT(x,y) macro in NASM/MASM sectionHolger Waechtler2000-04-061-0/+2
* simplification of GLNAME macro setup (David Dawes)Brian Paul2000-03-011-4/+1
* patched for NetBSD support (Allen Briggs)Brian Paul2000-02-271-2/+3
* added prefetchwHolger Waechtler2000-01-271-0/+1
* prevent spaces in fp register namesJosh Vanderhoof2000-01-231-1/+9
* no brackets for nasm indirect jumpsJosh Vanderhoof2000-01-231-2/+2
* fixed SSE bugsJosh Vanderhoof1999-11-131-17/+17
* . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1999-11-121-0/+8
* swap operand order for Intel style REGOFFJosh Vanderhoof1999-11-031-6/+6
* no underscore prefix for freebsd >= 3 (Simon Walton)Josh Vanderhoof1999-10-091-2/+4
* Initial revisionjtg1999-08-191-0/+1629