aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/sparc/fexpand.c
blob: 21aeafff0b1a0b25fa07d583ab6a2c9aaa14cbe3 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-mcpu=ultrasparc -mvis" } */
typedef short vec16 __attribute__((vector_size(8)));
typedef unsigned char vec8 __attribute__((vector_size(4)));

vec16 foo (vec8 a) {
  return __builtin_vis_fexpand (a);
}

/* { dg-final { scan-assembler "fexpand\t%" } } */