Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_net/
H A Dnet_crc_neon.c46 uint64x2_t tmp0 = vreinterpretq_u64_p128(vmull_p64( in crcr32_folding_round()
50 uint64x2_t tmp1 = vreinterpretq_u64_p128(vmull_p64( in crcr32_folding_round()
72 tmp0 = vreinterpretq_u64_p128(vmull_p64( in crcr32_reduce_128_to_64()
80 tmp1 = vreinterpretq_u64_p128(vmull_p64( in crcr32_reduce_128_to_64()
109 tmp1 = vreinterpretq_u64_p128(vmull_p64( in crcr32_reduce_64_to_32()
115 tmp2 = vreinterpretq_u64_p128(vmull_p64( in crcr32_reduce_64_to_32()
197 temp = vreinterpretq_u64_p128(vmull_p64( in crc32_eth_calc_pmull()
200 fold = vreinterpretq_u64_p128(vmull_p64( in crc32_eth_calc_pmull()
/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_vect.h97 vreinterpretq_u64_p128(poly128_t x) in vreinterpretq_u64_p128() function