OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v4sf
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/CodeGen/
ppc64-struct-onevect.c
4
typedef float
v4sf
__attribute__ ((vector_size (16)));
typedef
6
struct s {
v4sf
v; };
8
v4sf
foo (struct s a) {
mips-vector-arg.c
8
typedef float
v4sf
__attribute__ ((__vector_size__ (16)));
typedef
15
extern test_v4sf_2(
v4sf
, int,
v4sf
);
16
void test_v4sf(
v4sf
a1, int a2,
v4sf
a3) {
mips-vector-return.c
7
typedef float
v4sf
__attribute__ ((__vector_size__ (16)));
typedef
13
v4sf
test_v4sf(float a) {
14
return (
v4sf
){0.0f, a, 0.0f, 0.0f};
/external/clang/test/CodeGenCXX/
2007-05-03-VectorInit.cpp
4
typedef float
v4sf
__attribute__((vector_size(16)));
typedef
6
typedef
v4sf
float4;
/external/clang/test/Sema/
expr-address-of.c
29
typedef float
v4sf
__attribute__ ((vector_size (16)));
typedef
30
static
v4sf
q;
Completed in 76 milliseconds