diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/mesa/pipe/tgsi/exec/tgsi_sse2.c | 24 |
1 files changed, 0 insertions, 24 deletions
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, @@ -287,20 +277,6 @@ emit_coef_dady( } 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, unsigned xmm, |