Home
last modified time | relevance | path

Searched refs:index_mask (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_acl/
H A Dacl_vect.h45 addr, index_mask, next_input, shuffle_input, \ argument
51 t = _##P##_xor_si##S(index_mask, index_mask); \
55 node_type = _##P##_andnot_si##S(index_mask, tr_lo); \
56 addr = _##P##_and_si##S(index_mask, tr_lo); \
H A Dacl_run_altivec.h112 xmm_t *index_mask, *tp; in transition4() local
127 index_mask = (xmm_t *)&altivec_acl_const.xmm_index_mask.u32; in transition4()
128 t = vec_xor(*index_mask, *index_mask); in transition4()
133 node_type = vec_and(vec_nor(*index_mask, *index_mask), tr_lo); in transition4()
134 addr = vec_and(tr_lo, *index_mask); in transition4()
H A Dacl_run_avx512_common.h26 _F_(calc_addr)(_T_simd index_mask, _T_simd next_input, _T_simd shuffle_input, in _F_()
34 t = _M_SI_(xor)(index_mask, index_mask); in _F_()
38 node_type = _M_SI_(andnot)(index_mask, tr_lo); in _F_()
39 addr = _M_SI_(and)(index_mask, tr_lo); in _F_()
83 addr = _F_(calc_addr)(_SV_(index_mask), next_input, _SV_(shuffle_input), in _F_()
242 res = _M_SI_(and)(tr_lo[0], _SV_(index_mask)); in _F_()
H A Dacl_run_avx512x8.h68 static const rte_ymm_t _SC_(index_mask) = {
H A Dacl_run_avx512x16.h76 static const __rte_x86_zmm_t _SC_(index_mask) = {