summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm/rtasm_ppc_spe.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-12 21:08:01 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-12 21:08:01 -0600
commit31a112cad4d2e515bc668b58abd4e402b4362c70 (patch)
treef953faee3ee5c98dc2e60642fda63e308e5949a5 /src/gallium/auxiliary/rtasm/rtasm_ppc_spe.h
parent5f3ec823385b34b8db6013fdf701c5522dc86524 (diff)
gallium: added spe_splat_word()
Diffstat (limited to 'src/gallium/auxiliary/rtasm/rtasm_ppc_spe.h')
-rw-r--r--src/gallium/auxiliary/rtasm/rtasm_ppc_spe.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/rtasm/rtasm_ppc_spe.h b/src/gallium/auxiliary/rtasm/rtasm_ppc_spe.h
index d95e5aace3..7a3ab9ace5 100644
--- a/src/gallium/auxiliary/rtasm/rtasm_ppc_spe.h
+++ b/src/gallium/auxiliary/rtasm/rtasm_ppc_spe.h
@@ -308,6 +308,10 @@ spe_move(struct spe_function *p, unsigned rT, unsigned rA);
extern void
spe_zero(struct spe_function *p, unsigned rT);
+/** rT = splat(rA, word) */
+extern void
+spe_splat_word(struct spe_function *p, unsigned rT, unsigned rA, int word);
+
/* Floating-point instructions
*/