Home
last modified time | relevance | path

Searched refs:thirdin (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp12696 uint16x8_t thirdin = vld1q_u16(reinterpret_cast<const uint16_t*>(buf) + 2*simd16<uint16_t>::SIZE / sizeof(char16_t)); in arm_detect_encodings() local
12701 const auto u2 = simd16<uint16_t>(thirdin); in arm_detect_encodings()
12803 const uint32x4_t thirdin32 = vreinterpretq_u32_u16(thirdin); in arm_detect_encodings()
12838 currentmax = vmaxq_u32(vreinterpretq_u32_u16(thirdin),currentmax); in arm_detect_encodings()
12843 simd::simd8x64<uint8_t> in8(vreinterpretq_u8_u16(in), vreinterpretq_u8_u16(secondin), vreinterpretq_u8_u16(thirdin), vreinterpretq_u8_u16(fourthin)); in arm_detect_encodings()
[all...]

Completed in 33 milliseconds