Home
last modified time | relevance | path

Searched refs:ppc_vspltw (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ppc.c223 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/
Drtasm_ppc.h232 ppc_vspltw(struct ppc_function *p, uint vD, uint vB, uint imm);
Drtasm_ppc.c834 ppc_vspltw(struct ppc_function *p, uint vD, uint vB, uint imm) in ppc_vspltw() function