HomeSort by: relevance | last modified time | path
    Searched defs:v2i64 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/
msa.h 26 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); typedef
  /src/external/gpl3/gcc/dist/gcc/config/mips/
msa.h 43 typedef long long v2i64 __attribute__ ((vector_size(16), aligned(16))); typedef
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
msa.h 43 typedef long long v2i64 __attribute__ ((vector_size(16), aligned(16))); typedef
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
lsxintrin.h 42 typedef long long v2i64 __attribute__ ((vector_size(16), aligned(16))); typedef
84 return (__m128i)__builtin_lsx_vsll_d ((v2i64)_1, (v2i64)_2);
105 ((__m128i)__builtin_lsx_vslli_d ((v2i64)(_1), (_2)))
136 return (__m128i)__builtin_lsx_vsra_d ((v2i64)_1, (v2i64)_2);
157 ((__m128i)__builtin_lsx_vsrai_d ((v2i64)(_1), (_2)))
188 return (__m128i)__builtin_lsx_vsrar_d ((v2i64)_1, (v2i64)_2);
209 ((__m128i)__builtin_lsx_vsrari_d ((v2i64)(_1), (_2))
    [all...]

Completed in 20 milliseconds