1 /* { dg-do compile } */
2 /* { dg-options "-mdejagnu-cpu=power10" } */
3
4 #include <altivec.h>
5
6 extern void abort (void);
7
8 /* Vector string isolate left-justified predicate on array of
9 unsigned char. */
10 int
11 silj_p (vector unsigned char arg)
12 {
13 return vec_stril_p (arg);
14 }
15
16 /* Enforce that a single dot-form instruction which is properly biased
17 for the target's endianness implements this built-in. */
18
19 /* { dg-final { scan-assembler-times {\mvstribl\.} 1 { target { be } } } } */
20 /* { dg-final { scan-assembler-times {\mvstribl\M[^.]} 0 { target { be } } } } */
21 /* { dg-final { scan-assembler-times {\mvstribr} 0 { target { be } } } } */
22 /* { dg-final { scan-assembler-times {\mvstribr\.} 1 { target { le } } } } */
23 /* { dg-final { scan-assembler-times {\mvstribr\M[^.]} 0 { target { le } } } } */
24 /* { dg-final { scan-assembler-times {\mvstribl} 0 { target { le } } } } */