Home
last modified time | relevance | path

Searched refs:indices1 (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_acl/
H A Dacl_run_sse.h152 xmm_t *indices1, xmm_t *indices2) in transition4() argument
203 xmm_t indices1, indices2, indices3, indices4; in search_sse_8() local
228 &indices1, &indices2, xmm_match_mask.x); in search_sse_8()
250 &indices1, &indices2); in search_sse_8()
255 &indices1, &indices2); in search_sse_8()
260 &indices1, &indices2); in search_sse_8()
265 &indices1, &indices2); in search_sse_8()
271 &indices1, &indices2, xmm_match_mask.x); in search_sse_8()
291 xmm_t input, indices1, indices2; in search_sse_4() local
306 &indices1, &indices2, xmm_match_mask.x); in search_sse_4()
[all …]
H A Dacl_run_altivec.h107 xmm_t *indices1, xmm_t *indices2) in transition4() argument
121 tr_lo = (xmm_t){(*indices1)[0], (*indices1)[2], in transition4()
123 tr_hi = (xmm_t){(*indices1)[1], (*indices1)[3], in transition4()
174 *indices1 = (xmm_t){v.d32[0], v.d32[1], v.d32[2], v.d32[3]}; in transition4()