Home
last modified time | relevance | path

Searched refs:PROC (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DRISCVTargetParser.def11 #ifndef PROC
12 #define PROC(ENUM, NAME, FEATURES, DEFAULT_MARCH)
15 PROC(INVALID, {"invalid"}, FK_INVALID, {""})
16 PROC(GENERIC_RV32, {"generic-rv32"}, FK_NONE, {""})
17 PROC(GENERIC_RV64, {"generic-rv64"}, FK_64BIT, {""})
18 PROC(ROCKET_RV32, {"rocket-rv32"}, FK_NONE, {""})
19 PROC(ROCKET_RV64, {"rocket-rv64"}, FK_64BIT, {""})
20 PROC(SIFIVE_732, {"sifive-7-rv32"}, FK_NONE, {""})
21 PROC(SIFIVE_764, {"sifive-7-rv64"}, FK_64BIT, {""})
22 PROC(SIFIVE_E31, {"sifive-e31"}, FK_NONE, {"rv32imac"})
[all …]
DTargetParser.h153 #define PROC(ENUM, NAME, FEATURES, DEFAULT_MARCH) CK_##ENUM, macro
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dz_Linux_asm.S65 .macro PROC
90 .macro PROC proc
127 .macro PROC
149 .macro PROC proc
229 PROC __kmp_x86_pause
242 PROC __kmp_test_then_add32
263 PROC __kmp_xchg_fixed8
285 PROC __kmp_xchg_fixed16
308 PROC __kmp_xchg_fixed32
322 PROC __kmp_compare_and_store8
[all …]
Dz_Windows_NT-586_asm.asm53 ___kmp_x86_pause PROC NEAR
78 ___kmp_x86_cpuid PROC NEAR
120 ___kmp_test_then_add32 PROC NEAR
142 ___kmp_compare_and_store8 PROC NEAR
167 ___kmp_compare_and_store16 PROC NEAR
192 ___kmp_compare_and_store32 PROC NEAR
219 ___kmp_compare_and_store64 PROC NEAR
253 ___kmp_xchg_fixed8 PROC NEAR
274 ___kmp_xchg_fixed16 PROC NEAR
295 ___kmp_xchg_fixed32 PROC NEAR
[all …]
/freebsd-12-stable/sys/fs/procfs/
Dprocfs_dbregs.c75 #define PROC(d, w, t, r) wrap32 ? \ macro
82 #define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r) macro
119 error = PROC(read, dbregs, td2, &r); in procfs_doprocdbregs()
130 error = PROC(write, dbregs, td2, &r); in procfs_doprocdbregs()
Dprocfs_regs.c69 #define PROC(d, w, t, r) wrap32 ? \ macro
76 #define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r) macro
117 error = PROC(read, regs, td2, &r); in procfs_doprocregs()
128 error = PROC(write, regs, td2, &r); in procfs_doprocregs()
Dprocfs_fpregs.c69 #define PROC(d, w, t, r) wrap32 ? \ macro
76 #define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r) macro
117 error = PROC(read, fpregs, td2, &r); in procfs_doprocfpregs()
128 error = PROC(write, fpregs, td2, &r); in procfs_doprocfpregs()
/freebsd-12-stable/contrib/file/magic/Magdir/
Dhp301 # The only observed order in real core files is KERNEL, EXEC, FORMAT, PROC
303 # assume that PROC will always be last
304 # Order 1: KERNEL, EXEC, FORMAT, PROC
326 # Order 2: KERNEL, FORMAT, EXEC, PROC
345 # Order 3: FORMAT, KERNEL, EXEC, PROC
367 # Order 4: EXEC, KERNEL, FORMAT, PROC
389 # Order 5: FORMAT, EXEC, KERNEL, PROC
411 # Order 6: EXEC, FORMAT, KERNEL, PROC
Dalgol6812 0 regex/4006 \^PROC
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DTargetParser.cpp257 #define PROC(ENUM, NAME, FEATURES, DEFAULT_MARCH) \ macro
276 #define PROC(ENUM, NAME, FEATURES, DEFAULT_MARCH) .Case(NAME, CK_##ENUM) in parseCPUKind() macro
292 #define PROC(ENUM, NAME, FEATURES, DEFAULT_MARCH) .Case(NAME, CK_##ENUM) in parseTuneCPUKind() macro
/freebsd-12-stable/contrib/apr/include/
Dapr.hnw340 /* PROC mutex is a GLOBAL mutex on Netware */
Dapr.hwc599 /* No difference between PROC and GLOBAL mutex */
Dapr.hw602 /* No difference between PROC and GLOBAL mutex */
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-92957606 .PROC and .ENTRY directives.
7620 (pa_procend): Undefine the current label after handling .PROC
7678 * config/tc-hppa.c (pa_ip): Put check for missing label on .PROC
7679 here. Handle case where label may be defined after the .PROC.
7681 defined before the .PROC directive.
/freebsd-12-stable/contrib/binutils/bfd/
DChangeLog-2006421 OS/PROC specific flags from input section to output section.
/freebsd-12-stable/contrib/binutils/gas/po/
Dgas.pot4713 msgid "Missing function name for .PROC (corrupted label chain)"
4717 msgid "Missing function name for .PROC"