OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vsel
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c
1012
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/
mips-dis.c
238
/* Values in the '
VSEL
' field. */
3892
unsigned int
vsel
= (l >> OP_SH_VSEL) & OP_MASK_VSEL;
local
[
all
...]
Completed in 53 milliseconds