Searched refs:vect_set_epi32 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_xmmt_ops.h | 19 vect_set_epi32(int i3, int i2, int i1, int i0) in vect_set_epi32() function 34 #define vect_set_epi32(i3, i2, i1, i0) _mm_set_epi32(i3, i2, i1, i0) macro 45 vect_set_epi32(int i3, int i2, int i1, int i0) in vect_set_epi32() function
|
| H A D | test_lpm.c | 337 ipx4 = vect_set_epi32(ip, ip + 0x100, ip - 0x100, ip); in test7() 399 ipx4 = vect_set_epi32(ip2, ip1, ip2, ip1); in test8() 426 ipx4 = vect_set_epi32(ip1, ip1, ip2, ip2); in test8() 910 ipx4 = vect_set_epi32(ip, ip + 1, ip, ip - 1); in test12()
|