Searched refs:WAIT (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dasyncwait-3.f9514 !$acc wait (1 2) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
16 !$acc wait (1,) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
18 !$acc wait (,1) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
20 !$acc wait (1, 2, ) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
22 !$acc wait (1, 2, ,) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
24 !$acc wait (1 ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
26 !$acc wait (1, *) ! { dg-error "Invalid argument to \\\$\\\!ACC WAIT" }
28 !$acc wait (1, a) ! { dg-error "WAIT clause at \\\(1\\\) requires a scalar INTEGER expression" }
30 !$acc wait (a) ! { dg-error "WAIT clause at \\\(1\\\) requires a scalar INTEGER expression" }
34 !$acc wait (1.0) ! { dg-error "WAIT claus
[all...]
H A Dasyncwait-4.f9514 !$acc wait async (1 2) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
16 !$acc wait async (1,) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
18 !$acc wait async (,1) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
20 !$acc wait async (1, 2, ) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
22 !$acc wait async (1, 2, ,) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
24 !$acc wait async (1 ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
26 !$acc wait async (1, *) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
28 !$acc wait async (1, a) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
36 !$acc wait async 1 ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
H A Dasyncwait-2.f9562 !$acc parallel copyin (a(1:N)) copy (b(1:N)) wait (a) ! { dg-error "WAIT clause at \\\(1\\\) requires a scalar INTEGER expression" }
74 !$acc parallel copyin (a(1:N)) copy (b(1:N)) wait (1.0) ! { dg-error "WAIT clause at \\\(1\\\) requires a scalar INTEGER expression" }
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dmips32-imm.d2 #name: MIPS MIPS32 WAIT and SDBBP instructions
5 # Check MIPS32 WAIT and SDBBP instruction assembly
H A Dmicromips@mips32-imm.d2 #name: MIPS MIPS32 WAIT and SDBBP instructions
6 # Check MIPS32 WAIT and SDBBP instruction assembly (microMIPS).
H A Dmipsr6@mips32-imm.d2 #name: MIPS MIPS32 WAIT and SDBBP instructions
6 # Check MIPS32 WAIT and SDBBP instruction assembly
H A Dmicromips@mips32-imm.s1 # Source file to test wide immediates with MIPS32 WAIT and SDBBP instructions
H A Dmips32-imm.s1 # Source file to test wide immediates with MIPS32 WAIT and SDBBP instructions
/haiku-buildtools/binutils/gas/
H A Drx-parse.h176 WAIT = 386, enumerator in enum:yytokentype
310 #define WAIT 386 macro
H A Drx-parse.c349 WAIT = 386, enumerator in enum:yytokentype
483 #define WAIT 386 macro
856 "STOP", "STZ", "SUB", "SUNTIL", "SWHILE", "TST", "UTOF", "WAIT", "XCHG",
4119 OPC(WAIT),
/haiku-buildtools/gcc/gcc/fortran/
H A Ddump-parse-tree.c1226 fputs (" WAIT(", dumpfile);
1353 case EXEC_OACC_WAIT: name = "WAIT"; is_oacc = true; break;
1667 fputs ("EVENT WAIT ", dumpfile);
/haiku-buildtools/binutils/gas/config/
H A Drx-parse.y170 %token WAIT
548 | WAIT
1271 OPC(WAIT),
/haiku-buildtools/gcc/gcc/config/rx/
H A Drx.c2431 ADD_RX_BUILTIN0 (WAIT, "wait", void);

Completed in 130 milliseconds