summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm/rtasm_x86sse.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-18rtasm: Cygwin uses the msabi calling convention on x86_64Jon TURNEY1-1/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2011-04-01translate: Respect translate_buffer::max_index.José Fonseca1-0/+1
2010-08-26rtasm: Include missing header in rtasm_x86sse.h.Vinson Lee1-0/+1
2010-08-16rtasm: add minimal x86-64 support and new instructions (v5)Luca Barbieri1-8/+93
2010-08-16translate: add support for 8/16-bit indicesLuca Barbieri1-0/+2
2010-05-13rtasm: fix void * / func * casting warningsBrian Paul1-1/+6
2010-03-25rtasm: Fix typos in comments.Vinson Lee1-3/+3
2009-12-30rtasm: Add x86_div().Michal Krol1-0/+1
2009-07-16rtasm: export sse_movmskpsKeith Whitwell1-0/+1
2008-10-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell1-0/+2
2008-10-03rtasm: add sse_movntpsKeith Whitwell1-0/+2
2008-10-02rtasm: add prefetch instructionsKeith Whitwell1-0/+5
2008-10-02rtasm: add prefetch instructionsKeith Whitwell1-0/+5
2008-09-29rtasm: Implement immediate group 1 instructions. Fix SIB emition.José Fonseca1-5/+6
2008-06-02rtasm: Use enum sse_cc in sse_cmpps.José Fonseca1-1/+1
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz1-3/+27
2008-05-28gallium: Windows CE portability fixes.José Fonseca1-1/+3
2008-05-24rtasm: add some helpers for calling out from generated codeKeith Whitwell1-0/+6
2008-05-23rtasm: add x87 instructions and debug-check for x87 stack usageKeith Whitwell1-2/+18
2008-05-23rtasm: export debug reg print functionKeith Whitwell1-0/+3
2008-05-23rtasm: remove unused struct memberKeith Whitwell1-1/+0
2008-05-01rtasm: fix labels after (not so) recent change to allow dynamic fn growthKeith Whitwell1-7/+7
2008-04-28gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.Michal Krol1-0/+2
2008-04-27rtasm: Implement x86_retw.José Fonseca1-0/+1
2008-04-21rtasm: propogate errors in x86 emitKeith Whitwell1-0/+1
2008-04-18rtasm: add x86_imulKeith Whitwell1-0/+1
2008-04-18rtasm: add a couple more insns, clean up x86_mulKeith Whitwell1-0/+2
2008-02-19Fix windows build.José Fonseca1-1/+1
2008-02-19Add copyright headers to all rtasm source files.José Fonseca1-3/+25
2008-02-19Rename rtasm files.José Fonseca1-0/+256