Searched refs:OpVectorToMaskvx (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter.h | 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() [all …]
|