Searched refs:OpVectorx (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter.h | 1370 return OpVectorx<intrinsics::Vcopyx<ElementType>, ElementType, vlmul, vta, vma>(args.dst, in OpVector() 1373 return OpVectorx<intrinsics::Vcopyx<ElementType>, in OpVector() 2048 return OpVectorx<intrinsics::Vcopyx<SignedType>, SignedType, vlmul, vta, vma>( in OpVector() 2051 return OpVectorx<intrinsics::Vcopyx<SignedType>, in OpVector() 2372 return OpVectorx<intrinsics::Vcopyx<ElementType>, ElementType, vlmul, vta, vma>( in OpVector() 2375 return OpVectorx<intrinsics::Vcopyx<ElementType>, in OpVector() 3838 void OpVectorx(uint8_t dst, ElementType arg2, DstMaskType... dst_mask) { in OpVectorx() function 3839 return OpVectorx<Intrinsic, ElementType, NumberOfRegistersInvolved(vlmul), vta, vma>( in OpVectorx() 3849 void OpVectorx(uint8_t dst, ElementType arg2, DstMaskType... dst_mask) { in OpVectorx() function
|