Lines Matching refs:OpVectorToMaskvx
1382 return OpVectorToMaskvx<intrinsics::Vfeqvx<ElementType>, ElementType, vlmul, vma>( in OpVector()
1385 return OpVectorToMaskvx<intrinsics::Vflevx<ElementType>, ElementType, vlmul, vma>( in OpVector()
1388 return OpVectorToMaskvx<intrinsics::Vfltvx<ElementType>, ElementType, vlmul, vma>( in OpVector()
1391 return OpVectorToMaskvx<intrinsics::Vfnevx<ElementType>, ElementType, vlmul, vma>( in OpVector()
1394 return OpVectorToMaskvx<intrinsics::Vfgtvx<ElementType>, ElementType, vlmul, vma>( in OpVector()
1397 return OpVectorToMaskvx<intrinsics::Vfgevx<ElementType>, ElementType, vlmul, vma>( in OpVector()
1996 return OpVectorToMaskvx<intrinsics::Vseqvx<SignedType>, SignedType, vlmul, vma>( in OpVector()
1999 return OpVectorToMaskvx<intrinsics::Vsnevx<SignedType>, SignedType, vlmul, vma>( in OpVector()
2004 return OpVectorToMaskvx<intrinsics::Vslevx<UnsignedType>, UnsignedType, vlmul, vma>( in OpVector()
2007 return OpVectorToMaskvx<intrinsics::Vslevx<SignedType>, SignedType, vlmul, vma>( in OpVector()
2012 return OpVectorToMaskvx<intrinsics::Vsgtvx<UnsignedType>, UnsignedType, vlmul, vma>( in OpVector()
2015 return OpVectorToMaskvx<intrinsics::Vsgtvx<SignedType>, SignedType, vlmul, vma>( in OpVector()
2299 return OpVectorToMaskvx<intrinsics::Vseqvx<ElementType>, ElementType, vlmul, vma>( in OpVector()
2302 return OpVectorToMaskvx<intrinsics::Vsnevx<ElementType>, ElementType, vlmul, vma>( in OpVector()
2305 return OpVectorToMaskvx<intrinsics::Vsltvx<UnsignedType>, UnsignedType, vlmul, vma>( in OpVector()
2308 return OpVectorToMaskvx<intrinsics::Vsltvx<SignedType>, SignedType, vlmul, vma>( in OpVector()
2311 return OpVectorToMaskvx<intrinsics::Vslevx<UnsignedType>, UnsignedType, vlmul, vma>( in OpVector()
2314 return OpVectorToMaskvx<intrinsics::Vslevx<SignedType>, SignedType, vlmul, vma>( in OpVector()
2317 return OpVectorToMaskvx<intrinsics::Vsgtvx<UnsignedType>, UnsignedType, vlmul, vma>( in OpVector()
2320 return OpVectorToMaskvx<intrinsics::Vsgtvx<SignedType>, SignedType, vlmul, vma>( in OpVector()
3201 void OpVectorToMaskvx(uint8_t dst, uint8_t src1, ElementType arg2) { in OpVectorToMaskvx() function