aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.apple/asm-function-9.c
blob: 7b5e3101b687a7a7eb208eeb0be3b202d9434def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* APPLE LOCAL file CW asm blocks */
/* Test macros with . in the opcode.  */

/* { dg-do assemble { target powerpc*-*-* } } */
/* { dg-options "-fasm-blocks" } */

#define foodef() rlwinm. r4,r4,31,16,31

asm void foo (void)
{
      foodef()
}