Searched refs:ACL_TR_HILO (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/lib/librte_acl/ |
| H A D | acl_run_avx2.h | 126 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 D | acl_vect.h | 25 #define ACL_TR_HILO(P, TC, tr0, tr1, lo, hi) do { \ macro
|
| H A D | acl_run_sse.h | 158 ACL_TR_HILO(mm, __m128, *indices1, *indices2, tr_lo, tr_hi); in transition4()
|