Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_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)];
/f-stack/dpdk/lib/librte_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)];
/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_vect.h21 #define XMM_SIZE (sizeof(xmm_t)) macro
22 #define XMM_MASK (XMM_SIZE - 1)
26 uint8_t u8[XMM_SIZE / sizeof(uint8_t)];
27 uint16_t u16[XMM_SIZE / sizeof(uint16_t)];
28 uint32_t u32[XMM_SIZE / sizeof(uint32_t)];
29 uint64_t u64[XMM_SIZE / sizeof(uint64_t)];
30 double pd[XMM_SIZE / sizeof(double)];
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/ia32/sys/
H A Dasm_linkage.h108 #define XMM_SIZE 16 macro
114 subq $_CONST(_MUL(XMM_SIZE, nreg)), %rsp; \
118 addq $_CONST(_MUL(XMM_SIZE, nreg)), %rsp
123 subl $_CONST(_MUL(XMM_SIZE, nreg) + XMM_ALIGN), %esp; \
129 addl $_CONST(_MUL(XMM_SIZE, nreg) + XMM_ALIGN), %esp;
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/ia32/
H A Dasm_linkage.h111 #define XMM_SIZE 16 macro
117 subq $_CONST(_MUL(XMM_SIZE, nreg)), %rsp; \
121 addq $_CONST(_MUL(XMM_SIZE, nreg)), %rsp
126 subl $_CONST(_MUL(XMM_SIZE, nreg) + XMM_ALIGN), %esp; \
132 addl $_CONST(_MUL(XMM_SIZE, nreg) + XMM_ALIGN), %esp;
/f-stack/dpdk/lib/librte_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()
/f-stack/dpdk/lib/librte_hash/
H A Drte_thash.h110 } __rte_aligned(XMM_SIZE);