HomeSort by relevance Sort by last modified time
    Searched refs:ppc_vexptefp (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 605 ppc_vexptefp(gen->f, v1, v0); /* v1 = 2^v0 */
817 ppc_vexptefp(f, vr, t_vec); /* vr = 2^t */
912 ppc_vexptefp(gen->f, dst_vec, tmp_vec); /* dst = 2 ^ tmp */
930 ppc_vexptefp(gen->f, dst_vec, src_vec); /* dst = 2 ^ src */
974 ppc_vexptefp(gen->f, tmp_vec, tmp_vec); /* tmp = 2 ^ tmp */
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_ppc.h 130 ppc_vexptefp(struct ppc_function *p, uint vD, uint vB);
rtasm_ppc.c 652 ppc_vexptefp(struct ppc_function *p, uint vD, uint vB) function

Completed in 67 milliseconds