Lines Matching refs:__asm__
15 void foo() __asm__("bar");
16 void foo2() __asm__("bar");
18 int nux __asm__("foo");
19 extern float nux2 __asm__("foo");
30 void foo3() __asm__("var");
35 int foo4 __asm__("var") = 4;
39 extern int foo5 __asm__("var2");
45 void foo6() __asm__("var2");
51 int foo7 __asm__("foo7") __attribute__((used));
52 float foo8 __asm__("foo7") = 42;
56 extern int func (void) __asm__ ("FUNC");
69 __asm__("llvm.atomic.cmp.swap.i32.p0i32");