Home
last modified time | relevance | path

Searched refs:ACL_TR_HILO (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_acl/
H A Dacl_run_avx2.h126 ACL_TR_HILO(mm256, __m256, t0, t1, lo, hi); in acl_process_matches_avx2x8()
184 ACL_TR_HILO(mm256, __m256, t0, t1, tr_lo[0], tr_hi[0]); in search_avx2x16()
191 ACL_TR_HILO(mm256, __m256, t0, t1, tr_lo[1], tr_hi[1]); in search_avx2x16()
H A Dacl_vect.h25 #define ACL_TR_HILO(P, TC, tr0, tr1, lo, hi) do { \ macro
H A Dacl_run_sse.h158 ACL_TR_HILO(mm, __m128, *indices1, *indices2, tr_lo, tr_hi); in transition4()