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

  /external/flac/libFLAC/ppc/as/
lpc_asm.s 98 vsel v0,v1,v0,v2 ; v0: reversal permutation vector
347 vsel v0,v1,v0,v2 ; v0: reversal permutation vector
  /external/flac/libFLAC/ppc/gas/
lpc_asm.s 100 vsel v0,v1,v0,v2 # v0: reversal permutation vector
349 vsel v0,v1,v0,v2 # v0: reversal permutation vector
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_A.c 1011 vector unsigned char vsel; local
    [all...]
SDL_blit_N.c 625 vector unsigned char vsel; local
630 /* vsel is set for items that match the key */
631 vsel = (vector unsigned char)vec_and(vs, vrgbmask);
632 vsel = (vector unsigned char)vec_cmpeq(vs, vckey);
638 vd = (vector unsigned int)vec_sel((vector unsigned char)vs, (vector unsigned char)vd, vsel);
    [all...]

Completed in 1412 milliseconds