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

  /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...]
  /external/qemu/
ppc-dis.c     [all...]

Completed in 37 milliseconds