52 typedef uint8_t
rte_v64u8_t __attribute__((vector_size(8), aligned(8)));
59 typedef uint16_t
rte_v64u16_t __attribute__((vector_size(8), aligned(8)));
66 typedef uint32_t
rte_v64u32_t __attribute__((vector_size(8), aligned(8)));
74 typedef uint8_t
rte_v128u8_t __attribute__((vector_size(16), aligned(16)));
81 typedef uint16_t
rte_v128u16_t __attribute__((vector_size(16), aligned(16)));
88 typedef uint32_t
rte_v128u32_t __attribute__((vector_size(16), aligned(16)));
95 typedef uint64_t
rte_v128u64_t __attribute__((vector_size(16), aligned(16)));
105 typedef uint8_t
rte_v256u8_t __attribute__((vector_size(32), aligned(32)));
113 typedef uint16_t
rte_v256u16_t __attribute__((vector_size(32), aligned(32)));
120 typedef uint32_t
rte_v256u32_t __attribute__((vector_size(32), aligned(32)));
127 typedef uint64_t
rte_v256u64_t __attribute__((vector_size(32), aligned(32)));
137 typedef int8_t
rte_v64s8_t __attribute__((vector_size(8), aligned(8)));
144 typedef int16_t
rte_v64s16_t __attribute__((vector_size(8), aligned(8)));
151 typedef int32_t
rte_v64s32_t __attribute__((vector_size(8), aligned(8)));
159 typedef int8_t
rte_v128s8_t __attribute__((vector_size(16), aligned(16)));
166 typedef int16_t
rte_v128s16_t __attribute__((vector_size(16), aligned(16)));
173 typedef int32_t
rte_v128s32_t __attribute__((vector_size(16), aligned(16)));
180 typedef int64_t
rte_v128s64_t __attribute__((vector_size(16), aligned(16)));
190 typedef int8_t
rte_v256s8_t __attribute__((vector_size(32), aligned(32)));
198 typedef int16_t
rte_v256s16_t __attribute__((vector_size(32), aligned(32)));
205 typedef int32_t
rte_v256s32_t __attribute__((vector_size(32), aligned(32)));
212 typedef int64_t
rte_v256s64_t __attribute__((vector_size(32), aligned(32)));