mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 22:20:27 +01:00
gallium: add missing prototypes
This commit is contained in:
parent
1cd15f0370
commit
b44ec717c8
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue