Searched refs:ppc_vcmpgtfpx (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ppc.c | 735 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/ |
D | rtasm_ppc.h | 118 ppc_vcmpgtfpx(struct ppc_function *p, uint vD, uint vA, uint vB);
|
D | rtasm_ppc.c | 631 ppc_vcmpgtfpx(struct ppc_function *p, uint vD, uint vA, uint vB) in ppc_vcmpgtfpx() function
|