summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm/rtasm_ppc.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-10-22 17:17:11 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-22 17:17:11 -0600
commit3026616c48487a7561d8545c08950539f0ad51d1 (patch)
tree1517a76c5d77cdd6c11b254d08e6d7c1aa0cf87f /src/gallium/auxiliary/rtasm/rtasm_ppc.h
parentae81aeb12868db219cbdc02437c481714cfed3f5 (diff)
gallium: added ppc_vzero()
Diffstat (limited to 'src/gallium/auxiliary/rtasm/rtasm_ppc.h')
-rw-r--r--src/gallium/auxiliary/rtasm/rtasm_ppc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/rtasm/rtasm_ppc.h b/src/gallium/auxiliary/rtasm/rtasm_ppc.h
index 9f1e3fcd84..f194d3be13 100644
--- a/src/gallium/auxiliary/rtasm/rtasm_ppc.h
+++ b/src/gallium/auxiliary/rtasm/rtasm_ppc.h
@@ -193,6 +193,11 @@ ppc_vxor(struct ppc_function *p, uint vD, uint vA, uint vB);
extern void
ppc_vecmove(struct ppc_function *p, uint vD, uint vA);
+/** Set vector register to {0,0,0,0} */
+extern void
+ppc_vzero(struct ppc_function *p, uint vr);
+
+
/**
** Vector shuffle / select / splat / etc