aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/arc/mxy.c
blob: 1ecc34d2bdb58d70a4536dd26023e9805e75112f (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-mxy" } */
/* { dg-do assemble } */

void f (int i)
{
  __asm__("add x0_u0, x0_u0, %0" : :  "r" (i));
}