Searched refs:vect_loadu_sil128 (Results 1 – 2 of 2) sorted by relevance
15 #define vect_loadu_sil128(p) vld1q_s32((const int32_t *)p) macro31 #define vect_loadu_sil128(p) _mm_loadu_si128(p) macro41 #define vect_loadu_sil128(p) vec_ld(0, p) macro
725 ipx4 = vect_loadu_sil128((xmm_t *)(ip_batch + j)); in test_lpm_perf()