Lines Matching defs:int8x16_t
453 int8x16_t value;
515 simdutf_really_inline simd8(const int8x16_t _value) : value{_value} {}
516 simdutf_really_inline operator const int8x16_t&() const { return this->value; }
520 simdutf_really_inline operator int8x16_t&() { return this->value; }
541 ) : simd8(int8x16_t{
561 // Under Visual Studio/ARM64 uint8x16_t and int8x16_t are apparently the same type.