Home
last modified time | relevance | path

Searched refs:cyc (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dcg_arcs.c184 if (child->cg.cyc.head != child) in propagate_time()
186 if (parent->cg.cyc.num == child->cg.cyc.num) in propagate_time()
194 child = child->cg.cyc.head; in propagate_time()
226 if (parent->cg.cyc.head != parent) in propagate_time()
228 parent->cg.cyc.head->cg.child_time += share; in propagate_time()
229 parent->cg.cyc.head->cg.prop.child += prop_share; in propagate_time()
250 Sym *member, *cyc; in cycle_time() local
252 for (cyc = &cycle_header[1]; cyc <= &cycle_header[num_cycles]; ++cyc) in cycle_time()
254 for (member = cyc->cg.cyc.next; member; member = member->cg.cyc.next) in cycle_time()
264 cyc->hist.time += member->hist.time; in cycle_time()
[all …]
H A Dcg_dfn.c104 if (child->cg.cyc.head != child && child->cg.cyc.head == head) in find_cycle()
152 for (tail = head; tail->cg.cyc.next; tail = tail->cg.cyc.next) in find_cycle()
165 if (head->cg.cyc.head != head) in find_cycle()
167 head = head->cg.cyc.head; in find_cycle()
175 if (child->cg.cyc.head == child) in find_cycle()
181 tail->cg.cyc.next = child; in find_cycle()
182 child->cg.cyc.head = head; in find_cycle()
188 for (tail = child; tail->cg.cyc.next; tail = tail->cg.cyc.next) in find_cycle()
190 tail->cg.cyc.next->cg.cyc.head = head; in find_cycle()
192 print_name (tail->cg.cyc.next); in find_cycle()
[all …]
H A Dcg_print.c116 print_cycle (Sym *cyc) in print_cycle() argument
120 sprintf (buf, "[%d]", cyc->cg.index); in print_cycle()
124 100 * (cyc->cg.prop.self + cyc->cg.prop.child) / print_time, in print_cycle()
125 cyc->cg.prop.self / hz, cyc->cg.prop.child / hz, cyc->ncalls); in print_cycle()
127 if (cyc->cg.self_calls != 0) in print_cycle()
128 printf ("+%-7lu", cyc->cg.self_calls); in print_cycle()
132 printf (_(" <cycle %d as a whole> [%d]\n"), cyc->cg.cyc.num, cyc->cg.index); in print_cycle()
164 sort_members (Sym *cyc) in sort_members() argument
170 todo = cyc->cg.cyc.next; in sort_members()
171 cyc->cg.cyc.next = 0; in sort_members()
[all …]
H A Dutils.c103 if (self->cg.cyc.num != 0) in print_name()
105 printf (_(" <cycle %d>"), self->cg.cyc.num); in print_name()
H A Dsymtab.h95 cyc; member
H A Dmips.c56 indirect_child.cg.cyc.head = &indirect_child; in mips_find_call()
H A Dalpha.c104 indirect_child.cg.cyc.head = &indirect_child; in alpha_find_call()
H A Dvax.c247 indirectchild.cg.cyc.head = &indirectchild; in vax_find_call()
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dcg_arcs.c185 if (child->cg.cyc.head != child) in propagate_time()
187 if (parent->cg.cyc.num == child->cg.cyc.num) in propagate_time()
195 child = child->cg.cyc.head; in propagate_time()
227 if (parent->cg.cyc.head != parent) in propagate_time()
229 parent->cg.cyc.head->cg.child_time += share; in propagate_time()
230 parent->cg.cyc.head->cg.prop.child += prop_share; in propagate_time()
251 Sym *member, *cyc; in cycle_time() local
253 for (cyc = &cycle_header[1]; cyc <= &cycle_header[num_cycles]; ++cyc) in cycle_time()
255 for (member = cyc->cg.cyc.next; member; member = member->cg.cyc.next) in cycle_time()
265 cyc->hist.time += member->hist.time; in cycle_time()
[all …]
H A Dcg_dfn.c104 if (child->cg.cyc.head != child && child->cg.cyc.head == head) in find_cycle()
152 for (tail = head; tail->cg.cyc.next; tail = tail->cg.cyc.next) in find_cycle()
165 if (head->cg.cyc.head != head) in find_cycle()
167 head = head->cg.cyc.head; in find_cycle()
175 if (child->cg.cyc.head == child) in find_cycle()
181 tail->cg.cyc.next = child; in find_cycle()
182 child->cg.cyc.head = head; in find_cycle()
188 for (tail = child; tail->cg.cyc.next; tail = tail->cg.cyc.next) in find_cycle()
190 tail->cg.cyc.next->cg.cyc.head = head; in find_cycle()
192 print_name (tail->cg.cyc.next); in find_cycle()
[all …]
H A Dcg_print.c116 print_cycle (Sym *cyc) in print_cycle() argument
120 sprintf (buf, "[%d]", cyc->cg.index); in print_cycle()
124 100 * (cyc->cg.prop.self + cyc->cg.prop.child) / print_time, in print_cycle()
125 cyc->cg.prop.self / hz, cyc->cg.prop.child / hz, cyc->ncalls); in print_cycle()
127 if (cyc->cg.self_calls != 0) in print_cycle()
128 printf ("+%-7lu", cyc->cg.self_calls); in print_cycle()
132 printf (_(" <cycle %d as a whole> [%d]\n"), cyc->cg.cyc.num, cyc->cg.index); in print_cycle()
164 sort_members (Sym *cyc) in sort_members() argument
170 todo = cyc->cg.cyc.next; in sort_members()
171 cyc->cg.cyc.next = 0; in sort_members()
[all …]
H A Dutils.c103 if (self->cg.cyc.num != 0) in print_name()
105 printf (_(" <cycle %d>"), self->cg.cyc.num); in print_name()
H A Dsymtab.h95 cyc; member
H A Dmips.c56 indirect_child.cg.cyc.head = &indirect_child; in mips_find_call()
H A Dalpha.c104 indirect_child.cg.cyc.head = &indirect_child; in alpha_find_call()
H A Dvax.c247 indirectchild.cg.cyc.head = &indirectchild; in vax_find_call()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMScheduleA57.td178 // if so adds 2 cyc to latency, 1 uop, 1 res cycle for A57UnitB
255 // +2cyc for branch forms
386 // For "Load, register offset, minus" we need +1cyc, +1I
420 // Load, immed pre-indexed (4 cyc for load result, 1 cyc for Base update)
424 // Load, register pre-indexed (4 cyc for load result, 2 cyc for Base update)
425 // (5 cyc load result for not-lsl2 scaled)
442 // LDRD pre-indexed: 5(2) cyc for reg, 4(1) cyc for imm.
490 // LDRD post-indexed: 4(2) cyc for reg, 4(1) cyc for imm.
502 // 5cyc "I0/I1,L" for minus reg or scaled not plus lsl2
503 // otherwise 4cyc "L"
[all …]
/netbsd-src/usr.sbin/fwctl/
H A Dfwdv.c185 if (ciph->fdf.dv.cyc != 0xffff && k == 0) in dvrecv()
186 fprintf(stderr, "0x%04x\n", ntohs(ciph->fdf.dv.cyc)); in dvrecv()
325 ciph->fdf.dv.cyc = 0xffff; in dvsend()
384 ciph->fdf.dv.cyc = htons(f_cycle << 12 | f_frac); in dvsend()
386 ciph->fdf.dv.cyc = htons(cycle << 12 | f_frac); in dvsend()
392 ciph->fdf.dv.cyc = 0xffff; in dvsend()
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Diter_dname_insec.rpl337 ;9 cyc.example.com. example.com. example.com. cyc.example.com.
338 ;10 cyc.example.com. example.com. c.example.com. cyc.c.example.com.
681 ;9 cyc.example.com. example.com. example.com. cyc.example.com.
687 cyc.example.com. IN A
698 cyc.example.com. IN A
701 cyc.example.com. 0 IN CNAME cyc.example.com.
754 cyc.example.com. IN A
757 cyc.example.com. IN CNAME cyc.example.com.
764 ;10 cyc.example.com. example.com. c.example.com. cyc.c.example.com.
766 ; cyc.example.com. was renamed to cyc2.example.com. to avoid cache clashes
H A Diter_dname_yx.rpl335 ;9 cyc.example.com. example.com. example.com. cyc.example.com.
336 ;10 cyc.example.com. example.com. c.example.com. cyc.c.example.com.
673 ; ;9 cyc.example.com. example.com. example.com. cyc.example.com.
679 ; cyc.example.com. IN A
689 ; cyc.example.com. IN A
742 ; cyc.example.com. IN A
745 ; cyc.example.com. IN CNAME cyc.example.com.
752 ; ;10 cyc.example.com. example.com. c.example.com. cyc.c.example.com.
754 ; ; cyc.example.com. was renamed to cyc2.example.com. to avoid cache clashes
/netbsd-src/sys/dev/ieee1394/
H A Diec68113.h98 uint16_t cyc:16; /* take care of byte order! */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dpower8.md170 (define_insn_reservation "power8-1cyc" 1
178 (define_bypass 2 "power8-1cyc"
187 (define_insn_reservation "power8-2cyc" 2
H A Dpower5.md305 ; 4 mfcrf (each 3 cyc, 1/cyc) + 3 fxu
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dpower8.md170 (define_insn_reservation "power8-1cyc" 1
178 (define_bypass 2 "power8-1cyc"
187 (define_insn_reservation "power8-2cyc" 2
H A Dpower5.md305 ; 4 mfcrf (each 3 cyc, 1/cyc) + 3 fxu

12