Lines Matching full:assembly
5 __asm __asm // expected-error {{__asm used with no assembly instructions}}
72 // expected-Xerror@+1 {{cannot reference multiple local variables in assembly operand}}
121 foo: // expected-note {{inline assembly label 'foo' declared here}}
124 goto foo; // expected-error {{cannot jump from this goto statement to label 'foo' inside an inline assembly block}}
128 __asm foo: // expected-note {{inline assembly label 'foo' declared here}}
130 goto foo; // expected-error {{cannot jump from this goto statement to label 'foo' inside an inline assembly block}}
134 goto foo; // expected-error {{cannot jump from this goto statement to label 'foo' inside an inline assembly block}}
136 foo: // expected-note {{inline assembly label 'foo' declared here}}
142 goto foo; // expected-error {{cannot jump from this goto statement to label 'foo' inside an inline assembly block}}
143 __asm foo: // expected-note {{inline assembly label 'foo' declared here}}