1 /* { dg-require-effective-target power10_ok } */
2 /* { dg-options "-O2 -mdejagnu-cpu=power10" } */
4 /* This tests whether GCC generates the ISA 3.1 16-bit byte swap
8 bswap_short (unsigned short a
)
10 return __builtin_bswap16 (a
); /* { dg-final { scan-assembler {\mbrh\M} } } */