HomeSort by relevance Sort by last modified time
    Searched full:dst_vec2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 346 int dst_vec2; local
350 dst_vec2 = ppc_allocate_vec_register(gen->f);
353 dst_vec2 = dst_vec;
359 ppc_vandc(gen->f, dst_vec2, dst_vec, bit31_vec);
363 ppc_vor(gen->f, dst_vec2, dst_vec, bit31_vec);
367 ppc_vxor(gen->f, dst_vec2, dst_vec, bit31_vec);
372 return dst_vec2;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 346 int dst_vec2; local
350 dst_vec2 = ppc_allocate_vec_register(gen->f);
353 dst_vec2 = dst_vec;
359 ppc_vandc(gen->f, dst_vec2, dst_vec, bit31_vec);
363 ppc_vor(gen->f, dst_vec2, dst_vec, bit31_vec);
367 ppc_vxor(gen->f, dst_vec2, dst_vec, bit31_vec);
372 return dst_vec2;
    [all...]

Completed in 57 milliseconds