ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gcc.target/arc/mxy.c

8 lines
121 B
C
Raw Permalink Normal View History

2024-04-01 15:19:46 +00:00
/* { dg-options "-mxy" } */
/* { dg-do assemble } */
void f (int i)
{
__asm__("add x0_u0, x0_u0, %0" : : "r" (i));
}