Lines Matching refs:vreinterpretq_u32_u8
76 return vreinterpretq_u32_u8(y8);
162 r0 = in0 = vreinterpretq_u32_u8(vld1q_u8(c));
163 r1 = in1 = vreinterpretq_u32_u8(vld1q_u8(k + 0));
164 r2 = in2 = vreinterpretq_u32_u8(vld1q_u8(k + 16));
165 r3 = in3 = vreinterpretq_u32_u8(vld1q_u8(in));
184 r0 = vreinterpretq_u32_u8(vld1q_u8(c));
185 r1 = vreinterpretq_u32_u8(vld1q_u8(k + 0));
186 r2 = vreinterpretq_u32_u8(vld1q_u8(k + 16));
187 r3 = vreinterpretq_u32_u8(vld1q_u8(in));
213 in0 = vreinterpretq_u32_u8(vld1q_u8(chacha_const32));
214 in1 = vreinterpretq_u32_u8(vld1q_u8(k + 0));
215 in2 = vreinterpretq_u32_u8(vld1q_u8(k + 16));
274 in0 = vreinterpretq_u32_u8(vld1q_u8(chacha_const32));
275 in1 = vreinterpretq_u32_u8(vld1q_u8(k + 0));
276 in2 = vreinterpretq_u32_u8(vld1q_u8(k + 16));
313 r0 ^= vreinterpretq_u32_u8(vld1q_u8(p + 0));
314 r1 ^= vreinterpretq_u32_u8(vld1q_u8(p + 16));
315 r2 ^= vreinterpretq_u32_u8(vld1q_u8(p + 32));
316 r3 ^= vreinterpretq_u32_u8(vld1q_u8(p + 48));