Home
last modified time | relevance | path

Searched refs:NarrowType (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/intrinsics/riscv64/include/berberis/intrinsics/riscv64/
Dvector_intrinsics.h542 using SourceElementType = NarrowType<ElementType>; in Vextf2()
549 using WideSourceElementType = NarrowType<ElementType>; in Vextf4()
550 using SourceElementType = NarrowType<WideSourceElementType>; in Vextf4()
557 using WideWideSourceElementType = NarrowType<ElementType>; in Vextf8()
/frameworks/libs/binary_translation/base/include/berberis/base/
Dbit_util.h978 using NarrowType = decltype(Narrow(std::declval<T>())); variable