gallium: added ppc_vload_float(), for limited cases
[mesa.git] / src / gallium / auxiliary / rtasm / rtasm_ppc.h
index 85679b4886192cdbe5084fac9a286dc499ae1fab..9f1e3fcd845496e9df40832da043941864068bf5 100644 (file)
@@ -158,6 +158,10 @@ ppc_lvx(struct ppc_function *p, uint vR, uint vA, uint vB);
 extern void
 ppc_lvewx(struct ppc_function *p, uint vR, uint vA, uint vB);
 
+/** vector load float: vr = splats(imm) */
+extern void
+ppc_vload_float(struct ppc_function *p, uint vr, float imm);
+
 
 
 /**