Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ppc.c735 ppc_vcmpgtfpx(gen->f, v2, v1, v0); /* v2 = v1 > v0 ? ~0 : 0 */ in emit_inequality()
742 ppc_vcmpgtfpx(gen->f, v2, v0, v1); /* v2 = v0 > v1 ? ~0 : 0 */ in emit_inequality()
874 ppc_vcmpgtfpx(gen->f, pos_vec, x_vec, zero_vec); /* pos = x > 0 */ in emit_lit()
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_ppc.h118 ppc_vcmpgtfpx(struct ppc_function *p, uint vD, uint vA, uint vB);
Drtasm_ppc.c631 ppc_vcmpgtfpx(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vcmpgtfpx() function