Searched refs:OpVectorvx (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter.h | 1339 return OpVectorvx<intrinsics::Vfminvx<ElementType>, ElementType, vlmul, vta, vma>( in OpVector() 1342 return OpVectorvx<intrinsics::Vfmaxvx<ElementType>, ElementType, vlmul, vta, vma>( in OpVector() 1345 return OpVectorvx<intrinsics::Vfsgnjvx<ElementType>, ElementType, vlmul, vta, vma>( in OpVector() 1348 return OpVectorvx<intrinsics::Vfsgnjnvx<ElementType>, ElementType, vlmul, vta, vma>( in OpVector() 1351 return OpVectorvx<intrinsics::Vfsgnjxvx<ElementType>, ElementType, vlmul, vta, vma>( in OpVector() 1978 return OpVectorvx<intrinsics::Vaddvx<SignedType>, SignedType, vlmul, vta, vma>( in OpVector() 1981 return OpVectorvx<intrinsics::Vrsubvx<SignedType>, SignedType, vlmul, vta, vma>( in OpVector() 1984 return OpVectorvx<intrinsics::Vandvx<SignedType>, SignedType, vlmul, vta, vma>( in OpVector() 1987 return OpVectorvx<intrinsics::Vorvx<SignedType>, SignedType, vlmul, vta, vma>( in OpVector() 1990 return OpVectorvx<intrinsics::Vxorvx<SignedType>, SignedType, vlmul, vta, vma>( in OpVector() [all …]
|