Searched refs:Int16x8 (Results 1 – 5 of 5) sorted by relevance
/external/gemmlowp/internal/ |
D | simd_wrappers_msa.h | 25 using Int16x8 = v8i16; variable 37 typename std::conditional<ScalarCount >= 8, Int16x8, std::int16_t>::type; 64 inline Int16x8 LoadInt16x8(const std::int16_t* src) { 68 inline Int16x8 LoadInt16x8(const Int16x8* src) { 69 return __builtin_msa_ld_h(const_cast<Int16x8*>(src), 0); 72 inline void StoreInt16x8(std::int16_t* dst, Int16x8 value) { 76 inline void StoreInt16x8(Int16x8* dst, Int16x8 value) {
|
D | simd_wrappers_sse.h | 25 using Int16x8 = __m128i; variable 37 typename std::conditional<ScalarCount >= 8, Int16x8, std::int16_t>::type; 53 return _mm_loadu_si128(reinterpret_cast<const Int16x8*>(src)); 60 inline void StoreInt16x8(std::int16_t* dst, Int16x8 value) {
|
D | simd_wrappers_neon.h | 26 using Int16x8 = int16x8_t; variable 38 ScalarCount >= 8, Int16x8, 53 inline Int16x8 LoadInt16x8(const std::int16_t* src) { return vld1q_s16(src); } 63 inline void StoreInt16x8(std::int16_t* dst, Int16x8 value) {
|
/external/v8/src/compiler/ |
D | machine-operator.cc | 416 V(Int16x8, 8) \
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 2187 V(Int16x8) \
|