/external/clang/test/CodeGen/ |
builtins-ppc-altivec.c | [all...] |
/external/valgrind/main/none/tests/ppc32/ |
testVMX.stdout.exp | 254 Function vec_sel [type char] ===> OK 255 Function vec_sel [type unsigned char] ===> OK 256 Function vec_sel [type short] ===> OK 257 Function vec_sel [type unsigned short] ===> OK 258 Function vec_sel [type integer] ===> OK 259 Function vec_sel [type unsigned int] ===> OK
|
testVMX.c | [all...] |
/external/clang/lib/Headers/ |
altivec.h | 4579 vec_sel(vector signed char __a, vector signed char __b, vector unsigned char __c) function 4585 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) function 4591 vec_sel(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) function 4597 vec_sel(vector unsigned char __a, vector unsigned char __b, vector bool char __c) function 4603 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) function 4609 vec_sel(vector bool char __a, vector bool char __b, vector bool char __c) function 4615 vec_sel(vector short __a, vector short __b, vector unsigned short __c) function 4621 vec_sel(vector short __a, vector short __b, vector bool short __c) function 4627 vec_sel(vector unsigned short __a, function 4635 vec_sel(vector unsigned short __a, vector unsigned short __b, vector bool short __c) function 4641 vec_sel(vector bool short __a, vector bool short __b, vector unsigned short __c) function 4647 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) function 4653 vec_sel(vector int __a, vector int __b, vector unsigned int __c) function 4659 vec_sel(vector int __a, vector int __b, vector bool int __c) function 4665 vec_sel(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) function 4671 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) function 4677 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) function 4683 vec_sel(vector bool int __a, vector bool int __b, vector bool int __c) function 4689 vec_sel(vector float __a, vector float __b, vector unsigned int __c) function 4697 vec_sel(vector float __a, vector float __b, vector bool int __c) function [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
altivec.h | 4579 vec_sel(vector signed char __a, vector signed char __b, vector unsigned char __c) function 4585 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) function 4591 vec_sel(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) function 4597 vec_sel(vector unsigned char __a, vector unsigned char __b, vector bool char __c) function 4603 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) function 4609 vec_sel(vector bool char __a, vector bool char __b, vector bool char __c) function 4615 vec_sel(vector short __a, vector short __b, vector unsigned short __c) function 4621 vec_sel(vector short __a, vector short __b, vector bool short __c) function 4627 vec_sel(vector unsigned short __a, function 4635 vec_sel(vector unsigned short __a, vector unsigned short __b, vector bool short __c) function 4641 vec_sel(vector bool short __a, vector bool short __b, vector unsigned short __c) function 4647 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) function 4653 vec_sel(vector int __a, vector int __b, vector unsigned int __c) function 4659 vec_sel(vector int __a, vector int __b, vector bool int __c) function 4665 vec_sel(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) function 4671 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) function 4677 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) function 4683 vec_sel(vector bool int __a, vector bool int __b, vector bool int __c) function 4689 vec_sel(vector float __a, vector float __b, vector unsigned int __c) function 4697 vec_sel(vector float __a, vector float __b, vector bool int __c) function [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_blit_A.c | [all...] |
SDL_blit_N.c | 638 vd = (vector unsigned int)vec_sel((vector unsigned char)vs, (vector unsigned char)vd, vsel); [all...] |