summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/rtasm/rtasm_ppc.c
Commit message (Expand)AuthorAgeFilesLines
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* gallium: added comment/annotation support to PPC rtasmBrian Paul2009-01-101-62/+180
* rtasm: Remove spurious semi-colons after function bodies.José Fonseca2008-12-301-5/+5
* rtasm: Use INLINE keyword. Compile for all platforms, not only GALLIUM_CELL.Michal Krol2008-11-121-9/+5
* rtasm: Compile only for GALLIUM_CELL.Michal Krol2008-11-121-0/+4
* gallium: no longer pass max_inst to ppc_init_func()Brian Paul2008-10-291-1/+1
* gallium: use execmem for PPC code, grow instruction buffer as neededBrian Paul2008-10-291-21/+49
* gallium: added ppc_vnmsubfp()Brian Paul2008-10-291-0/+7
* gallium: remove ppc_vload_float(), rename ppc_vecmove() -> ppc_vmove().Brian Paul2008-10-221-18/+1
* gallium: added ppc_vzero()Brian Paul2008-10-221-0/+8
* gallium: added ppc_vload_float(), for limited casesBrian Paul2008-10-221-0/+18
* gallium: fix-up confusing register allocation masks in rtasm_ppc.cBrian Paul2008-10-221-21/+35
* gallium: added ppc_lvewx()Brian Paul2008-10-221-0/+7
* cell: implement many more PPC instructions for code genBrian Paul2008-10-221-37/+566
* gallium: initial PPC/Altivec codegenBrian Paul2008-09-121-0/+365