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