/external/clang/test/CodeGen/ |
builtins-ppc-altivec.c | [all...] |
/external/valgrind/main/none/tests/ppc32/ |
testVMX.stdout.exp | 462 Function vec_any_eq [type char] ===> OK 463 Function vec_any_eq [type unsigned char] ===> OK 464 Function vec_any_eq [type short] ===> OK 465 Function vec_any_eq [type unsigned short] ===> OK 466 Function vec_any_eq [type int] ===> OK 467 Function vec_any_eq [type unsigned int] ===> OK
|
testVMX.c | [all...] |
/external/clang/lib/Headers/ |
altivec.h | 10875 vec_any_eq(vector signed char __a, vector signed char __b) function 10882 vec_any_eq(vector signed char __a, vector bool char __b) function 10889 vec_any_eq(vector unsigned char __a, vector unsigned char __b) function 10896 vec_any_eq(vector unsigned char __a, vector bool char __b) function 10903 vec_any_eq(vector bool char __a, vector signed char __b) function 10910 vec_any_eq(vector bool char __a, vector unsigned char __b) function 10917 vec_any_eq(vector bool char __a, vector bool char __b) function 10924 vec_any_eq(vector short __a, vector short __b) function 10930 vec_any_eq(vector short __a, vector bool short __b) function 10936 vec_any_eq(vector unsigned short __a, vector unsigned short __b) function 10944 vec_any_eq(vector unsigned short __a, vector bool short __b) function 10952 vec_any_eq(vector bool short __a, vector short __b) function 10960 vec_any_eq(vector bool short __a, vector unsigned short __b) function 10968 vec_any_eq(vector bool short __a, vector bool short __b) function 10976 vec_any_eq(vector pixel __a, vector pixel __b) function 10984 vec_any_eq(vector int __a, vector int __b) function 10990 vec_any_eq(vector int __a, vector bool int __b) function 10996 vec_any_eq(vector unsigned int __a, vector unsigned int __b) function 11003 vec_any_eq(vector unsigned int __a, vector bool int __b) function 11010 vec_any_eq(vector bool int __a, vector int __b) function 11017 vec_any_eq(vector bool int __a, vector unsigned int __b) function 11024 vec_any_eq(vector bool int __a, vector bool int __b) function 11031 vec_any_eq(vector float __a, vector float __b) function [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
altivec.h | 10875 vec_any_eq(vector signed char __a, vector signed char __b) function 10882 vec_any_eq(vector signed char __a, vector bool char __b) function 10889 vec_any_eq(vector unsigned char __a, vector unsigned char __b) function 10896 vec_any_eq(vector unsigned char __a, vector bool char __b) function 10903 vec_any_eq(vector bool char __a, vector signed char __b) function 10910 vec_any_eq(vector bool char __a, vector unsigned char __b) function 10917 vec_any_eq(vector bool char __a, vector bool char __b) function 10924 vec_any_eq(vector short __a, vector short __b) function 10930 vec_any_eq(vector short __a, vector bool short __b) function 10936 vec_any_eq(vector unsigned short __a, vector unsigned short __b) function 10944 vec_any_eq(vector unsigned short __a, vector bool short __b) function 10952 vec_any_eq(vector bool short __a, vector short __b) function 10960 vec_any_eq(vector bool short __a, vector unsigned short __b) function 10968 vec_any_eq(vector bool short __a, vector bool short __b) function 10976 vec_any_eq(vector pixel __a, vector pixel __b) function 10984 vec_any_eq(vector int __a, vector int __b) function 10990 vec_any_eq(vector int __a, vector bool int __b) function 10996 vec_any_eq(vector unsigned int __a, vector unsigned int __b) function 11003 vec_any_eq(vector unsigned int __a, vector bool int __b) function 11010 vec_any_eq(vector bool int __a, vector int __b) function 11017 vec_any_eq(vector bool int __a, vector unsigned int __b) function 11024 vec_any_eq(vector bool int __a, vector bool int __b) function 11031 vec_any_eq(vector float __a, vector float __b) function [all...] |
/external/clang/lib/Lex/ |
Lexer.cpp | [all...] |