Home
last modified time | relevance | path

Searched refs:XMM_SIZE (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/eal/ppc/include/
H A Drte_vect.h22 #define XMM_SIZE (sizeof(xmm_t)) macro
23 #define XMM_MASK (XMM_SIZE - 1)
27 uint8_t u8[XMM_SIZE / sizeof(uint8_t)];
28 uint16_t u16[XMM_SIZE / sizeof(uint16_t)];
29 uint32_t u32[XMM_SIZE / sizeof(uint32_t)];
30 uint64_t u64[XMM_SIZE / sizeof(uint64_t)];
31 double pd[XMM_SIZE / sizeof(double)];
/dpdk/lib/eal/x86/include/
H A Drte_vect.h43 #define XMM_SIZE (sizeof(xmm_t)) macro
44 #define XMM_MASK (XMM_SIZE - 1)
48 uint8_t u8[XMM_SIZE / sizeof(uint8_t)];
49 uint16_t u16[XMM_SIZE / sizeof(uint16_t)];
50 uint32_t u32[XMM_SIZE / sizeof(uint32_t)];
51 uint64_t u64[XMM_SIZE / sizeof(uint64_t)];
52 double pd[XMM_SIZE / sizeof(double)];
/dpdk/lib/eal/arm/include/
H A Drte_vect.h24 #define XMM_SIZE (sizeof(xmm_t)) macro
25 #define XMM_MASK (XMM_SIZE - 1)
29 uint8_t u8[XMM_SIZE / sizeof(uint8_t)];
30 uint16_t u16[XMM_SIZE / sizeof(uint16_t)];
31 uint32_t u32[XMM_SIZE / sizeof(uint32_t)];
32 uint64_t u64[XMM_SIZE / sizeof(uint64_t)];
33 double pd[XMM_SIZE / sizeof(double)];
/dpdk/lib/acl/
H A Drte_acl.h22 #define RTE_ACL_RESULTS_MULTIPLIER (XMM_SIZE / sizeof(uint32_t))
H A Dacl_run.h63 } __rte_aligned(XMM_SIZE);
H A Dacl_gen.c440 (XMM_SIZE / sizeof(uint64_t))); in acl_calc_counts_indices()
470 XMM_SIZE; in rte_acl_gen()
/dpdk/lib/hash/
H A Drte_thash.h107 } __rte_aligned(XMM_SIZE);