Home
last modified time | relevance | path

Searched refs:vshift_bytes_left (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/net/
H A Dnet_crc_neon.c79 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()
/dpdk/lib/eal/arm/include/
H A Drte_vect.h175 vshift_bytes_left(uint64x2_t reg, const unsigned int shift) in vshift_bytes_left() function