Searched refs:MaskType (Results 1 – 6 of 6) sorted by relevance
/frameworks/libs/binary_translation/intrinsics/riscv64/include/berberis/intrinsics/riscv64/ |
D | vector_intrinsics.h | 310 typename MaskType> 314 MaskType mask) { 316 std::is_same_v<MaskType, NoInactiveProcessing>) || 318 (std::is_same_v<MaskType, RawInt8> || std::is_same_v<MaskType, RawInt16>))); 321 static_cast<typename MaskType::BaseType>(mask)); 387 typename MaskType = NoInactiveProcessing> 394 MaskType mask = NoInactiveProcessing{}) { 396 std::is_same_v<MaskType, NoInactiveProcessing>) || 398 (std::is_same_v<MaskType, RawInt8> || std::is_same_v<MaskType, RawInt16>))); 401 BitMaskToSimdMask<ElementType>(static_cast<typename MaskType::BaseType>(mask)); [all …]
|
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter.h | 1038 using MaskType = std::conditional_t<sizeof(ElementType) == sizeof(Int8), UInt16, UInt8>; variable 1103 if ((MaskType(register_mask) & MaskType{static_cast<typename MaskType::BaseType>( 1104 1 << within_register_id)}) == MaskType{0}) { 1151 intrinsics::BitMaskToSimdMask<ElementType>(Int64{MaskType{register_mask}}); 2894 using MaskType = std::conditional_t<sizeof(ElementType) == sizeof(Int8), UInt16, UInt8>; variable 2942 if ((MaskType(register_mask) & MaskType{static_cast<typename MaskType::BaseType>( 2943 1 << within_register_id)}) == MaskType{0}) { 4034 using MaskType = decltype(mask_bits); in OpVectorslide1down() local 4035 if ((static_cast<MaskType::BaseType>(mask_bits) & (1 << last_elem_within_reg_pos)) == 0) { in OpVectorslide1down() 4209 template <typename ElementType, TailProcessing vta, auto vma, typename MaskType> [all …]
|
/frameworks/base/boot/ |
D | preloaded-classes | 4113 android.icu.lang.UCharacter$UCharacterTypeIterator$MaskType
|
D | boot-image-profile.txt | 26500 Landroid/icu/lang/UCharacter$UCharacterTypeIterator$MaskType;
|
/frameworks/base/config/ |
D | preloaded-classes | 4117 android.icu.lang.UCharacter$UCharacterTypeIterator$MaskType
|
D | boot-image-profile.txt | 36634 Landroid/icu/lang/UCharacter$UCharacterTypeIterator$MaskType;
|