[AArch64][SME2/SVE2p1] Add predicate-as-counter intrinsics for pext (single)
These intrinsics are used to implement the pext intrinsics that extract a predicate (mask) from a predicate-as-counter value, e.g. __attribute__((arm_streaming)) svbool_t svpext_lane_c8(svcount_t pnn, uint64_t imm); As described in https://github.com/ARM-software/acle/pull/217 Reviewed By: david-arm Differential Revision: https://reviews.llvm.org/D150441
parent
5cafecf9
Please register or sign in to comment