OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:v2u64
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
builtins-mips-msa.c
12
typedef unsigned long long
v2u64
__attribute__ ((vector_size(16)));
typedef
40
v2u64
v2u64_a = (
v2u64
) {0, 1};
41
v2u64
v2u64_b = (
v2u64
) {1, 2};
42
v2u64
v2u64_r;
[
all
...]
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
msa.h
45
typedef unsigned long long
v2u64
__attribute__((vector_size(16), aligned(16)));
typedef
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
msa.h
45
typedef unsigned long long
v2u64
__attribute__((vector_size(16), aligned(16)));
typedef
Completed in 478 milliseconds