Searched refs:vshift_bytes_left (Results 1 – 2 of 2) sorted by relevance
79 tmp2 = vshift_bytes_left(tmp0, 4); in crcr32_reduce_128_to_64()159 fold = vshift_bytes_left(fold, 8 - data_len); in crc32_eth_calc_pmull()162 fold = vshift_bytes_left(fold, 16 - data_len); in crc32_eth_calc_pmull()191 a = vshift_bytes_left(fold, 16 - rem); in crc32_eth_calc_pmull()193 mask = vshift_bytes_left(vdupq_n_u64(-1), 16 - rem); in crc32_eth_calc_pmull()
175 vshift_bytes_left(uint64x2_t reg, const unsigned int shift) in vshift_bytes_left() function