gallium: add missing prototypes
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 12 Nov 2008 18:09:12 +0000 (11:09 -0700)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 12 Nov 2008 18:09:12 +0000 (11:09 -0700)
src/gallium/auxiliary/rtasm/rtasm_ppc.h

index afb4704c398839b53fcf0da34c1adc7e894b3853..08212a2a2539e4473ed64c7327c2a6cf15b6abd2 100644 (file)
@@ -244,6 +244,9 @@ ppc_add(struct ppc_function *p, uint rt, uint ra, uint rb);
 extern void
 ppc_addi(struct ppc_function *p, uint rt, uint ra, int imm);
 
+extern void
+ppc_addis(struct ppc_function *p, uint rt, uint ra, int imm);
+
 extern void
 ppc_and(struct ppc_function *p, uint rt, uint ra, uint rb);
 
@@ -310,6 +313,9 @@ ppc_stfs(struct ppc_function *p, uint frs, uint ra, int offset);
 extern void
 ppc_stfiwx(struct ppc_function *p, uint frs, uint ra, uint rb);
 
+extern void
+ppc_lfs(struct ppc_function *p, uint frt, uint ra, int offset);
+
 
 
 /**