summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm/rtasm_cpu.c
AgeCommit message (Collapse)Author
2010-08-16rtasm: add minimal x86-64 support and new instructions (v5)Luca Barbieri
Changes in v5: - Add sse2_movdqa Changes in v4: - Use _WIN64 instead of WIN64 Changes in v3: - Add target and target caps functions, so that they could be different in principle from the current CPU and they don't need #ifs to check Changes in v2: - Win64 support (untested) - Use u_cpu_detect.h constants instead of #ifs This commit adds minimal x86-64 support: only movs between registers are supported for r8-r15, and x64_rexw() must be used to ask for 64-bit operations. It also adds several new instructions for the new translate_sse code. movdqa
2009-04-10rtasm: Silence `static function not used' warning.Michal Krol
2009-02-18util: Move p_debug.h into util module.José Fonseca
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible.
2008-05-28gallium: Windows CE portability fixes.José Fonseca
2008-04-21rtasm: quieten sse_enabled debugKeith Whitwell
2008-04-21gallium: Centralize SSE usage logic.José Fonseca
2008-04-19rtasm: include yet another i386 define varientKeith Whitwell
2008-02-19Add run-time cpu capabilities detection stubs.José Fonseca