Searched refs:a1 (Results 101 - 125 of 1421) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/mips/
H A Dsave-restore-5.c9 foo (int a1, int a2, int a3, int a4) argument
15 __builtin_eh_return (bar (a1, a2, a3, a4), frob);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dref1.C1 class a {} a1; variable in typeref:class:a
3 int main() { b <a1> b1; }
H A Dstatic27.C11 A<int> a1, a2; local
12 a1.b = a2.b;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/vect/
H A Dpr21734_2.cc9 void foo(A a1, A &a2) argument
11 a1[1][1]=0;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Drfg17.C8 int a1[20], a2[20]; variable
15 a1 = a2; /* { dg-error "" } array assignment */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A D19921210-1.c9 #define a1(y) (y+2) macro
10 #define a2(y) a1(y)+1
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dpr27184.c3 /* Make sure a and a1 alias each other.
10 int NumSift (atype *a, atype1 *a1) argument
13 (*a1)[0] = 1;
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dcopypage.s54 movl %sp@(8),%a1 | destiniation address
57 .long 0xf6209000 | move16 %a0@+,%a1@+
58 .long 0xf6209000 | move16 %a0@+,%a1@+
70 movl %sp@(8),%a1 | destiniation address
74 movl %a0@+,%a1@+
75 movl %a0@+,%a1@+
76 movl %a0@+,%a1@+
77 movl %a0@+,%a1@+
78 movl %a0@+,%a1@+
79 movl %a0@+,%a1
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dpr42508.C23 A *a1 = new A (); local
25 a1->prev = 0;
26 a1->i = 1;
27 a2->prev = a1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dwarn6.C16 A a1 = a; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dwarn6.C16 A a1 = a; local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Drol.d10 0+0000 <[^>]*> negu at,a1
12 0+0008 <[^>]*> sllv a0,a0,a1
15 0+0014 <[^>]*> srlv at,a1,at
16 0+0018 <[^>]*> sllv a0,a1,a2
21 0+002c <[^>]*> sll at,a1,0x1
22 0+0030 <[^>]*> srl a0,a1,0x1f
24 0+0038 <[^>]*> srl a0,a1,0x0
25 0+003c <[^>]*> negu at,a1
27 0+0044 <[^>]*> srlv a0,a0,a1
30 0+0050 <[^>]*> sllv at,a1,a
[all...]
H A Dvr5500.d8 0+0000 <stuff> mul a0,a1,a2
9 0+0004 <stuff\+0x4> mulu a0,a1,a2
10 0+00008 <stuff\+0x8> mulhi a0,a1,a2
11 0+0000c <stuff\+0xc> mulhiu a0,a1,a2
12 0+00010 <stuff\+0x10> muls a0,a1,a2
13 0+00014 <stuff\+0x14> mulsu a0,a1,a2
14 0+00018 <stuff\+0x18> mulshi a0,a1,a2
15 0+0001c <stuff\+0x1c> mulshiu a0,a1,a2
16 0+00020 <stuff\+0x20> macc a0,a1,a2
17 0+00024 <stuff\+0x24> maccu a0,a1,a
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/overload/
H A Dcond1.C11 A a1, a2; variable
12 inline A& one () { return a1; }
17 i ? a1 : a2;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20020213-1.c9 float a1; member in struct:A
17 a.a2 = bar (a.a1);
30 a.a1 = 1.0f;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dalias-13.c7 char a1; member in struct:a
21 b->a1 = 1;
23 if (b->a1 != 1)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/testsuite/libmudflap.c/
H A Dfail34-frag.c5 int a1[4]; member in struct:s
16 j = (a_before_b ? a.a1[idx] : b.a1[idx]);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/overload/
H A Dcond1.C11 A a1, a2; variable
12 inline A& one () { return a1; }
17 i ? a1 : a2;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20020213-1.c9 float a1; member in struct:A
17 a.a2 = bar (a.a1);
30 a.a1 = 1.0f;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/d10v-elf/
H A Dt-sadd.s11 loadacc2 a1 0xff 0x8000 0x0000
12 sadd a1, a0
14 checkacc2 2 a1 0xff 0x8000 0x7fff
19 loadacc2 a1 0x01 0x8000 0x0000
20 sadd a1, a0
22 checkacc2 4 a1 0x00 0x7fff 0xffff
25 loadacc2 a1 0x00 0xffff 0xffff
26 sadd a1, a0
27 checkacc2 5 a1 0x00 0x7fff 0xffff
33 loadacc2 a1
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Dabsrel.d9 0: a1 34 12 00 00[ ]*mov 0x1234,%eax
12 5: a1 00 00 00 00[ ]*mov 0x0,%eax 6: (R_386_|dir)?32 ext
13 a: a1 00 00 00 00[ ]*mov 0x0,%eax b: (R_386_|dir)?32 weak
14 f: (a1 00 00 00 00[ ]*mov 0x0,%eax 10: (R_386_|dir)?32 comm.*|a1 04 00 00 00[ ]*mov 0x4,%eax 10: dir32 comm.*)
15 14: a1 00 00 00 00[ ]*mov 0x0,%eax 15: (R_386_|dir)?32 \.text
16 19: (a1 00 00 00 00[ ]*mov 0x0,%eax 1a: R_386_32 glob|a1 05 00 00 00[ ]*mov 0x5,%eax 1a: (dir)?32 \.text)
17 1e: a1 76 98 00 00[ ]*mov 0x9876,%eax
18 23: a1 0
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/shared_ptr/observers/
H A Downer_before.cc57 std::shared_ptr<A> a1(new A);
58 VERIFY( a1.owner_before(a0) || a0.owner_before(a1) );
59 VERIFY( !(a1.owner_before(a0) && a0.owner_before(a1)) );
62 VERIFY( a1.owner_before(b1) || b1.owner_before(a1) );
63 VERIFY( !(a1.owner_before(b1) && b1.owner_before(a1)) );
65 std::shared_ptr<A> a2(a1);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Dmips16-hilo-n32.d175 0+500276 <[^>]*> 6d00 li a1,0
176 0+500278 <[^>]*> f400 35a0 sll a1,16
177 0+50027c <[^>]*> 9d80 lw a0,0\(a1\)
178 0+50027e <[^>]*> f060 6d05 li a1,101
179 0+500282 <[^>]*> f400 35a0 sll a1,16
180 0+500286 <[^>]*> f060 9d85 lw a0,101\(a1\)
181 0+50028a <[^>]*> f060 6d05 li a1,101
182 0+50028e <[^>]*> f400 35a0 sll a1,16
183 0+500292 <[^>]*> f060 9d85 lw a0,101\(a1\)
184 0+500296 <[^>]*> f060 6d05 li a1,10
[all...]
H A Dmips16-hilo.d174 0+500276 <[^>]*> 6d00 li a1,0
175 0+500278 <[^>]*> f400 35a0 sll a1,16
176 0+50027c <[^>]*> 9d80 lw a0,0\(a1\)
177 0+50027e <[^>]*> f060 6d05 li a1,101
178 0+500282 <[^>]*> f400 35a0 sll a1,16
179 0+500286 <[^>]*> f060 9d85 lw a0,101\(a1\)
180 0+50028a <[^>]*> f060 6d05 li a1,101
181 0+50028e <[^>]*> f400 35a0 sll a1,16
182 0+500292 <[^>]*> f060 9d85 lw a0,101\(a1\)
183 0+500296 <[^>]*> f060 6d05 li a1,10
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/m68k/string/
H A Dstrcat.S49 movl %d0,%a1 | a1 = toaddr
51 tstb %a1@+ | null?
53 subql #1,%a1
55 movb %a0@+,%a1@+ | copy a byte

Completed in 306 milliseconds

1234567891011>>