Home
last modified time | relevance | path

Searched defs:kElementsCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/intrinsics/riscv64/include/berberis/intrinsics/riscv64/
Dvector_intrinsics.h173 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType); in VectorMaskedElementToForTests() local
216 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof kDefaultElement; in VectorBroadcastForTests() local
235 constexpr int kElementsCount = static_cast<int>(sizeof(SIMD128Register) / sizeof kDefaultElement); in VectorMasking() local
342 constexpr int kElementsCount = static_cast<int>(sizeof(SIMD128Register) / sizeof(ElementType)); variable
435 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType); in VectorProcessing() local
450 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType); in VectorProcessingReduce() local
465 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType) / 2; in VectorArithmeticNarrowwv() local
481 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType) / 2; in VectorArithmeticWidenvv() local
502 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType) / 2; in VectorArithmeticWidenvvw() local
520 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType) / 2; in VectorArithmeticWidenwv() local
[all …]
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h472 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType); in GetVlmax() local
926 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(IndexElementType); in OpVector() local
1045 constexpr size_t kElementsCount = 16 / sizeof(ElementType); variable
1221 constexpr size_t kElementsCount = 16 / sizeof(ElementType); in OpVectorGather() local
2833 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(IndexElementType); in OpVector() local
2901 constexpr size_t kElementsCount = 16 / sizeof(ElementType); variable
2974 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType); in OpVectorViotam() local
3156 constexpr size_t kElementsCount = 16 / sizeof(ElementType); in OpVectorVmvXrv() local
Dinterpreter_test.cc183 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(IndexElementType); in VlxsegXeiXX() local
231 constexpr int kElementsCount = static_cast<int>(16 / sizeof(ElementType)); in TestVectorLoad() local
316 const uint8_t kElementsCount = (16 >> sew) << vlmul; in TestVlm() local
368 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(IndexElementType); in VsxsegXeiXX() local
411 constexpr size_t kElementsCount = 16 / sizeof(ElementType); in TestVectorStore() local
541 const uint8_t kElementsCount = (16 >> sew) << vlmul; in TestVsm() local
853 constexpr int kElementsCount = static_cast<int>(sizeof(SIMD128Register) / sizeof(ElementType)); in TestVmvXr() local