Home
last modified time | relevance | path

Searched refs:bnd (Results 1 – 25 of 84) sorted by relevance

1234

/netbsd-src/sys/arch/prep/stand/boot/
H A Dio.c107 uint32_t bnd; in _wbinv() local
110 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size) in _wbinv()
118 uint32_t bnd, off; in _inv() local
132 bnd = adr + siz; in _inv()
133 off = bnd & (dcache_line_size - 1); in _inv()
136 asm volatile("dcbf 0,%0" :: "r"(bnd) : "memory"); /* it's OK */ in _inv()
141 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size) { in _inv()
/netbsd-src/sys/arch/bebox/stand/boot/
H A Dio.c125 uint32_t bnd; in _wbinv() local
128 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size) in _wbinv()
136 uint32_t bnd, off; in _inv() local
150 bnd = adr + siz; in _inv()
151 off = bnd & (dcache_line_size - 1); in _inv()
154 asm volatile("dcbf 0,%0" :: "r"(bnd) : "memory"); /* it's OK */ in _inv()
159 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size) { in _inv()
/netbsd-src/external/mit/isl/dist/
H A Disl_multi_bind_templ.c25 DOM *bnd; in FN() local
44 bnd = FN(EL,bind_id)(el, id); in FN()
53 bnd_i = FN(DOM,align_params)(bnd_i, FN(DOM,get_space)(bnd)); in FN()
54 bnd = FN(DOM,align_params)(bnd, FN(DOM,get_space)(bnd_i)); in FN()
55 bnd = FN(DOM,intersect)(bnd, bnd_i); in FN()
60 return bnd; in FN()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddb.c40 static isc_result_t write_binding_scope(FILE *db_file, struct binding *bnd,
54 write_binding_scope(FILE *db_file, struct binding *bnd, char *prepend) { in write_binding_scope() argument
57 if ((db_file == NULL) || (bnd == NULL) || (prepend == NULL)) in write_binding_scope()
60 if (bnd->value->type == binding_data) { in write_binding_scope()
61 if (bnd->value->value.data.data != NULL) { in write_binding_scope()
62 s = quotify_buf(bnd->value->value.data.data, in write_binding_scope()
63 bnd->value->value.data.len, '"', MDL); in write_binding_scope()
67 prepend, bnd->name, s); in write_binding_scope()
75 } else if (bnd->value->type == binding_numeric) { in write_binding_scope()
78 bnd->name, bnd->value->value.intval); in write_binding_scope()
[all …]
H A Dconfpars.c4766 struct binding *bnd; in parse_ia_na_declaration()
4957 bnd = find_binding(scope, val); in parse_ia_na_declaration()
4966 bnd = NULL; in parse_ia_na_declaration()
4969 if (bnd == NULL) { in parse_ia_na_declaration()
4970 bnd = dmalloc(sizeof(*bnd), in parse_ia_na_declaration()
4972 if (bnd == NULL) { in parse_ia_na_declaration()
4977 bnd->name = dmalloc(strlen(val) + 1, in parse_ia_na_declaration()
4979 if (bnd->name == NULL) { in parse_ia_na_declaration()
4983 strcpy(bnd->name, val); in parse_ia_na_declaration()
5010 binding_value_reference(&bnd->value, in parse_ia_na_declaration()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacmsvcex.h88 #define _Bnd(X, bnd) (((sizeof (X)) + (bnd)) & (~(bnd))) argument
/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dbrdsetup.c1060 uint32_t bnd; in _wb() local
1063 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size) in _wb()
1071 uint32_t bnd; in _wbinv() local
1074 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size) in _wbinv()
1082 uint32_t bnd, off; in _inv() local
1096 bnd = adr + siz; in _inv()
1097 off = bnd & (dcache_line_size - 1); in _inv()
1100 asm volatile("dcbf 0,%0" :: "r"(bnd) : "memory"); /* it's OK */ in _inv()
1105 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size) { in _inv()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched.c1574 bnd_t bnd = BLIST_BND (bnds); in collect_unavailable_regs_from_bnds() local
1578 if (!av_set_is_in_p (BND_AV1 (bnd), EXPR_VINSN (expr))) in collect_unavailable_regs_from_bnds()
1583 orig_ops = find_sequential_best_exprs (bnd, expr, false); in collect_unavailable_regs_from_bnds()
1586 res = find_used_regs (BND_TO (bnd), orig_ops, used_regs, in collect_unavailable_regs_from_bnds()
4878 move_cond_jump (rtx_insn *insn, bnd_t bnd) in move_cond_jump() argument
4885 block_bnd = BLOCK_FOR_INSN (BND_TO (bnd)); in move_cond_jump()
4886 prev = BND_TO (bnd); in move_cond_jump()
4909 BND_TO (bnd) = insn; in move_cond_jump()
5008 bnd_t bnd = BLIST_BND (bnds); in remove_insns_for_debug() local
5009 insn_t next = BND_TO (bnd); in remove_insns_for_debug()
[all …]
H A Dtree-ssa-loop-niter.c546 mpz_t offc0, offc1, loffx, loffy, bnd; in refine_bounds_using_guard() local
667 mpz_init (bnd); in refine_bounds_using_guard()
668 mpz_sub (bnd, loffx, loffy); in refine_bounds_using_guard()
669 mpz_add (bnd, bnd, offc1); in refine_bounds_using_guard()
670 mpz_sub (bnd, bnd, offc0); in refine_bounds_using_guard()
673 mpz_sub_ui (bnd, bnd, 1); in refine_bounds_using_guard()
677 mpz_neg (bnd, bnd); in refine_bounds_using_guard()
678 if (mpz_cmp (bnds->below, bnd) < 0) in refine_bounds_using_guard()
679 mpz_set (bnds->below, bnd); in refine_bounds_using_guard()
683 if (mpz_cmp (bnd, bnds->up) < 0) in refine_bounds_using_guard()
[all …]
H A Dsel-sched-dump.c507 bnd_t bnd = BLIST_BND (bnds); in dump_blist() local
509 sel_print ("[to: %d; ptr: ", INSN_UID (BND_TO (bnd))); in dump_blist()
510 dump_ilist (BND_PTR (bnd)); in dump_blist()
H A Dsel-sched-ir.c200 bnd_t bnd; in blist_add() local
203 bnd = BLIST_BND (*lp); in blist_add()
205 BND_TO (bnd) = to; in blist_add()
206 BND_PTR (bnd) = ptr; in blist_add()
207 BND_AV (bnd) = NULL; in blist_add()
208 BND_AV1 (bnd) = NULL; in blist_add()
209 BND_DC (bnd) = dc; in blist_add()
H A Dsel-sched-ir.h239 #define BLIST_BND(L) (&(L)->u.bnd)
348 struct _bnd bnd; member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsel-sched.cc1574 bnd_t bnd = BLIST_BND (bnds); in collect_unavailable_regs_from_bnds() local
1578 if (!av_set_is_in_p (BND_AV1 (bnd), EXPR_VINSN (expr))) in collect_unavailable_regs_from_bnds()
1583 orig_ops = find_sequential_best_exprs (bnd, expr, false); in collect_unavailable_regs_from_bnds()
1586 res = find_used_regs (BND_TO (bnd), orig_ops, used_regs, in collect_unavailable_regs_from_bnds()
4878 move_cond_jump (rtx_insn *insn, bnd_t bnd) in move_cond_jump() argument
4885 block_bnd = BLOCK_FOR_INSN (BND_TO (bnd)); in move_cond_jump()
4886 prev = BND_TO (bnd); in move_cond_jump()
4909 BND_TO (bnd) = insn; in move_cond_jump()
5008 bnd_t bnd = BLIST_BND (bnds); in remove_insns_for_debug() local
5009 insn_t next = BND_TO (bnd); in remove_insns_for_debug()
[all …]
H A Dtree-ssa-loop-niter.cc564 mpz_t offc0, offc1, loffx, loffy, bnd; in refine_bounds_using_guard() local
685 mpz_init (bnd); in refine_bounds_using_guard()
686 mpz_sub (bnd, loffx, loffy); in refine_bounds_using_guard()
687 mpz_add (bnd, bnd, offc1); in refine_bounds_using_guard()
688 mpz_sub (bnd, bnd, offc0); in refine_bounds_using_guard()
691 mpz_sub_ui (bnd, bnd, 1); in refine_bounds_using_guard()
695 mpz_neg (bnd, bnd); in refine_bounds_using_guard()
696 if (mpz_cmp (bnds->below, bnd) < 0) in refine_bounds_using_guard()
697 mpz_set (bnds->below, bnd); in refine_bounds_using_guard()
701 if (mpz_cmp (bnd, bnds->up) < 0) in refine_bounds_using_guard()
[all …]
H A Dsel-sched-dump.cc507 bnd_t bnd = BLIST_BND (bnds); in dump_blist() local
509 sel_print ("[to: %d; ptr: ", INSN_UID (BND_TO (bnd))); in dump_blist()
510 dump_ilist (BND_PTR (bnd)); in dump_blist()
H A Dsel-sched-ir.cc200 bnd_t bnd; in blist_add() local
203 bnd = BLIST_BND (*lp); in blist_add()
205 BND_TO (bnd) = to; in blist_add()
206 BND_PTR (bnd) = ptr; in blist_add()
207 BND_AV (bnd) = NULL; in blist_add()
208 BND_AV1 (bnd) = NULL; in blist_add()
209 BND_DC (bnd) = dc; in blist_add()
H A Dsel-sched-ir.h239 #define BLIST_BND(L) (&(L)->u.bnd)
348 struct _bnd bnd; member
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c640 long *bnd = (long*) ((char*) cinfo + sizeof (Common_info)); in compute_uid() local
642 while (ptr > bnd) in compute_uid()
698 long *bnd = (long*) ((char*) cinfo + cinfo->hsize); in compute_uid() local
703 while (ptr < bnd - 1) in compute_uid()
723 char *s = (char*) bnd; in compute_uid()
760 long *bnd = (long*) (arg->bytes); in __collector_getUID() local
761 while (ptr > bnd) in __collector_getUID()
806 bnd = (long*) ((char*) arg->bytes + arg->length); in __collector_getUID()
812 while (ptr < bnd) in __collector_getUID()
818 if ((bnd - ptr) > sizeof (uidt)) in __collector_getUID()
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c646 long *bnd = (long*) ((char*) cinfo + sizeof (Common_info)); in compute_uid() local
648 while (ptr > bnd) in compute_uid()
704 long *bnd = (long*) ((char*) cinfo + cinfo->hsize); in compute_uid() local
709 while (ptr < bnd - 1) in compute_uid()
729 char *s = (char*) bnd; in compute_uid()
766 long *bnd = (long*) (arg->bytes); in __collector_getUID() local
767 while (ptr > bnd) in __collector_getUID()
812 bnd = (long*) ((char*) arg->bytes + arg->length); in __collector_getUID()
818 while (ptr < bnd) in __collector_getUID()
824 if ((bnd - ptr) > sizeof (uidt)) in __collector_getUID()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DChangeLog-20171324 * testsuite/ld-x86-64/plt-main-bnd.dd: Accept '_' in symbol
1592 * testsuite/ld-x86-64/bnd-branch-1-now.d: Likewise.
1593 * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
1594 * testsuite/ld-x86-64/bnd-ifunc-1.d: Likewise.
1595 * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
1596 * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
1597 * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
1598 * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
2631 .plt.bnd with .plt.sec.
2632 * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
[all …]
H A DChangeLog-2018733 * testsuite/ld-x86-64/bnd-branch-1-now.d: Likewise.
734 * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
735 * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
736 * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
737 * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
738 * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
2175 * testsuite/ld-x86-64/bnd-branch-1-now.d,
2176 * testsuite/ld-x86-64/bnd-ifunc-1-now.d,
2177 * testsuite/ld-x86-64/bnd-ifunc-2-now.d,
2178 * testsuite/ld-x86-64/bnd-ifunc-2.d,
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-20171324 * testsuite/ld-x86-64/plt-main-bnd.dd: Accept '_' in symbol
1592 * testsuite/ld-x86-64/bnd-branch-1-now.d: Likewise.
1593 * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
1594 * testsuite/ld-x86-64/bnd-ifunc-1.d: Likewise.
1595 * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
1596 * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
1597 * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
1598 * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
2631 .plt.bnd with .plt.sec.
2632 * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
[all …]
H A DChangeLog-2018733 * testsuite/ld-x86-64/bnd-branch-1-now.d: Likewise.
734 * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
735 * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
736 * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
737 * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
738 * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
2175 * testsuite/ld-x86-64/bnd-branch-1-now.d,
2176 * testsuite/ld-x86-64/bnd-ifunc-1-now.d,
2177 * testsuite/ld-x86-64/bnd-ifunc-2-now.d,
2178 * testsuite/ld-x86-64/bnd-ifunc-2.d,
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc2479 gfc_expr *bnd; in gfc_simplify_eoshift() local
2532 bnd = gfc_get_int_expr (array->ts.kind, NULL, 0); in gfc_simplify_eoshift()
2536 bnd = gfc_get_logical_expr (array->ts.kind, NULL, 0); in gfc_simplify_eoshift()
2540 bnd = gfc_get_constant_expr (array->ts.type, array->ts.kind, &gfc_current_locus); in gfc_simplify_eoshift()
2541 mpfr_set_ui (bnd->value.real, 0, GFC_RND_MODE); in gfc_simplify_eoshift()
2545 bnd = gfc_get_constant_expr (array->ts.type, array->ts.kind, &gfc_current_locus); in gfc_simplify_eoshift()
2546 mpc_set_ui (bnd->value.complex, 0, GFC_RND_MODE); in gfc_simplify_eoshift()
2551 bnd = gfc_get_character_expr (array->ts.kind, &gfc_current_locus, NULL, s_len); in gfc_simplify_eoshift()
2562 bnd = boundary; in gfc_simplify_eoshift()
2610 if (bnd->rank > 0) in gfc_simplify_eoshift()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c2446 gfc_expr *bnd; in gfc_simplify_eoshift() local
2499 bnd = gfc_get_int_expr (array->ts.kind, NULL, 0); in gfc_simplify_eoshift()
2503 bnd = gfc_get_logical_expr (array->ts.kind, NULL, 0); in gfc_simplify_eoshift()
2507 bnd = gfc_get_constant_expr (array->ts.type, array->ts.kind, &gfc_current_locus); in gfc_simplify_eoshift()
2508 mpfr_set_ui (bnd->value.real, 0, GFC_RND_MODE); in gfc_simplify_eoshift()
2512 bnd = gfc_get_constant_expr (array->ts.type, array->ts.kind, &gfc_current_locus); in gfc_simplify_eoshift()
2513 mpc_set_ui (bnd->value.complex, 0, GFC_RND_MODE); in gfc_simplify_eoshift()
2518 bnd = gfc_get_character_expr (array->ts.kind, &gfc_current_locus, NULL, s_len); in gfc_simplify_eoshift()
2529 bnd = boundary; in gfc_simplify_eoshift()
2577 if (bnd->rank > 0) in gfc_simplify_eoshift()
[all …]

1234