Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ppc.c221 ppc_lvewx(gen->f, dst_vec, gen->builtins_reg, offset_reg); in load_constant_vec()
311 ppc_lvewx(gen->f, dst_vec, gen->immed_reg, offset_reg); in emit_fetch()
327 ppc_lvewx(gen->f, dst_vec, gen->const_reg, offset_reg); in emit_fetch()
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_ppc.h171 ppc_lvewx(struct ppc_function *p, uint vR, uint vA, uint vB);
Drtasm_ppc.c722 ppc_lvewx(struct ppc_function *p, uint vR, uint rA, uint rB) in ppc_lvewx() function