Searched refs:ppc_vspltw (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ppc.c | 223 ppc_vspltw(gen->f, dst_vec, dst_vec, pos % 4); in load_constant_vec() 313 ppc_vspltw(gen->f, dst_vec, dst_vec, swizzle); in emit_fetch() 329 ppc_vspltw(gen->f, dst_vec, dst_vec, swizzle); in emit_fetch()
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_ppc.h | 232 ppc_vspltw(struct ppc_function *p, uint vD, uint vB, uint imm);
|
D | rtasm_ppc.c | 834 ppc_vspltw(struct ppc_function *p, uint vD, uint vB, uint imm) in ppc_vspltw() function
|