Home
last modified time | relevance | path

Searched refs:CPU (Results 1 – 25 of 1921) sorted by relevance

12345678910>>...77

/netbsd-src/sys/arch/hpc/conf/
H A Dplatid.def37 * CPU definitions
39 CPU:
100 CPU=MIPS_VR_4102 11 -"11" 12 -"12" 13 -"13"
104 CPU=MIPS_VR_41XX
106 CPU=MIPS_VR_4111 300 -"300"
107 CPU=MIPS_VR_4121 320 -"320"
108 CPU=MIPS_VR_4111 forDoCoMo --" MobileGearII for DoCoMo"
109 CPU=MIPS_VR_4102 mpro700 --" MobilePro 700"
110 CPU=MIPS_VR_4121 330 -"330"
113 CPU=MIPS_VR_4111 500 -"500"
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dfdr_controller_test.cc85 uint16_t CPU = 1; in TEST_F() local
86 ASSERT_TRUE(C->functionEnter(FId, TSC++, CPU)); in TEST_F()
87 ASSERT_TRUE(C->functionExit(FId, TSC++, CPU)); in TEST_F()
88 ASSERT_TRUE(C->functionEnterArg(FId, TSC++, CPU, 1)); in TEST_F()
89 ASSERT_TRUE(C->functionTailExit(FId, TSC++, CPU)); in TEST_F()
144 uint16_t CPU = 0; in TEST_F() local
145 ASSERT_TRUE(C->functionEnter(1, TSC++, CPU)); in TEST_F()
146 ASSERT_TRUE(C->functionEnter(2, TSC++, CPU)); in TEST_F()
147 ASSERT_TRUE(C->functionExit(2, TSC++, CPU)); in TEST_F()
148 ASSERT_TRUE(C->functionExit(1, TSC += 1000, CPU)); in TEST_F()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Darc-ext-tbl.h58 #define EXTINSN2OPF(NAME, CPU, CLASS, SCLASS, MOP, SOP, FL) \ argument
59 { NAME, INSN2OP_BC (MOP,SOP), MINSN2OP_BC, CPU, CLASS, SCLASS, \
61 { NAME, INSN2OP_0C (MOP,SOP), MINSN2OP_0C, CPU, CLASS, SCLASS, \
63 { NAME, INSN2OP_BU (MOP,SOP), MINSN2OP_BU, CPU, CLASS, SCLASS, \
65 { NAME, INSN2OP_0U (MOP,SOP), MINSN2OP_0U, CPU, CLASS, SCLASS, \
67 { NAME, INSN2OP_BL (MOP,SOP), MINSN2OP_BL, CPU, CLASS, SCLASS, \
69 { NAME, INSN2OP_0L (MOP,SOP), MINSN2OP_0L, CPU, CLASS, SCLASS, \
72 #define EXTINSN2OP(NAME, CPU, CLASS, SCLASS, MOP, SOP) \ argument
73 EXTINSN2OPF(NAME, CPU, CLASS, SCLASS, MOP, SOP, FLAGS_F)
76 #define EXTINSN3OP(NAME, CPU, CLASS, SCLASS, MOP, SOP) \ argument
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Darc-ext-tbl.h58 #define EXTINSN2OPF(NAME, CPU, CLASS, SCLASS, MOP, SOP, FL) \ argument
59 { NAME, INSN2OP_BC (MOP,SOP), MINSN2OP_BC, CPU, CLASS, SCLASS, \
61 { NAME, INSN2OP_0C (MOP,SOP), MINSN2OP_0C, CPU, CLASS, SCLASS, \
63 { NAME, INSN2OP_BU (MOP,SOP), MINSN2OP_BU, CPU, CLASS, SCLASS, \
65 { NAME, INSN2OP_0U (MOP,SOP), MINSN2OP_0U, CPU, CLASS, SCLASS, \
67 { NAME, INSN2OP_BL (MOP,SOP), MINSN2OP_BL, CPU, CLASS, SCLASS, \
69 { NAME, INSN2OP_0L (MOP,SOP), MINSN2OP_0L, CPU, CLASS, SCLASS, \
72 #define EXTINSN2OP(NAME, CPU, CLASS, SCLASS, MOP, SOP) \ argument
73 EXTINSN2OPF(NAME, CPU, CLASS, SCLASS, MOP, SOP, FLAGS_F)
76 #define EXTINSN3OP(NAME, CPU, CLASS, SCLASS, MOP, SOP) \ argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFSubtarget.cpp28 BPFSubtarget &BPFSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies() argument
31 initSubtargetFeatures(CPU, FS); in initializeSubtargetDependencies()
32 ParseSubtargetFeatures(CPU, /*TuneCPU*/ CPU, FS); in initializeSubtargetDependencies()
43 void BPFSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures() argument
44 if (CPU == "probe") in initSubtargetFeatures()
45 CPU = sys::detail::getHostCPUNameForBPF(); in initSubtargetFeatures()
46 if (CPU == "generic" || CPU == "v1") in initSubtargetFeatures()
48 if (CPU == "v2") { in initSubtargetFeatures()
52 if (CPU == "v3") { in initSubtargetFeatures()
60 BPFSubtarget::BPFSubtarget(const Triple &TT, const std::string &CPU, in BPFSubtarget() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DHost.cpp610 StringRef CPU; in getIntelProcessorTypeAndSubtype() local
614 CPU = "i386"; in getIntelProcessorTypeAndSubtype()
617 CPU = "i486"; in getIntelProcessorTypeAndSubtype()
621 CPU = "pentium-mmx"; in getIntelProcessorTypeAndSubtype()
624 CPU = "pentium"; in getIntelProcessorTypeAndSubtype()
635 CPU = "core2"; in getIntelProcessorTypeAndSubtype()
644 CPU = "penryn"; in getIntelProcessorTypeAndSubtype()
653 CPU = "nehalem"; in getIntelProcessorTypeAndSubtype()
661 CPU = "westmere"; in getIntelProcessorTypeAndSubtype()
668 CPU = "sandybridge"; in getIntelProcessorTypeAndSubtype()
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/mn10300/
H A Dam33-2.igen140 fpu_disabled_exception (SD, CPU, cia);
156 fpu_disabled_exception (SD, CPU, cia);
173 fpu_disabled_exception (SD, CPU, cia);
189 fpu_disabled_exception (SD, CPU, cia);
205 fpu_disabled_exception (SD, CPU, cia);
221 fpu_disabled_exception (SD, CPU, cia);
238 fpu_disabled_exception (SD, CPU, cia);
254 fpu_disabled_exception (SD, CPU, cia);
270 fpu_disabled_exception (SD, CPU, cia);
283 fpu_disabled_exception (SD, CPU, cia);
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/mips/
H A Dsim-main.c53 sim_cpu *CPU, in load_memory() argument
84 …dotrace (SD, CPU, tracefh,((IorD == isDATA) ? 0 : 2),(unsigned int)(pAddr&0xFFFFFFFF),(AccessLengt… in load_memory()
94 unsigned_16 val = sim_core_read_aligned_16 (CPU, cia, read_map, pAddr); in load_memory()
100 value = sim_core_read_aligned_8 (CPU, cia, read_map, pAddr); in load_memory()
103 value = sim_core_read_misaligned_7 (CPU, cia, read_map, pAddr); in load_memory()
106 value = sim_core_read_misaligned_6 (CPU, cia, read_map, pAddr); in load_memory()
109 value = sim_core_read_misaligned_5 (CPU, cia, read_map, pAddr); in load_memory()
112 value = sim_core_read_aligned_4 (CPU, cia, read_map, pAddr); in load_memory()
115 value = sim_core_read_misaligned_3 (CPU, cia, read_map, pAddr); in load_memory()
118 value = sim_core_read_aligned_2 (CPU, cia, read_map, pAddr); in load_memory()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/
H A DClangFormat.sln10 Debug|Any CPU = Debug|Any CPU
11 Release|Any CPU = Release|Any CPU
14 {7FD1783E-2D31-4D05-BF23-6EBE1B42B608}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15 {7FD1783E-2D31-4D05-BF23-6EBE1B42B608}.Debug|Any CPU.Build.0 = Debug|Any CPU
16 {7FD1783E-2D31-4D05-BF23-6EBE1B42B608}.Release|Any CPU.ActiveCfg = Release|Any CPU
17 {7FD1783E-2D31-4D05-BF23-6EBE1B42B608}.Release|Any CPU.Build.0 = Release|Any CPU
/netbsd-src/external/apache2/llvm/dist/llvm/tools/msbuild/
H A Dllvm.sln10 Debug|Any CPU = Debug|Any CPU
11 Release|Any CPU = Release|Any CPU
14 {62530D9E-1B24-4C31-8DC9-AE47E9E5DC53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15 {62530D9E-1B24-4C31-8DC9-AE47E9E5DC53}.Debug|Any CPU.Build.0 = Debug|Any CPU
16 {62530D9E-1B24-4C31-8DC9-AE47E9E5DC53}.Release|Any CPU.ActiveCfg = Release|Any CPU
17 {62530D9E-1B24-4C31-8DC9-AE47E9E5DC53}.Release|Any CPU.Build.0 = Release|Any CPU
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Ddispqlen_example.txt4 Here we run it on a single CPU desktop,
9 CPU 0
18 evidence that the CPU is not very saturated. It does not indicate that the
19 CPU is idle - as we are measuring the length of the queue, not what is
20 on the CPU.
24 Here it is run on a multi CPU server,
29 CPU 1
37 CPU 4
45 CPU 0
52 CPU 5
[all …]
H A Drunocc_example.txt5 Here we run it on a single CPU server that is fairly busy,
9 CPU %runocc
12 CPU %runocc
15 CPU %runocc
20 are runnable threads queued waiting for CPU.
24 This script is more interesting on a multi-CPU server,
28 CPU %runocc
34 CPU %runocc
40 CPU %runocc
46 CPU %runocc
[all …]
H A Dsh_cpudist_example.txt3 This script traces the on-CPU time of Bourne shell functions and
11 On-CPU times (us),
32 Exclusive function on-CPU times (us),
52 Inclusive function on-CPU times (us),
72 The on-CPU times should that the "[" builtin (test) usually took between
75 The exclusive function on-CPU times show that func_a() spent between
76 131 ms and 262 ms on-CPU.
78 The inclusive function on-CPU times show that both func_b() and func_c()
79 spent between 1.0 and 2.1 seconds on-CPU, and func_a() spent between 2.1
80 and 4.2 seconds on-CPU. This inclusive time includes the time spent in other
[all …]
H A Dphp_cputime_example.txt3 This script traces the on-CPU time of PHP functions and prints a report.
18 Exclusive function on-CPU times (us),
26 Inclusive function on-CPU times (us),
36 The exclusive subroutine on-CPU times show that func_a() spent around 74
37 microseconds on-CPU, func_b() spent 25 microseconds on-CPU, and func_c() spent
38 17 microseconds on-CPU. This exclusive times excludes time spent in other
41 The inclusive subroutine on-CPU times show that func_c() spent around 39
42 microseconds on-CPU, func_b() spent around 87 microseconds on-CPU and
47 These on-CPU times are the time the program spent running on a CPU, from when
49 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
[all …]
H A Dcpuwalk_example.txt4 cpuwalk.d is not that useful on a single CPU server,
24 The output above shows that PID 18843, "bash", was sampled on CPU 0 a total
30 duration. This is on a 4 CPU server running a multithreaded CPU bound
55 CPU 0 a total of 4900 times, on CPU 1 a total of 4900 times, etc. As there
56 are around 5000 samples per CPU available in this 5 second 1000 hz sample,
57 the application is using almost all the CPU capacity in this server well.
62 CPU bound application called "cpuserial" that has a poor use of locking
79 In the above, we can see that this CPU bound application is not making
80 efficient use of the CPU resources available, only reaching 3840 samples
81 on CPU 2 out of a potential 5000. This problem was caused by a poor use
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Ddispqlen_example.txt4 Here we run it on a single CPU desktop,
9 CPU 0
18 evidence that the CPU is not very saturated. It does not indicate that the
19 CPU is idle - as we are measuring the length of the queue, not what is
20 on the CPU.
24 Here it is run on a multi CPU server,
29 CPU 1
37 CPU 4
45 CPU 0
52 CPU 5
[all …]
H A Drunocc_example.txt5 Here we run it on a single CPU server that is fairly busy,
9 CPU %runocc
12 CPU %runocc
15 CPU %runocc
20 are runnable threads queued waiting for CPU.
24 This script is more interesting on a multi-CPU server,
28 CPU %runocc
34 CPU %runocc
40 CPU %runocc
46 CPU %runocc
[all …]
H A Dsh_cpudist_example.txt3 This script traces the on-CPU time of Bourne shell functions and
11 On-CPU times (us),
32 Exclusive function on-CPU times (us),
52 Inclusive function on-CPU times (us),
72 The on-CPU times should that the "[" builtin (test) usually took between
75 The exclusive function on-CPU times show that func_a() spent between
76 131 ms and 262 ms on-CPU.
78 The inclusive function on-CPU times show that both func_b() and func_c()
79 spent between 1.0 and 2.1 seconds on-CPU, and func_a() spent between 2.1
80 and 4.2 seconds on-CPU. This inclusive time includes the time spent in other
[all …]
H A Dphp_cputime_example.txt3 This script traces the on-CPU time of PHP functions and prints a report.
18 Exclusive function on-CPU times (us),
26 Inclusive function on-CPU times (us),
36 The exclusive subroutine on-CPU times show that func_a() spent around 74
37 microseconds on-CPU, func_b() spent 25 microseconds on-CPU, and func_c() spent
38 17 microseconds on-CPU. This exclusive times excludes time spent in other
41 The inclusive subroutine on-CPU times show that func_c() spent around 39
42 microseconds on-CPU, func_b() spent around 87 microseconds on-CPU and
47 These on-CPU times are the time the program spent running on a CPU, from when
49 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
[all …]
H A Dcpuwalk_example.txt4 cpuwalk.d is not that useful on a single CPU server,
24 The output above shows that PID 18843, "bash", was sampled on CPU 0 a total
30 duration. This is on a 4 CPU server running a multithreaded CPU bound
55 CPU 0 a total of 4900 times, on CPU 1 a total of 4900 times, etc. As there
56 are around 5000 samples per CPU available in this 5 second 1000 hz sample,
57 the application is using almost all the CPU capacity in this server well.
62 CPU bound application called "cpuserial" that has a poor use of locking
79 In the above, we can see that this CPU bound application is not making
80 efficient use of the CPU resources available, only reaching 3840 samples
81 on CPU 2 out of a potential 5000. This problem was caused by a poor use
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSubtargetInfo.cpp111 for (auto &CPU : CPUTable) in Help() local
112 errs() << format(" %-*s - Select the %s processor.\n", MaxCPULen, CPU.Key, in Help()
113 CPU.Key); in Help()
139 for (auto &CPU : CPUTable) in cpuHelp() local
140 errs() << "\t" << CPU.Key << "\n"; in cpuHelp()
150 static FeatureBitset getFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS, in getFeatures() argument
164 if (CPU == "help") in getFeatures()
168 else if (!CPU.empty()) { in getFeatures()
169 const SubtargetSubTypeKV *CPUEntry = Find(CPU, ProcDesc); in getFeatures()
176 errs() << "'" << CPU << "' is not a recognized processor for this target" in getFeatures()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp38 static bool UsesVectorABI(StringRef CPU, StringRef FS) { in UsesVectorABI() argument
44 if (CPU.empty() || CPU == "generic" || in UsesVectorABI()
45 CPU == "z10" || CPU == "z196" || CPU == "zEC12" || in UsesVectorABI()
46 CPU == "arch8" || CPU == "arch9" || CPU == "arch10") in UsesVectorABI()
65 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() argument
67 bool VectorABI = UsesVectorABI(CPU, FS); in computeDataLayout()
153 StringRef CPU, StringRef FS, in SystemZTargetMachine() argument
159 T, computeDataLayout(TT, CPU, FS), TT, CPU, FS, Options, in SystemZTargetMachine()
174 std::string CPU = in getSubtargetImpl() local
187 auto &I = SubtargetMap[CPU + FS]; in getSubtargetImpl()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.cpp28 WebAssemblySubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies() argument
33 if (CPU.empty()) in initializeSubtargetDependencies()
34 CPU = "generic"; in initializeSubtargetDependencies()
36 ParseSubtargetFeatures(CPU, /*TuneCPU*/ CPU, FS); in initializeSubtargetDependencies()
41 const std::string &CPU, in WebAssemblySubtarget() argument
44 : WebAssemblyGenSubtargetInfo(TT, CPU, /*TuneCPU*/ CPU, FS), in WebAssemblySubtarget()
46 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TSInfo(), in WebAssemblySubtarget()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRSubtarget.cpp30 AVRSubtarget::AVRSubtarget(const Triple &TT, const std::string &CPU, in AVRSubtarget() argument
32 : AVRGenSubtargetInfo(TT, CPU, /*TuneCPU*/ CPU, FS), ELFArch(0), in AVRSubtarget()
44 TLInfo(TM, initializeSubtargetDependencies(CPU, FS, TM)), TSInfo() { in AVRSubtarget()
46 ParseSubtargetFeatures(CPU, /*TuneCPU*/ CPU, FS); in AVRSubtarget()
50 AVRSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, in initializeSubtargetDependencies() argument
53 ParseSubtargetFeatures(CPU, /*TuneCPU*/ CPU, FS); in initializeSubtargetDependencies()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/docs/
H A Dtools.md21 …enchmark Time CPU Time Old Time New CPU Old …
37 As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`.
44 Run on (8 X 4000 MHz CPU s)
47 Benchmark Time CPU Iterations
54 Run on (8 X 4000 MHz CPU s)
57 Benchmark Time CPU Iterations
64 … Time CPU Time Old Time New CPU Old …
73 As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`.
95 Run on (8 X 4000 MHz CPU s)
98 Benchmark Time CPU Iterations
[all …]

12345678910>>...77