Searched refs:a1 (Results 51 - 75 of 1421) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-prof/
H A Dindir-call-prof.c3 static int a1 (void) function
15 static tp aa [] = {a2, a1, a1, a1, a1};
40 /* { dg-final-use { scan-tree-dump "Indirect call -> direct call.* a1 transformation on insn" "tree_profile"} } */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr32964.c11 union A a1, a2, a3; local
14 a1.a = a;
17 a2 = a1;
19 a1 = a2;
21 a3 = a1;
H A Dpr38895.c9 struct A a1; member in struct:B
13 struct A a1; member in struct:C
18 c->a1.i = 1;
19 b->a1.i = 0;
20 return c->a1.i;
H A Dvrp27.c21 int a1 = a; local
22 probed = -a1;
23 gen_rtx_CONST_INT (a1);
25 a1 = -a;
26 probed = a1;
H A Dpr32901.c5 unsigned a1: 1; member in struct:foo
15 .a1 = 1,
19 .a1 = 0,
H A Dssa-ccp-19.c7 struct f a, *a1; local
10 a1 = &a;
11 i = &a1->i;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-tic6x/
H A Dmvk-reloc-global.s8 mvkl .S1 s80000000,a1
9 mvkh .S1 s80000000,a1
10 mvkl .S1 sffffffff,a1
11 mvkh .S1 sffffffff,a1
12 mvkl .S1 s0,a1
13 mvkh .S1 s0,a1
14 mvkl .S1 sffffffff+0xffffffff,a1
15 mvkh .S1 sffffffff+0xffffffff,a1
16 mvkl .S1 s80000000+0x80000000,a1
17 mvkh .S1 s80000000+0x80000000,a1
[all...]
H A Dreloc-overflow-abs-s16.s3 mvk .S1 s,a1
H A Dreloc-overflow-sbr-s16.s3 mvk .S1 $dpr_byte(s),a1
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dalign1.C12 static volatile at a1[15]; variable
19 printf ("%d %d\n", __alignof (a1), __alignof (f1));
20 return (__alignof (a1) < __alignof (f1));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dnrv1.c1 /* Test that the NRV optimization doesn't cause a1 to change too soon. This
12 struct A a1; variable in typeref:struct:A
18 /* a1.i[0] should still be 0 until we return. */
19 if (a1.i[0] != 0)
26 a1 = f();
H A Dinline-34.c7 static int a1; variable
8 inline int f1 (void) { return a1; }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/ext/
H A Dalign1.C12 static volatile at a1[15]; variable
19 printf ("%d %d\n", __alignof (a1), __alignof (f1));
20 return (__alignof (a1) < __alignof (f1));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dnrv1.c1 /* Test that the NRV optimization doesn't cause a1 to change too soon. This
12 struct A a1; variable in typeref:struct:A
18 /* a1.i[0] should still be 0 until we return. */
19 if (a1.i[0] != 0)
26 a1 = f();
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dvr4120.d11 + c: 00a62029 dmacc a0,a1,a2
12 +10: 00a62229 dmacchi a0,a1,a2
13 +14: 00a62629 dmacchis a0,a1,a2
14 +18: 00a62269 dmacchiu a0,a1,a2
15 +1c: 00a62669 dmacchius a0,a1,a2
16 +20: 00a62429 dmaccs a0,a1,a2
17 +24: 00a62069 dmaccu a0,a1,a2
18 +28: 00a62469 dmaccus a0,a1,a2
21 +38: 00a62028 macc a0,a1,a2
22 +3c: 00a62228 macchi a0,a1,a
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A DWunused-1.C10 struct A a0, a1; local
13 a0 = a1; // { dg-bogus "value computed is not used" }
H A DWshadow-2.C4 void a1 () { function in struct:A
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Doverload13.C10 bool foo (A &a1, A &a2) argument
12 return a1 == a2;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D921126-1.c3 long long a0, a1, a0s, val; local
10 return a0 / a1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/warn/
H A DWunused-1.C10 struct A a0, a1; local
13 a0 = a1; // { dg-bogus "value computed is not used" }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Doverload13.C10 bool foo (A &a1, A &a2) argument
12 return a1 == a2;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D921126-1.c3 long long a0, a1, a0s, val; local
10 return a0 / a1;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Delf-rel-xgot-n64-linux.d22 1200000e0: 3c050000 lui a1,0x0
23 1200000e4: 00bc282d daddu a1,a1,gp
24 1200000e8: dca58020 ld a1,-32736\(a1\)
25 1200000ec: 3c050000 lui a1,0x0
26 1200000f0: 00bc282d daddu a1,a1,gp
27 1200000f4: dca58020 ld a1,-32736\(a1\)
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dsetenv.h53 #define unsetenv(a1) myunsetenv(a1)
57 #define setenv(a1, a2, a3) mysetenv(a1, a2, a3)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/
H A Dreference2.C7 template <int a1>

Completed in 281 milliseconds

1234567891011>>