HomeSort by relevance Sort by last modified time
    Searched defs:v2u64 (Results 1 - 13 of 13) 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/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
msa.h 42 typedef unsigned long long v2u64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
msa.h 42 typedef unsigned long long v2u64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
msa.h 42 typedef unsigned long long v2u64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
msa.h 42 typedef unsigned long long v2u64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
msa.h 42 typedef unsigned long long v2u64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
msa.h 42 typedef unsigned long long v2u64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
msa.h 42 typedef unsigned long long v2u64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
msa.h 42 typedef unsigned long long v2u64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
msa.h 42 typedef unsigned long long v2u64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
msa.h 42 typedef unsigned long long v2u64 __attribute__((vector_size(16), aligned(16))); typedef
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
msa.h 45 typedef unsigned long long v2u64 __attribute__((vector_size(16), aligned(16))); typedef
96 extern v2u64 __builtin_msa_bclr_d(v2u64, v2u64);
100 extern v2u64 __builtin_msa_bclri_d(v2u64, unsigned char);
104 extern v2u64 __builtin_msa_bset_d(v2u64, v2u64);
108 extern v2u64 __builtin_msa_bseti_d(v2u64, unsigned char)
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
msa.h 45 typedef unsigned long long v2u64 __attribute__((vector_size(16), aligned(16))); typedef
96 extern v2u64 __builtin_msa_bclr_d(v2u64, v2u64);
100 extern v2u64 __builtin_msa_bclri_d(v2u64, unsigned char);
104 extern v2u64 __builtin_msa_bset_d(v2u64, v2u64);
108 extern v2u64 __builtin_msa_bseti_d(v2u64, unsigned char)
    [all...]

Completed in 1286 milliseconds