blob: 0face99d4a7d4f6d0f9103b9ff015fe239af1d2a [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-mdejagnu-cpu=power10" } */
#include <altivec.h>
extern void abort (void);
/* Vector string isolate left-justified on array of signed char. */
vector signed char
silj (vector signed char arg)
{
return vec_stril (arg);
}
/* Enforce that a single dot-form instruction which is properly biased
for the target's endianness implements this built-in. */
/* { dg-final { scan-assembler-times {\mvstribl\M} 1 { target { be } } } } */
/* { dg-final { scan-assembler-times {\mvstribr\M} 0 { target { be } } } } */
/* { dg-final { scan-assembler-times {\mvstribr\M} 1 { target { le } } } } */
/* { dg-final { scan-assembler-times {\mvstribl\M} 0 { target { le } } } } */