Home
last modified time | relevance | path

Searched refs:label (Results 251 – 275 of 1098) sorted by relevance

1...<<11121314151617181920>>...44

/openbsd/gnu/llvm/llvm/docs/
H A DFaultMaps.rst73 br i1 %ptr_is_null, label %is_null, label %not_null, !make.implicit !0
77 br label %do_something_with_t
91 %t = load i32, i32* %ptr ;; handler-pc = label %is_null
92 br label %do_something_with_t
/openbsd/gnu/gcc/gcc/config/mt/
H A Dmt.c2153 rtx label; /* The label. */ member
2170 rtx label = XEXP (*x, 0); in mt_add_branches() local
2174 if (info->label == label) in mt_add_branches()
2183 info->label = label; in mt_add_branches()
2358 label_info *label; in mt_reorg_hazard() local
2361 for (label = mt_labels; in mt_reorg_hazard()
2362 label; in mt_reorg_hazard()
2363 label = label->next) in mt_reorg_hazard()
2364 if (label->label == prev) in mt_reorg_hazard()
2435 mt_labels = label->next; in mt_reorg_hazard()
[all …]
/openbsd/sys/arch/hppa/stand/libsa/
H A Ddev_hppa.h15 struct disklabel *label; member
42 const char *dk_disklabel(struct hppa_dev *dp, struct disklabel *label);
/openbsd/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx1030_label.rst10 label chapter
18 * A :ref:`symbol<amdgpu_synid_symbol>` (for example, a label) representing a relocatable address in…
H A Dgfx8_label.rst10 label chapter
18 * A :ref:`symbol<amdgpu_synid_symbol>` (for example, a label) representing a relocatable address in…
H A Dgfx10_label.rst10 label chapter
18 * A :ref:`symbol<amdgpu_synid_symbol>` (for example, a label) representing a relocatable address in…
H A Dgfx90a_label.rst10 label chapter
18 * A :ref:`symbol<amdgpu_synid_symbol>` (for example, a label) representing a relocatable address in…
H A Dgfx940_label.rst10 label chapter
18 * A :ref:`symbol<amdgpu_synid_symbol>` (for example, a label) representing a relocatable address in…
H A Dgfx9_label.rst10 label chapter
18 * A :ref:`symbol<amdgpu_synid_symbol>` (for example, a label) representing a relocatable address in…
H A Dgfx7_label.rst10 label chapter
18 * A :ref:`symbol<amdgpu_synid_symbol>` (for example, a label) representing a relocatable address in…
H A Dgfx11_label.rst10 label chapter
18 * A :ref:`symbol<amdgpu_synid_symbol>` (for example, a label) representing a relocatable address in…
/openbsd/usr.bin/rdist/
H A Dgram.y410 insert(char *label, struct namelist *files, struct namelist *hosts, in insert() argument
417 label == NULL ? "(null)" : label, in insert()
443 nc->c_label = label; in insert()
463 append(char *label, struct namelist *files, char *stamp, struct subcmd *scmds) in append() argument
470 c->c_label = label; in append()
/openbsd/regress/lib/libcrypto/asn1/
H A Dasn1complex.c38 asn1_compare_bytes(const char *label, const unsigned char *d1, int len1, in asn1_compare_bytes() argument
43 "(%d != %d)\n", label, len1, len2); in asn1_compare_bytes()
47 fprintf(stderr, "FAIL: %s - bytes differ\n", label); in asn1_compare_bytes()
/openbsd/gnu/gcc/gcc/
H A Dexcept.c102 rtx label; member
185 rtx label; member
691 if (r->label) in remove_unreachable_regions()
782 entry->label = label; in add_ehl_entry()
827 lab = region->label; in find_exception_handler_labels()
1445 emit_jump (c->label); in build_post_landing_pads()
2149 return entry->label == data->label; in ehl_eq()
2166 tmp.label = label; in remove_exception_handler_label()
2213 lab = region->label; in remove_eh_handler()
2281 tmp.label = label; in maybe_remove_eh_handler()
[all …]
H A Dreorg.c862 && label != 0 in get_jump_flags()
2880 rtx label; in fill_slots_from_thread() local
2893 label = find_end_label (); in fill_slots_from_thread()
2895 label = new_thread; in fill_slots_from_thread()
2899 if (label) in fill_slots_from_thread()
3098 if (label) in relax_delay_slots()
3099 ++LABEL_NUSES (label); in relax_delay_slots()
3107 if (label) in relax_delay_slots()
3108 --LABEL_NUSES (label); in relax_delay_slots()
3347 if (label == 0) in relax_delay_slots()
[all …]
H A Dtree-cfg.c940 main_block_label (tree label) in main_block_label() argument
1032 CASE_LABEL (elt) = label; in cleanup_dead_labels()
1076 || DECL_NONLOCAL (label) in cleanup_dead_labels()
1777 if (DECL_NONLOCAL (label)) in remove_useless_stmts_label()
2607 tree stmt, label; in disband_implicit_edges() local
4027 tree label, stmt; in tree_block_label() local
4039 return label; in tree_block_label()
4046 return label; in tree_block_label()
4098 tree label, stmt; in tree_redirect_edge_and_branch() local
4144 CASE_LABEL (cases) = label; in tree_redirect_edge_and_branch()
[all …]
H A Dhaifa-sched.c3630 rtx x, label; in init_before_recovery() local
3650 LABEL_NUSES (label)++; in init_before_recovery()
3673 rtx label; in create_recovery_block() local
3687 rec = create_basic_block (label, label, before_recovery); in create_recovery_block()
3727 label = 0; in create_check_block_twin()
4150 if (LABEL_P (label)) in unlink_bb_notes()
4151 note = NEXT_INSN (label); in unlink_bb_notes()
4153 note = label; in unlink_bb_notes()
4194 if (LABEL_P (label)) in restore_bb_notes()
4195 note = NEXT_INSN (label); in restore_bb_notes()
[all …]
H A Dtree-ssa-uncprop.c204 tree label = TREE_VEC_ELT (labels, i); in associate_equivalences_with_edges() local
205 basic_block bb = label_to_block (CASE_LABEL (label)); in associate_equivalences_with_edges()
208 if (CASE_HIGH (label) in associate_equivalences_with_edges()
209 || !CASE_LOW (label) in associate_equivalences_with_edges()
213 info[bb->index] = label; in associate_equivalences_with_edges()
H A Dloop-unswitch.c92 compare_and_jump_seq (rtx op0, rtx op1, enum rtx_code comp, rtx label, int prob, in compare_and_jump_seq() argument
116 redirect_jump (jump, label, 0); in compare_and_jump_seq()
125 mode, NULL_RTX, NULL_RTX, label); in compare_and_jump_seq()
127 JUMP_LABEL (jump) = label; in compare_and_jump_seq()
128 LABEL_NUSES (label)++; in compare_and_jump_seq()
/openbsd/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D170_keepalive.t64 my $label = basename($file);
71 is !!$h->{handle}, !!$ok, "$label - $title";
H A D160_cookies.t23 my $label = basename($file);
73 is( sort_headers($got_req), sort_headers($expect_req), "$label request data");
/openbsd/gnu/usr.bin/binutils/gas/
H A Ddw2gencfi.c164 cfi_new_fde (symbolS *label) in cfi_new_fde() argument
167 fde->start_address = label; in cfi_new_fde()
168 last_address = label; in cfi_new_fde()
174 cfi_end_fde (symbolS *label) in cfi_end_fde() argument
176 cur_fde_data->end_address = label; in cfi_end_fde()
239 cfi_add_advance_loc (symbolS *label) in cfi_add_advance_loc() argument
245 insn->u.ll.lab2 = label; in cfi_add_advance_loc()
247 last_address = label; in cfi_add_advance_loc()
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dste.c2386 ffeste_labeldef_branch (ffelab label) in ffeste_labeldef_branch() argument
2409 ffeste_labeldef_format (ffelab label) in ffeste_labeldef_format() argument
2411 ffeste_label_formatdef_ = label; in ffeste_labeldef_format()
2867 ffeste_R836 (ffelab label) in ffeste_R836() argument
4330 ffebld label; in ffeste_R1212() local
4335 for (caseno = 1, label = labels; in ffeste_R1212()
4336 label != NULL; in ffeste_R1212()
4337 ++caseno, label = ffebld_trail (label)) in ffeste_R1212()
4379 tree label; in ffeste_R1226() local
4387 if (label == error_mark_node) in ffeste_R1226()
[all …]
/openbsd/sbin/pfctl/
H A Dparse.y266 char *label; member
295 char *label; member
1936 | LABEL label {
1941 filter_opts.label = $2;
3477 label : STRING {
4067 p = q = label; in expand_label_str()
4591 if (strlcpy(label, r->label, sizeof(label)) >= sizeof(label)) in expand_rule()
4660 if (strlcpy(r->label, label, sizeof(r->label)) >= in expand_rule()
4661 sizeof(r->label)) in expand_rule()
5641 if (strlcpy(r->label, s, sizeof(r->label)) >= in rule_label()
[all …]
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-v850.texi74 ops to be used in the assembler source code. These ops label sections
290 address of the label 'here' and store it into register 6:
314 computes the absolute address of label 'here' and puts the result into
326 loads the contents of the location pointed to by the label '_a_variable'
327 into register 6, provided that the label is located somewhere within +/-
330 label called '__gp'. This can either be set up automatically by the
343 loads the contents of the location pointed to by the label '_a_variable'
347 label called '__ep'. This can either be set up automatically by the
359 puts the address of the label '_a_variable' into register 6, assuming
360 that the label is somewhere within the first 32K of memory. (Strictly
[all …]

1...<<11121314151617181920>>...44