Home | History | Annotate | Download | only in include

Lines Matching defs:vbicq_s32

2136 int32x4_t vbicq_s32(int32x4_t a, int32x4_t b); // VBIC q0,q0,q0
15356 int32x4_t vbicq_s32(int32x4_t a, int32x4_t b); // VBIC q0,q0,q0
15357 #define vbicq_s32(a,b) _mm_andnot_si128 (b,a) //notice arguments "swap"