Searched refs:v0 (Results 1 – 11 of 11) sorted by relevance
| /dpdk/lib/eal/arm/include/ |
| H A D | rte_vect.h | 135 case 0: return vextq_u8(v0, v1, 0); in vextract() 136 case 1: return vextq_u8(v0, v1, 1); in vextract() 137 case 2: return vextq_u8(v0, v1, 2); in vextract() 138 case 3: return vextq_u8(v0, v1, 3); in vextract() 139 case 4: return vextq_u8(v0, v1, 4); in vextract() 140 case 5: return vextq_u8(v0, v1, 5); in vextract() 141 case 6: return vextq_u8(v0, v1, 6); in vextract() 142 case 7: return vextq_u8(v0, v1, 7); in vextract() 143 case 8: return vextq_u8(v0, v1, 8); in vextract() 144 case 9: return vextq_u8(v0, v1, 9); in vextract() [all …]
|
| /dpdk/app/test-pmd/ |
| H A D | macswap_neon.h | 24 uint8x16_t v0, v1, v2, v3; in do_macswap() local 60 v0 = vld1q_u8((uint8_t const *)eth_hdr[0]); in do_macswap() 65 v0 = vqtbl1q_u8(v0, idx_map); in do_macswap() 70 vst1q_u8((uint8_t *)eth_hdr[0], v0); in do_macswap() 89 v0 = vld1q_u8((uint8_t const *)eth_hdr[0]); in do_macswap() 90 v0 = vqtbl1q_u8(v0, idx_map); in do_macswap() 91 vst1q_u8((uint8_t *)eth_hdr[0], v0); in do_macswap()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_reciprocal.h | 62 uint64_t u0, u1, v0, v1, k, t; in mullhi_u64() 67 v1 = y >> 32; v0 = y & 0xFFFFFFFF; in mullhi_u64() 69 t = u0*v0; in mullhi_u64() 72 t = u1*v0 + k; in mullhi_u64()
|
| /dpdk/drivers/net/af_xdp/ |
| H A D | meson.build | 36 # which is only available in versions <= v0.6.0. 48 reason = 'missing dependency, "libxdp" or "libbpf <= v0.6.0"'
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | chacha20_poly1305.rst | 38 require a minimum NASM version (e.g. v0.54 requires at least NASM 2.14). 53 Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53.
|
| H A D | zuc.rst | 50 require a minimum NASM version (e.g. v0.54 requires at least NASM 2.14). 65 Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53.
|
| H A D | snow3g.rst | 50 require a minimum NASM version (e.g. v0.54 requires at least NASM 2.14). 65 Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53.
|
| H A D | aesni_gcm.rst | 52 require a minimum NASM version (e.g. v0.54 requires at least NASM 2.14). 67 Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53.
|
| H A D | aesni_mb.rst | 98 require a minimum NASM version (e.g. v0.54 requires at least NASM 2.14). 113 Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53.
|
| H A D | kasumi.rst | 51 require a minimum NASM version (e.g. v0.54 requires at least NASM 2.14). 66 Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53.
|
| /dpdk/doc/guides/nics/ |
| H A D | af_xdp.rst | 46 * Both libxdp >=v1.2.2 and libbpf libraries installed, or, libbpf <=v0.6.0 54 v0.2.0 or later.
|