Searched refs:target (Results 1 - 25 of 2267) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/riscv/
H A Dt_insns.s0 target:
1 target: label
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/nios2/
H A Dcustom-fp-8.c1 /* Test whitespace skipping in target attributes. */
5 #pragma GCC target ("custom-fdivs=246")
6 #pragma GCC target (" custom-fdivs=246")
7 #pragma GCC target ("custom-fdivs =246")
8 #pragma GCC target ("custom-fdivs= 246")
9 #pragma GCC target ("custom-fdivs=246 ")
11 #pragma GCC target ("custom-fdivs=246,custom-fabss=247")
12 #pragma GCC target ("custom-fdivs=246 ,custom-fabss=247")
13 #pragma GCC target ("custom-fdivs=246, custom-fabss=247")
14 #pragma GCC target ("custo
[all...]
H A Dcustom-fp-cmp-1.c9 #pragma GCC target ("custom-frdxhi=40")
10 #pragma GCC target ("custom-frdxlo=41")
11 #pragma GCC target ("custom-frdy=42")
12 #pragma GCC target ("custom-fwrx=43")
13 #pragma GCC target ("custom-fwry=44")
15 #pragma GCC target ("custom-fcmpeqs=200")
25 #pragma GCC target ("custom-fcmpgtd=201")
35 #pragma GCC target ("custom-fcmples=202")
45 #pragma GCC target ("custom-fcmpned=203")
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dstring1.C3 extern const char * const target = "foo"; variable
7 f (target); // { dg-error "conversion" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dmv11.C1 // { dg-do compile { target i?86-*-* x86_64-*-* } }
4 int foo () __attribute__ ((target("default")));
5 int foo () __attribute__ ((target("sse2")));
13 int __attribute__ ((target("default")))
19 int __attribute__ ((target("sse2")))
H A Dmv12-aux.cc6 __attribute__ ((target ("sse4.2")))
H A Dmv12.h3 int foo () __attribute__ ((target ("default")));
4 int foo () __attribute__ ((target ("sse4.2")));
H A Dmv8.C1 // { dg-do compile { target i?86-*-* x86_64-*-* } }
4 __attribute__((target (11,12)))
H A Dpr57362.C1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
4 __attribute__((target("default")))
6 __attribute__((target("128bit-long-double")))
8 __attribute__((target("80387")))
10 __attribute__((target("96bit-long-double")))
12 __attribute__((target("long-double-80")))
14 __attribute__((target("long-double-64")))
16 __attribute__((target("accumulate-outgoing-args")))
18 __attribute__((target("align-double")))
20 __attribute__((target("alig
[all...]
H A Dmv10.C1 // { dg-do assemble { target i?86-*-* x86_64-*-* } }
4 __attribute__((target ("popcnt"), used))
9 __attribute__((target ("popcnt","avx"), used))
H A Dmv5.C4 /* { dg-do run { target i?86-*-* x86_64-*-* } } */
10 inline int __attribute__ ((target ("default")))
16 inline int __attribute__ ((target ("popcnt")))
H A Dmv13.C4 // { dg-do compile { target i?86-*-* x86_64-*-* } }
7 __attribute__ ((target ("default")))
14 __attribute__ ((target ("sse4.2")))
H A Dmv7.C1 // { dg-do compile { target i?86-*-* x86_64-*-* } }
4 __attribute__((target ("default")))
9 __attribute__((target (128)))
H A Dmv9.C1 // { dg-do compile { target i?86-*-* x86_64-*-* } }
5 void foo () __attribute__((target ("sse4")));
6 void foo () __attribute__((target ("default"))); // { dg-message "previous declaration" }
H A Dpr57548.C1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
5 int fum () __attribute__ ((target("default")));
8 int fum () __attribute__((target( "mmx")));
9 int fum () __attribute__((target( "popcnt")));
10 int fum () __attribute__((target( "sse")));
11 int fum () __attribute__((target( "sse2")));
12 int fum () __attribute__((target( "sse3")));
13 int fum () __attribute__((target( "ssse3")));
14 int fum () __attribute__((target( "sse4.1")));
15 int fum () __attribute__((target( "sse
[all...]
H A Dmv3.C3 the most specialized version's target attributes match the
12 /* { dg-do run { target i?86-*-* x86_64-*-* } } */
16 int __attribute__ ((target ("sse")))
21 int __attribute__ ((target ("popcnt")))
27 int __attribute__ ((target ("popcnt")))
/haiku-buildtools/jam/
H A Dsearch.h8 * search.h - find a target along $(SEARCH) or $(LOCATE)
13 const char *search( const char *target, time_t *time );
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/strings/
H A Dconst-str-2.mm4 /* { dg-options "-mno-constant-cfstrings -fconstant-string-class=" { target *-*-darwin* } } */
6 { dg-error "no class name specified|missing argument" "" { target *-*-* } 0 }
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/strings/
H A Dconst-str-2.m3 /* { dg-options "-fconstant-string-class=" { target *-*-* } } */
4 /* { dg-options "-mno-constant-cfstrings -fconstant-string-class=" { target *-*-darwin* } } */
6 { dg-error "no class name specified|missing argument" "" { target *-*-* } 0 }
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr57848.c5 #pragma GCC target("sse4.2")
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dspread_bounds_1.f905 integer :: source(2), target(2,3) variable in program:main
9 target = spread(source,2,times)
/haiku-buildtools/binutils/ld/testsuite/ld-z8k/
H A Dbranch-target.s3 .globl target
4 target: ldk r0,#4 label
H A Dcalr-opcode.s3 calr target
H A Djr-opcode.s3 jr target
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/gomp/
H A Dnesting-warn-1.c6 #pragma omp target
8 #pragma omp target /* { dg-warning "target construct inside of target region" } */
10 #pragma omp target data /* { dg-warning "target data construct inside of target region" } */
12 #pragma omp target update to(i) /* { dg-warning "target update construct inside of target regio
[all...]

Completed in 69 milliseconds

1234567891011>>