From: Brian Paul Date: Wed, 12 Nov 2008 18:09:12 +0000 (-0700) Subject: gallium: add missing prototypes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b44ec717c831bb2e3363ee79ae1faca7e0665bea;p=mesa.git gallium: add missing prototypes --- diff --git a/src/gallium/auxiliary/rtasm/rtasm_ppc.h b/src/gallium/auxiliary/rtasm/rtasm_ppc.h index afb4704c398..08212a2a253 100644 --- a/src/gallium/auxiliary/rtasm/rtasm_ppc.h +++ b/src/gallium/auxiliary/rtasm/rtasm_ppc.h @@ -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); + /**