Searched refs:f7 (Results 1 - 25 of 321) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dtrailing2.C14 int f7 () -> int; // { dg-error "late return type" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpack-test-1.h11 double f7; member in struct:SNAME
H A Ddeclspec-10.c16 void f7 (typedef int); /* { dg-error "storage class specified for unnamed parameter" } */
H A Ddeclspec-11.c16 void f7 (typedef int); /* { dg-error "storage class specified for unnamed parameter" } */
H A Ddeclspec-9.c17 void f7 (typedef int); /* { dg-error "storage class specified for unnamed parameter" } */
H A Dtransparent-union-1.c34 extern void f7 (U7);
35 extern void f7 (int *__restrict);
68 f7 (&i);
69 f7 (&l); /* { dg-warning "passing argument 1 of 'f7' from incompatible pointer type" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpack-test-1.h11 double f7; member in struct:SNAME
H A Ddeclspec-10.c16 void f7 (typedef int); /* { dg-error "error: storage class specified for parameter 'type name'" } */
H A Ddeclspec-11.c16 void f7 (typedef int); /* { dg-error "error: storage class specified for parameter 'type name'" } */
H A Ddeclspec-9.c17 void f7 (typedef int); /* { dg-error "error: storage class specified for parameter 'type name'" } */
H A Dtransparent-union-1.c34 extern void f7 (U7);
35 extern void f7 (int *__restrict);
68 f7 (&i);
69 f7 (&l); /* { dg-warning "warning: passing argument 1 of 'f7' from incompatible pointer type" } */
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dmips32-sf32.s8 cvt.d.s $f8,$f7
9 cvt.d.w $f8,$f7
10 cvt.s.d $f7,$f8
11 trunc.w.d $f7,$f8
H A Dmips32-sf32.d15 0+0010 <[^>]*> 46003a21 cvt.d.s \$f8,\$f7
16 0+0014 <[^>]*> 46803a21 cvt.d.w \$f8,\$f7
17 0+0018 <[^>]*> 462041e0 cvt.s.d \$f7,\$f8
18 0+001c <[^>]*> 462041cd trunc.w.d \$f7,\$f8
H A Dmips32-sf32.l5 .*:8: Error: opcode not supported on this processor: .* \(.*\) `cvt.d.s \$f8,\$f7'
6 .*:9: Error: opcode not supported on this processor: .* \(.*\) `cvt.d.w \$f8,\$f7'
7 .*:10: Error: opcode not supported on this processor: .* \(.*\) `cvt.s.d \$f7,\$f8'
8 .*:11: Error: opcode not supported on this processor: .* \(.*\) `trunc.w.d \$f7,\$f8'
/netbsd-6-1-5-RELEASE/sys/lib/libkern/arch/ia64/
H A Ddivsi3.S57 // floating-point registers used: f6, f7, f8, f9
64 setf.sig f7=r33
72 fcvt.xf f7=f7
77 frcpa.s1 f8,p6=f6,f7
87 (p6) fnma.s1 f7=f7,f8,f1
92 (p6) fma.s1 f6=f7,f6,f6
97 (p6) fma.s1 f7=f7,f
[all...]
H A Dudivsi3.S57 // floating-point registers used: f6, f7, f8, f9
64 setf.sig f7=r33
72 fcvt.xf f7=f7
77 frcpa.s1 f8,p6=f6,f7
87 (p6) fnma.s1 f7=f7,f8,f1
92 (p6) fma.s1 f6=f7,f6,f6
97 (p6) fma.s1 f7=f7,f
[all...]
H A Dmoddi3.S56 // floating-point registers used: f6, f7, f8, f9, f10, f11, f12
60 setf.sig f7=r33
73 fcvt.xf f7=f7
79 frcpa.s1 f8,p6=f6,f7
91 (p6) fnma.s1 f9=f7,f8,f1
127 (p6) fnma.s1 f10=f7,f9,f6
130 setf.sig f7=r33
143 xma.l f8=f8,f7,f12
H A Dumoddi3.S55 // floating-point registers used: f6, f7, f8, f9, f10, f11, f12
59 setf.sig f7=r33
68 fcvt.xuf.s1 f7=f7
74 frcpa.s1 f8,p6=f6,f7
86 (p6) fnma.s1 f9=f7,f8,f1
122 (p6) fnma.s1 f10=f7,f9,f6
125 // f7=-b
126 setf.sig f7=r33
139 xma.l f8=f8,f7,f1
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dpr43869.c6 float f5, float f6, float f7, float f8)
8 return f1 || f2 || f3 || f4 || f5 != 1. || f6 != 1. || f7 != 1. || f8 != 1.;
5 bugged(float f1, float f2, float f3, float f4, float f5, float f6, float f7, float f8) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dstruct-ini-3.c3 unsigned int f1:1, f2:1, f3:3, f4:3, f5:2, f6:1, f7:1; member in struct:__anon5643
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dstruct-ini-3.c3 unsigned int f1:1, f2:1, f3:3, f4:3, f5:2, f6:1, f7:1; member in struct:__anon3882
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dfloat.s7 mvfs f4, f7
10 mvfez f7, f7
22 rsfled f7, f6, f0
33 rdfs f3, f7, #0f1
38 powcsez f4, f7, #1
40 rpws f7, f6, f7
46 rmfep f4, f7, f0
62 poleqe f5, f6, f7
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/parse/
H A Derror15.C17 typename N::A f7; variable
27 typename N::A f7; member in struct:B
38 typename N::A f7; // { dg-error "15:invalid use of template-name 'N::A' without an argument list" } member in struct:C
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/parse/
H A Derror15.C16 typename N::A f7; // { dg-error "without an argument list|outside of template" } variable
24 typename N::A f7; // { dg-error "without an argument list|outside of template" } member in struct:B
34 typename N::A f7; // { dg-error "without an argument list" } member in struct:C
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic54x/
H A Dfield.d25 0+006 <f7>:

Completed in 364 milliseconds

1234567891011>>