Lines Matching refs:__asm__
19 void foo() __asm__("bar");
20 void foo2() __asm__("bar");
22 int nux __asm__("foo");
23 extern float nux2 __asm__("foo");
34 void foo3() __asm__("var");
39 int foo4 __asm__("var") = 4;
43 extern int foo5 __asm__("var2");
49 void foo6() __asm__("var2");
55 int foo7 __asm__("foo7") __attribute__((used));
56 float foo8 __asm__("foo7") = 42;
60 extern int func (void) __asm__ ("FUNC");
73 __asm__("llvm.atomic.cmp.swap.i32.p0i32");