Searched refs:a1 (Results 1 - 25 of 1421) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dc99-const-expr-13.c14 int a1[(int)(-5.0/3.0)]; local
H A DWcxx-compat-14.c4 char a1[] = "a"; variable
H A Dvector-2.c8 vector int a1; variable
17 a1 = a1 | b1;
18 a1 = a1 & b1;
19 a1 = a1 ^ b1;
H A Dvector-1.c9 vector int a1; variable
14 a1 = ~a1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dvector1.C5 __attribute__((vector_size(16))) int a1 = { 100, 200, 300, 400 }; variable
H A Dvector8.C8 vector int a1; variable
17 a1 = a1 | b1;
18 a1 = a1 & b1;
19 a1 = a1 ^ b1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/ext/
H A Dvector1.C5 __attribute__((vector_size(16))) int a1 = { 100, 200, 300, 400 }; variable
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dundefined.s1 ldr a1, .Lval
H A Dundefined_coff.s1 ldr a1, Lval
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/
H A Daggr4.C6 A a1 = { 1 }; // ok variable
7 A a2 = { a1 }; // { dg-error "cannot convert" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash22.C4 void a1();
9 void A::a1(); // this used to die in chainon(), now grokdeclarator should// { dg-error "" } cannot declare.*
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dparsing7.C10 int (**a1)()
14 int (**a1)()
19 int (**a1)( int a, int b )
23 int (**a1)( int a, int b )
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr26630.c7 int a1 = 40000; local
8 int c1 = ( ((int)(short)(a1-10000)) + 10000)*2;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash22.C4 void a1();
9 void A::a1(); // this used to die in chainon(), now grokdeclarator should// { dg-error "" } cannot declare.*
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dparsing7.C10 int (**a1)()
14 int (**a1)()
19 int (**a1)( int a, int b )
23 int (**a1)( int a, int b )
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dpr26630.c6 int a1 = 40000; local
7 int c1 = ( ((int)(short)(a1-10000)) + 10000)*2;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mn10200/
H A Dmov2.s2 mov (d1,a1),d2
5 mov (8,a2),a1
6 mov (256,a2),a1
7 mov (131071,a2),a1
8 mov (d1,a1),a2
9 mov (32768),a1
10 mov (131071),a1
H A Dmov4.s2 mov a1,(d2,a2)
3 mov a1,(128)
4 mov a1,(131071)
8 mov 256,a1
9 mov 131071,a1
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mn10300/
H A Dmov4.s2 mov a1,(32768,sp)
3 mov a1,(131071,sp)
4 mov a1,(d2,a2)
5 mov a1,(128)
6 mov a1,(131071)
7 mov sp,(32,a1)
11 mov 8,a1
12 mov 256,a1
13 mov 131071,a1
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D930611-1.c2 f (float a1) argument
5 fl1.f = a1;
6 return fl1.l ? 1.0 : a1;
H A Dpr21356.c8 a0: case 0: p = &&a1;
9 a1: case 1: p = &&a2;
10 a2: default: p = &&a1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/unsorted/
H A Dglob.c3 tt a1; variable
9 a1++;
11 a1++;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D930611-1.c2 f (float a1) argument
5 fl1.f = a1;
6 return fl1.l ? 1.0 : a1;
H A Dpr21356.c8 a0: case 0: p = &&a1;
9 a1: case 1: p = &&a2;
10 a2: default: p = &&a1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/unsorted/
H A Dglob.c3 tt a1; variable
9 a1++;
11 a1++;

Completed in 293 milliseconds

1234567891011>>