Home | History | Annotate | Download | only in arm

Lines Matching defs:ctr

298 	uint32x4_t ctr;
305 ctr = vreinterpretq_u32_u8(vrev32q_u8(ctr_be));
309 ctr = vaddq_u32(ctr, ctr32_inc);
310 ctr_be = vrev32q_u8(vreinterpretq_u8_u32(ctr));
330 uint32x4_t ctr;
336 ctr = vreinterpretq_u32_u8(vrev32q_u8(ctr_be));
337 ctr = vaddq_u32(ctr, ctr32_inc);
338 ctr_be = vrev32q_u8(vreinterpretq_u8_u32(ctr));
351 ctr = vaddq_u32(ctr, ctr32_inc);
352 ctr_be = vrev32q_u8(vreinterpretq_u8_u32(ctr));