24 typedef uint8_t
rte_v64u8_t __attribute__((vector_size(8), aligned(8)));
31 typedef uint16_t
rte_v64u16_t __attribute__((vector_size(8), aligned(8)));
38 typedef uint32_t
rte_v64u32_t __attribute__((vector_size(8), aligned(8)));
46 typedef uint8_t
rte_v128u8_t __attribute__((vector_size(16), aligned(16)));
53 typedef uint16_t
rte_v128u16_t __attribute__((vector_size(16), aligned(16)));
60 typedef uint32_t
rte_v128u32_t __attribute__((vector_size(16), aligned(16)));
67 typedef uint64_t
rte_v128u64_t __attribute__((vector_size(16), aligned(16)));
77 typedef uint8_t
rte_v256u8_t __attribute__((vector_size(32), aligned(32)));
85 typedef uint16_t
rte_v256u16_t __attribute__((vector_size(32), aligned(32)));
92 typedef uint32_t
rte_v256u32_t __attribute__((vector_size(32), aligned(32)));
99 typedef uint64_t
rte_v256u64_t __attribute__((vector_size(32), aligned(32)));
109 typedef int8_t
rte_v64s8_t __attribute__((vector_size(8), aligned(8)));
116 typedef int16_t
rte_v64s16_t __attribute__((vector_size(8), aligned(8)));
123 typedef int32_t
rte_v64s32_t __attribute__((vector_size(8), aligned(8)));
131 typedef int8_t
rte_v128s8_t __attribute__((vector_size(16), aligned(16)));
138 typedef int16_t
rte_v128s16_t __attribute__((vector_size(16), aligned(16)));
145 typedef int32_t
rte_v128s32_t __attribute__((vector_size(16), aligned(16)));
152 typedef int64_t
rte_v128s64_t __attribute__((vector_size(16), aligned(16)));
162 typedef int8_t
rte_v256s8_t __attribute__((vector_size(32), aligned(32)));
170 typedef int16_t
rte_v256s16_t __attribute__((vector_size(32), aligned(32)));
177 typedef int32_t
rte_v256s32_t __attribute__((vector_size(32), aligned(32)));
184 typedef int64_t
rte_v256s64_t __attribute__((vector_size(32), aligned(32)));