Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 701) sorted by relevance

12345678910>>...29

/freebsd-10-stable/contrib/netbsd-tests/lib/libc/stdlib/
Dt_getopt.sh31 load: $1
57 load="c:d"
59 h_getopt "${load}" "foo -c 1 -d foo" "c=1,d|1"
60 h_getopt "${load}" "foo -d foo bar" "d|2"
61 h_getopt "${load}" "foo -c 2 foo bar" "c=2|2"
62 h_getopt "${load}" "foo -e 1 foo bar" "!?|3"
63 h_getopt "${load}" "foo -d -- -c 1" "d|2"
64 h_getopt "${load}" "foo -c- 1" "c=-|1"
65 h_getopt "${load}" "foo -d - 1" "d|2"
76 load="optstring: abc:
[all …]
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td190 [(brind (load addr:$brdst))]>;
220 "call\t${dst:mem}", [(MSP430call (load addr:$dst))]>;
268 [(set GR8:$dst, (load addr:$src))]>;
272 [(set GR16:$dst, (load addr:$src))]>;
329 [(store (i8 (load addr:$src)), addr:$dst)]>;
333 [(store (i16 (load addr:$src)), addr:$dst)]>;
359 [(set GR8:$dst, (add GR8:$src, (load addr:$src2))),
364 [(set GR16:$dst, (add GR16:$src, (load addr:$src2))),
395 [(store (add (load addr:$dst), GR8:$src), addr:$dst),
400 [(store (add (load addr:$dst), GR16:$src), addr:$dst),
[all …]
/freebsd-10-stable/contrib/binutils/opcodes/
Ds390-opc.txt86 58 l RX_RRRD "load" g5 esa,zarch
87 41 la RX_RRRD "load address" g5 esa,zarch
88 51 lae RX_RRRD "load address extended" g5 esa,zarch
89 9a lam RS_AARD "load access multiple" g5 esa,zarch
90 e500 lasp SSE_RDRD "load address space parameters" g5 esa,zarch
91 23 lcdr RR_FF "load complement (long)" g5 esa,zarch
92 33 lcer RR_FF "load complement (short)" g5 esa,zarch
93 13 lcr RR_RR "load complement" g5 esa,zarch
94 b7 lctl RS_CCRD "load control" g5 esa,zarch
95 68 ld RX_FRRD "load (long)" g5 esa,zarch
[all …]
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZPatterns.td43 class RMWI<SDPatternOperator load, SDPatternOperator operator,
46 : Pat<(store (operator (load mode:$addr), imm:$src), mode:$addr),
60 SDPatternOperator load, AddressingMode mode> {
62 cls:$src1, (load mode:$src2)),
65 (load mode:$src2), cls:$src1),
101 SDPatternOperator store, SDPatternOperator load,
103 def : Pat<(store (z_select_ccmask GR64:$new, (load mode:$addr),
108 def : Pat<(store (z_select_ccmask (load mode:$addr), GR64:$new,
115 // Try to use MVC instruction INSN for a load of type LOAD followed by a store
118 multiclass MVCLoadStore<SDPatternOperator load, ValueType vt, Instruction insn,
[all …]
DSystemZInstrFP.td89 defm LoadStoreF32 : MVCLoadStore<load, f32, MVCSequence, 4>;
90 defm LoadStoreF64 : MVCLoadStore<load, f64, MVCSequence, 8>;
91 defm LoadStoreF128 : MVCLoadStore<load, f128, MVCSequence, 16>;
98 defm LE : UnaryRXPair<"le", 0x78, 0xED64, load, FP32, 4>;
99 defm LD : UnaryRXPair<"ld", 0x68, 0xED65, load, FP64, 8>;
105 [(set FP128:$dst, (load bdxaddr20only128:$src))]>;
276 def AEB : BinaryRXE<"aeb", 0xED0A, fadd, FP32, load, 4>;
277 def ADB : BinaryRXE<"adb", 0xED1A, fadd, FP64, load, 8>;
286 def SEB : BinaryRXE<"seb", 0xED0B, fsub, FP32, load, 4>;
287 def SDB : BinaryRXE<"sdb", 0xED1B, fsub, FP64, load, 8>;
[all …]
/freebsd-10-stable/sys/ia64/ia64/
Dclock.c80 uint64_t itc, load; in ia64_ih_clock() local
91 load = PCPU_GET(md.clock_load); in ia64_ih_clock()
92 ia64_set_itm(itc + load); in ia64_ih_clock()
115 u_long itc, load; in ia64_clock_start() local
120 load = (et->et_frequency * period) >> 32; in ia64_clock_start()
123 load = 0; in ia64_clock_start()
126 PCPU_SET(md.clock_load, load); in ia64_clock_start()
129 load = (et->et_frequency * first) >> 32; in ia64_clock_start()
133 ia64_set_itm(itc + load); in ia64_clock_start()
/freebsd-10-stable/contrib/gcc/config/i386/
Dathlon.md17 ;; The load/store queue unit is not attached to the schedulers but
27 (and (eq_attr "memory" "load,store")
46 ;; imul load/store (2x) fadd fmul fstore
100 (define_reservation "athlon-load" "athlon-agu,
117 (define_reservation "athlon-fpload" "(athlon-fpsched + athlon-load)")
119 (define_reservation "athlon-fploadk8" "(athlon-fpsched + athlon-load)")
157 "athlon-vector,athlon-load,athlon-ieu")
161 "athlon-double,(athlon-ieu+athlon-load)")
165 "athlon-direct,(athlon-ieu+athlon-load)")
169 "athlon-vector,(athlon-ieu+athlon-load)")
[all …]
Dpentium.md101 ;; Pentium preserves memory ordering, so when load-execute-store
106 ;; and using conflicting load units together.
113 (define_reservation "pentium-load" "(pentium-load0 | pentium-load1)")
120 (define_reservation "pentium-firstuload" "(pentium-load + pentium-firstu)")
121 (define_reservation "pentium-firstvload" "(pentium-load + pentium-firstv)")
122 (define_reservation "pentium-firstuvload" "(pentium-load + pentium-firstuv)
124 (pentium-load+pentium-firstv))")
125 (define_reservation "pentium-firstuboth" "(pentium-load + pentium-firstu
127 (define_reservation "pentium-firstvboth" "(pentium-load + pentium-firstv
129 (define_reservation "pentium-firstuvboth" "(pentium-load + pentium-firstuv
[all …]
Dk6.md42 ;; load describes the Load unit
90 (eq_attr "memory" "load")))
108 (eq_attr "memory" "load")))
140 (eq_attr "memory" "load")))
149 ;; A "load immediate" operation does not require execution at all,
168 (eq_attr "memory" "load")))
194 ;; The load and units have two pipeline stages. The load latency is
199 (eq_attr "memory" "load,both")))
212 (eq_attr "memory" "load,both")))
242 (eq_attr "memory" "load,both")))
[all …]
Dppro.md122 ;; Only the irregular instructions have to be modeled here. A load
127 ;; reg-reg operation, 1 uop per load on port 2. and 2 uops per store
153 (and (eq_attr "memory" "load")
173 (and (eq_attr "memory" "load")
185 ;; The load and store units need to be reserved when memory operands
264 (and (eq_attr "memory" "load")
278 (and (eq_attr "memory" "load")
292 (and (eq_attr "memory" "load")
309 (and (eq_attr "memory" "load")
348 (and (eq_attr "memory" "load")
[all …]
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp118 if (LoadInst *load = dyn_cast<LoadInst>(II)) { in runOnFunction() local
120 if (load->hasOneUse() == false) in runOnFunction()
123 if (TD->getTypeStoreSize(load->getType()) < MaxAggrCopySize) in runOnFunction()
126 User *use = *(load->use_begin()); in runOnFunction()
128 if (store->getOperand(0) != load) //getValueOperand in runOnFunction()
130 aggrLoads.push_back(load); in runOnFunction()
165 LoadInst *load = aggrLoads[i]; in runOnFunction() local
166 StoreInst *store = dyn_cast<StoreInst>(*load->use_begin()); in runOnFunction()
167 Value *srcAddr = load->getOperand(0); in runOnFunction()
169 unsigned numLoads = TD->getTypeStoreSize(load->getType()); in runOnFunction()
[all …]
/freebsd-10-stable/usr.sbin/powerd/
Dpowerd.c87 static int read_usage_times(int *load);
139 read_usage_times(int *load) in read_usage_times() argument
166 if (load) { in read_usage_times()
167 *load = 0; in read_usage_times()
176 *load += 100 - (cp_times[cpu * CPUSTATES + CP_IDLE] - in read_usage_times()
491 int freq, curfreq, initfreq, *freqs, i, j, *mwatts, numfreqs, load; local
772 if (read_usage_times(&load)) {
779 if (load > cpu_running_mark) {
780 if (load > 95 || load > cpu_running_mark * 2)
783 freq = freq * load / cpu_running_mark;
[all …]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Examples/
Diotop_example.txt9 2005 Jul 16 00:34:40, load: 1.21, disk_r: 12891 KB, disk_w: 1087 KB
21 2005 Jul 16 00:34:45, load: 1.23, disk_r: 83849 KB, disk_w: 488 KB
32 2005 Jul 16 00:34:50, load: 1.25, disk_r: 22394 KB, disk_w: 2 KB
58 2005 Jul 16 00:39:03, load: 1.10, disk_r: 5302 KB, disk_w: 20 KB
65 2005 Jul 16 00:39:08, load: 1.14, disk_r: 5268 KB, disk_w: 273 KB
74 2005 Jul 16 00:39:13, load: 1.16, disk_r: 602 KB, disk_w: 1238 KB
99 2005 Nov 18 15:26:14, load: 0.24, disk_r: 13176 KB, disk_w: 0 KB
104 2005 Nov 18 15:26:15, load: 0.25, disk_r: 5263 KB, disk_w: 0 KB
110 2005 Nov 18 15:26:16, load: 0.25, disk_r: 8724 KB, disk_w: 0 KB
116 2005 Nov 18 15:26:17, load: 0.25, disk_r: 7528 KB, disk_w: 0 KB
[all …]
Diopending_example.txt7 2006 Jan 6 20:21:59, load: 0.02, disk_r: 0 KB, disk_w: 0 KB
14 2006 Jan 6 20:22:00, load: 0.03, disk_r: 0 KB, disk_w: 0 KB
21 2006 Jan 6 20:22:01, load: 0.03, disk_r: 0 KB, disk_w: 0 KB
41 2006 Jan 6 19:15:41, load: 0.03, disk_r: 3599 KB, disk_w: 0 KB
66 2006 Jan 6 20:58:07, load: 0.03, disk_r: 25172 KB, disk_w: 33321 KB
81 2006 Jan 6 20:58:17, load: 0.05, disk_r: 8409 KB, disk_w: 12449 KB
Drwtop_example.txt7 2005 Jul 24 01:00:43, load: 1.02, app_r: 8 KB, app_w: 19 KB
31 2005 Jul 24 01:03:27, load: 1.05, app_r: 261 KB, app_w: 348 KB
40 2005 Jul 24 01:03:32, load: 1.07, app_r: 110 KB, app_w: 233 KB
49 2005 Jul 24 01:03:37, load: 1.07, app_r: 6 KB, app_w: 7 KB
Dloads_example.txt7 1:30am up 14 day(s), 2:27, 3 users, load average: 3.52, 3.45, 3.05
10 2005 Jun 11 01:30:49, load average: 3.52, 3.45, 3.05
12 Both have returned the same load average, confirming that loads.d is
/freebsd-10-stable/contrib/netbsd-tests/modules/
Dt_modctl.c55 static int load(prop_dictionary_t, bool, const char *, ...);
206 load(prop_dictionary_t props, bool fatal, const char *fmt, ...) in load() function
298 ATF_CHECK(load(NULL, false, " ") == ENOENT); in ATF_TC_BODY()
299 ATF_CHECK(load(NULL, false, "non-existent.o") == ENOENT); in ATF_TC_BODY()
304 ATF_CHECK(load(NULL, false, "%s", longname) == ENAMETOOLONG); in ATF_TC_BODY()
307 load(NULL, true, "%s/k_helper/k_helper.kmod", in ATF_TC_BODY()
330 load(props, true, "%s/k_helper/k_helper.kmod", in ATF_TC_BODY()
345 load(props, true, "%s/k_helper/k_helper.kmod", in ATF_TC_BODY()
365 load(props, true, "%s/k_helper/k_helper.kmod", in ATF_TC_BODY()
404 load(props, true, "%s/k_helper/k_helper.kmod", in ATF_TC_BODY()
[all …]
/freebsd-10-stable/usr.sbin/kgzip/
Dkgzcmp.c179 size_t load, addr, n; in ld_elf() local
182 load = addr = n = 0; in ld_elf()
190 load = addr = p.p_vaddr; in ld_elf()
209 kh->dload = load; in ld_elf()
210 kh->dsize = addr - load; in ld_elf()
223 size_t load, addr; in ld_aout() local
225 load = addr = N_TXTADDR(*a); in ld_aout()
232 kh->dload = load; in ld_aout()
233 kh->dsize = addr - load; in ld_aout()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86InstrFragmentsSIMD.td18 def load_mmx : PatFrag<(ops node:$ptr), (x86mmx (load node:$ptr))>;
277 // 128-bit load pattern fragments
279 def loadv4f32 : PatFrag<(ops node:$ptr), (v4f32 (load node:$ptr))>;
280 def loadv2f64 : PatFrag<(ops node:$ptr), (v2f64 (load node:$ptr))>;
281 def loadv2i64 : PatFrag<(ops node:$ptr), (v2i64 (load node:$ptr))>;
283 // 256-bit load pattern fragments
285 def loadv8f32 : PatFrag<(ops node:$ptr), (v8f32 (load node:$ptr))>;
286 def loadv4f64 : PatFrag<(ops node:$ptr), (v4f64 (load node:$ptr))>;
287 def loadv4i64 : PatFrag<(ops node:$ptr), (v4i64 (load node:$ptr))>;
289 // 512-bit load pattern fragments
[all …]
/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r262261-llvm-r198893-sparc.diff18 - [(set i64:$dst, (load ADDRrr:$addr))]>;
22 - [(set i64:$dst, (load ADDRri:$addr))]>;
23 +defm LDX : Load<"ldx", 0b001011, load, I64Regs, i64>;
31 // Sign-extending load of i32 into i64 is a new SPARC v9 instruction.
131 - [(set i32:$dst, (load ADDRrr:$addr))]>;
135 - [(set i32:$dst, (load ADDRri:$addr))]>;
140 +defm LD : Load<"ld", 0b000000, load, IntRegs, i32>;
146 - [(set f32:$dst, (load ADDRrr:$addr))]>;
150 - [(set f32:$dst, (load ADDRri:$addr))]>;
154 - [(set f64:$dst, (load ADDRrr:$addr))]>;
[all …]
/freebsd-10-stable/sys/dev/syscons/snake/
Dsnake_saver.c68 int f, color, load; in snake_saver() local
117 load = ((averunnable.ldavg[0] * 100 + FSCALE / 2) >> FSHIFT); in snake_saver()
118 if (load == 0) in snake_saver()
120 else if (load / mp_ncpus <= 50) in snake_saver()
122 else if (load / mp_ncpus <= 75) in snake_saver()
124 else if (load / mp_ncpus <= 99) in snake_saver()
/freebsd-10-stable/crypto/openssl/doc/crypto/
Dlh_stats.pod35 hash table. It prints the 'load' and the 'actual load'. The load is
37 'actual load' is the average number of items per 'bucket', but only
38 for buckets which contain entries. So the 'actual load' is the
40 table, while the 'load' is the average number that will be done to
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
Dcc_hash_max_collision_check_resize_trigger_imp.hpp52 cc_hash_max_collision_check_resize_trigger(float load) : in cc_hash_max_collision_check_resize_trigger() argument
53 m_load(load), in cc_hash_max_collision_check_resize_trigger()
213 set_load(float load) in set_load() argument
216 m_load = load; in set_load()
/freebsd-10-stable/contrib/tcpdump/
Dprint-eigrp.c134 u_int8_t load; member
154 u_int8_t load; member
173 u_int8_t load; member
192 u_int8_t load; member
350 tlv_ptr.eigrp_tlv_ip_int->load); in eigrp_print()
387 tlv_ptr.eigrp_tlv_ip_ext->load); in eigrp_print()
419 tlv_ptr.eigrp_tlv_at_int->load); in eigrp_print()
450 tlv_ptr.eigrp_tlv_at_ext->load); in eigrp_print()
/freebsd-10-stable/contrib/netbsd-tests/modules/k_helper3/
Dk_helper3.c45 static int load(const char *, ...);
55 return load(argv[1], argv[2]); in main()
59 load(const char *fmt, ...) in load() function

12345678910>>...29