From c1b9f0eb7a4a0feb549218cdec3b7964d4c91bc9 Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Sun, 28 Oct 2007 17:53:02 +0000 Subject: Remove unused static functions. --- src/mesa/pipe/tgsi/exec/tgsi_sse2.c | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'src/mesa/pipe/tgsi/exec/tgsi_sse2.c') diff --git a/src/mesa/pipe/tgsi/exec/tgsi_sse2.c b/src/mesa/pipe/tgsi/exec/tgsi_sse2.c index b9a87fc6b8..46905236e2 100755 --- a/src/mesa/pipe/tgsi/exec/tgsi_sse2.c +++ b/src/mesa/pipe/tgsi/exec/tgsi_sse2.c @@ -129,16 +129,6 @@ get_coef( ((vec * 3 + member) * 4 + chan) * 4 ); } -static struct x86_reg -get_addr( - unsigned vec, - unsigned chan ) -{ - return get_temp( - vec + TGSI_EXEC_NUM_TEMPS, - chan ); -} - static void emit_const( struct x86_function *func, @@ -286,20 +276,6 @@ emit_coef_dady( 2 ); } -static void -emit_addrf( - struct x86_function *func, - unsigned xmm, - unsigned vec, - unsigned chan ) -{ - emit_tempf( - func, - xmm, - vec + TGSI_EXEC_NUM_TEMPS, - chan ); -} - static void emit_addrs( struct x86_function *func, -- cgit v1.2.3