Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/riscv64_to_all/include/berberis/intrinsics/riscv64_to_all/
Dvector_intrinsics.h179 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType); in VectorMaskedElementToForTests() local
233 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof kDefaultElement; in VectorBroadcastForTests() local
252 constexpr int kElementsCount = static_cast<int>(sizeof(SIMD128Register) / sizeof kDefaultElement); in VectorMasking() local
359 constexpr int kElementsCount = static_cast<int>(sizeof(SIMD128Register) / sizeof(ElementType)); variable
453 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType); in VectorProcessing() local
468 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType); in VectorProcessingReduce() local
487 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType) / 2; in VectorArithmeticNarrowwv() local
503 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType) / 2; in VectorArithmeticWidenvv() local
524 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType) / 2; in VectorArithmeticWidenvvw() local
542 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType) / 2; in VectorArithmeticWidenwv() local
[all …]
/aosp_15_r20/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h538 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType); in GetVlmax() local
992 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(IndexElementType); in OpVector() local
1111 constexpr size_t kElementsCount = 16 / sizeof(ElementType); variable
1287 constexpr size_t kElementsCount = 16 / sizeof(ElementType); in OpVectorGather() local
2989 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(IndexElementType); in OpVector() local
3057 constexpr size_t kElementsCount = 16 / sizeof(ElementType); variable
3130 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(ElementType); in OpVectorViotam() local
3312 constexpr size_t kElementsCount = 16 / sizeof(ElementType); in OpVectorVmvXrv() local
Dinterpreter_test.cc184 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(IndexElementType); in VlxsegXeiXX() local
232 constexpr int kElementsCount = static_cast<int>(16 / sizeof(ElementType)); in TestVectorLoad() local
317 const uint8_t kElementsCount = (16 >> sew) << vlmul; in TestVlm() local
369 constexpr size_t kElementsCount = sizeof(SIMD128Register) / sizeof(IndexElementType); in VsxsegXeiXX() local
412 constexpr size_t kElementsCount = 16 / sizeof(ElementType); in TestVectorStore() local
542 const uint8_t kElementsCount = (16 >> sew) << vlmul; in TestVsm() local
854 constexpr int kElementsCount = static_cast<int>(sizeof(SIMD128Register) / sizeof(ElementType)); in TestVmvXr() local