Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp12695 uint16x8_t secondin = vld1q_u16(reinterpret_cast<const uint16_t*>(buf) + simd16<uint16_t>::SIZE / sizeof(char16_t)); in arm_detect_encodings() local
12700 const auto u1 = simd16<uint16_t>(secondin); in arm_detect_encodings()
12802 const uint32x4_t secondin32 = vreinterpretq_u32_u16(secondin); in arm_detect_encodings()
12837 currentmax = vmaxq_u32(vreinterpretq_u32_u16(secondin),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 41 milliseconds