Home
last modified time | relevance | path

Searched refs:gcs (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dcritical_.d23 initMutex(cast(Mutex*)&gcs.mtx); in _d_critical_init()
24 head = &gcs; in _d_critical_init()
47 lockMutex(cast(Mutex*)&gcs.mtx); in _d_criticalenter2()
54 unlockMutex(cast(Mutex*)&gcs.mtx); in _d_criticalenter2()
68 shared D_CRITICAL_SECTION gcs; variable
80 lockMutex(cast(Mutex*)&gcs.mtx); in ensureMutex()
88 unlockMutex(cast(Mutex*)&gcs.mtx); in ensureMutex()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dcritical_.d22 initMutex(cast(Mutex*)&gcs.mtx); in _d_critical_init()
23 head = &gcs; in _d_critical_init()
46 shared D_CRITICAL_SECTION gcs; variable
58 lockMutex(cast(Mutex*)&gcs.mtx); in ensureMutex()
66 unlockMutex(cast(Mutex*)&gcs.mtx); in ensureMutex()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatementsem.c2266 GotoCaseStatement *gcs = ss->gotoCases[i]; in visit() local
2268 if (!gcs->exp) in visit()
2270 gcs->error("no case statement following goto case;"); in visit()
2282 if (cs->exp->equals(gcs->exp)) in visit()
2284 gcs->cs = cs; in visit()
2289 gcs->error("case %s not found", gcs->exp->toChars()); in visit()
2480 GotoCaseStatement *gcs = sw->gotoCases[i]; in visit() local
2482 if (!gcs->exp) in visit()
2484 gcs->cs = cs; in visit()
2654 void visit(GotoCaseStatement *gcs) in visit() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatementsem.d2244 foreach (gcs; ss.gotoCases) in package()
2246 if (!gcs.exp) in package()
2248 gcs.error("no `case` statement following `goto case;`"); in package()
2259 if (cs.exp.equals(gcs.exp)) in package()
2261 gcs.cs = cs; in package()
2266 gcs.error("`case %s` not found", gcs.exp.toChars()); in package()
2570 GotoCaseStatement gcs = sw.gotoCases[i]; in package() local
2571 if (!gcs.exp) in package()
2573 gcs.cs = cs; in package()
2757 override void visit(GotoCaseStatement gcs) in package()
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Daarch64.h1012 gcs, enumerator
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-aarch64.texi200 @item @code{gcs} @tab
H A Das.info6639gcs’ Enable the Guarded Control Stack Extension.
/netbsd-src/external/bsd/openldap/dist/tests/data/
H A Dnis_sample.ldif5517 dn: cn=b26-gcs-csd1, o=SGI, c=US
5518 cn: b26-gcs-csd1
5529 dn: cn=b26-gcs-csd2, o=SGI, c=US
5530 cn: b26-gcs-csd2
/netbsd-src/external/gpl3/binutils/dist/
H A Dsha256.sum2181 167f264448711b40065dd78b9e8a447462af6c01cbd002e18f164e3abe86fdaf gas/testsuite/gas/aarch64/gcs-1-b…
2182 74dc2865a82af9328bb25d3884d3ad96bba64b46c86c05b2611e9e45c16bb0b9 gas/testsuite/gas/aarch64/gcs-1-b…
2183 063986770f1fb03e0a0031b87a7deb9b13e9db977cf5b2b0f6cdf35ef091fe2d gas/testsuite/gas/aarch64/gcs-1.d
2184 e9c96e011948260702c0c08958cb3e1186634035483b4d3709d12f2936f79225 gas/testsuite/gas/aarch64/gcs-1.s
2185 b04da0903d28c968addc088032a3ed51e292ba30b90f0472f0f73d5b1d8def07 gas/testsuite/gas/aarch64/gcs-sys…
2186 b687ee050c068b90ccbb23f6e18a6645da33ed0ad5ad2a601263574215348610 gas/testsuite/gas/aarch64/gcs-sys…
2187 d9b1f3ed837729314dc11a9b22684b6e8a63af058d811039f15cf92210ff2262 gas/testsuite/gas/aarch64/gcs-sys…
2188 595621b60b5f6b8cf8f38b16b1fc19d5162decbfca88525925d5d0d25907c4d6 gas/testsuite/gas/aarch64/gcs-sys…
H A DChangeLog12907 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
H A DChangeLog.git17957 which are enabled on using Guarded Control Stack (+gcs flag)
17970 optional from Armv9.4-A architecture and enabled by passing +gcs option to -march
17971 (eg: -march=armv9.4-a+gcs) or using ".arch_extension gcs" directive in the assembly file.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-96974375 Fri Jun 21 17:38:15 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-96974375 Fri Jun 21 17:38:15 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-96974375 Fri Jun 21 17:38:15 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-96974375 Fri Jun 21 17:38:15 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-96974590 Fri Jun 21 17:40:16 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-96974590 Fri Jun 21 17:40:16 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Daarch64-tbl.h2882 { NAME, OPCODE, MASK, gcs, 0, GCS, OPS, QUALS, FLAGS, 0, 0, NULL }
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-91971512 Fri Jun 21 17:40:56 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DChangeLog-91971512 Fri Jun 21 17:40:56 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog.1112029 Mon Jun 24 19:48:36 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.1112029 Mon Jun 24 19:48:36 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
/netbsd-src/external/gpl3/binutils.old/dist/
H A DChangeLog12796 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
/netbsd-src/external/gpl3/gcc/dist/
H A DChangeLog17237 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>