Searched refs:val128 (Results 1 – 2 of 2) sorted by relevance
18 __m128 val128; variable45 …__asm__ volatile("foo1 %0" : : "A" (val128)); // expected-error {{invalid input size for constrain… in func1()60 …__asm__ volatile("foo1 %0" : "=A" (val128)); // expected-error {{invalid output size for constrain… in func1()
55 struct { uint8_t b[16]; } val128; member