| /NextBSD/contrib/gcc/ |
| HD | local-alloc.c | 482 rtx note; in validate_equiv_mem() local 511 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in validate_equiv_mem() 512 if ((REG_NOTE_KIND (note) == REG_INC in validate_equiv_mem() 513 || REG_NOTE_KIND (note) == REG_DEAD) in validate_equiv_mem() 514 && REG_P (XEXP (note, 0)) in validate_equiv_mem() 515 && reg_overlap_mentioned_p (XEXP (note, 0), memref)) in validate_equiv_mem() 820 rtx note; in update_equiv_regs() local 828 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in update_equiv_regs() 829 if (REG_NOTE_KIND (note) == REG_INC) in update_equiv_regs() 830 no_equiv (XEXP (note, 0), note, NULL); in update_equiv_regs() [all …]
|
| HD | jump.c | 215 rtx note, next; in init_label_info() local 217 for (note = REG_NOTES (insn); note; note = next) in init_label_info() 219 next = XEXP (note, 1); in init_label_info() 220 if (REG_NOTE_KIND (note) == REG_LABEL in init_label_info() 221 && ! reg_mentioned_p (XEXP (note, 0), PATTERN (insn))) in init_label_info() 222 remove_note (insn, note); in init_label_info() 1221 delete_prior_computation (rtx note, rtx insn) in delete_prior_computation() argument 1224 rtx reg = XEXP (note, 0); in delete_prior_computation() 1326 XEXP (note, 1) = REG_NOTES (our_prev); in delete_prior_computation() 1327 REG_NOTES (our_prev) = note; in delete_prior_computation() [all …]
|
| HD | gcse.c | 1688 rtx note; in hash_scan_set() local 1702 note = find_reg_equal_equiv_note (insn); in hash_scan_set() 1703 if (note != 0 in hash_scan_set() 1705 ? gcse_constant_p (XEXP (note, 0)) in hash_scan_set() 1706 : want_to_gcse_p (XEXP (note, 0)))) in hash_scan_set() 1707 src = XEXP (note, 0), pat = gen_rtx_SET (VOIDmode, dest, src); in hash_scan_set() 1727 && (note == NULL_RTX || ! MEM_P (XEXP (note, 0)))) in hash_scan_set() 1785 && ((note = find_reg_note (insn, REG_EQUIV, NULL_RTX)) == 0 in hash_scan_set() 1786 || ! MEM_P (XEXP (note, 0)))) in hash_scan_set() 2645 rtx note = find_reg_equal_equiv_note (insn); in try_replace_reg() local [all …]
|
| HD | haifa-sched.c | 1436 rtx line, note, prev, new; in restore_line_notes() local 1464 && (note = LINE_NOTE (insn)) != 0 in restore_line_notes() 1465 && note != line in restore_line_notes() 1468 || NOTE_SOURCE_LOCATION (note) != NOTE_SOURCE_LOCATION (line) in restore_line_notes() 1470 || NOTE_LINE_NUMBER (note) != NOTE_LINE_NUMBER (line) in restore_line_notes() 1471 || NOTE_SOURCE_FILE (note) != NOTE_SOURCE_FILE (line) in restore_line_notes() 1475 line = note; in restore_line_notes() 1477 if (LINE_NOTE (note)) in restore_line_notes() 1480 LINE_NOTE (note) = 0; in restore_line_notes() 1481 PREV_INSN (note) = prev; in restore_line_notes() [all …]
|
| HD | cfgrtl.c | 86 can_delete_note_p (rtx note) in can_delete_note_p() argument 88 return (NOTE_LINE_NUMBER (note) == NOTE_INSN_DELETED in can_delete_note_p() 89 || NOTE_LINE_NUMBER (note) == NOTE_INSN_BASIC_BLOCK); in can_delete_note_p() 109 rtx note; in delete_insn() local 148 while ((note = find_reg_note (insn, REG_LABEL, NULL_RTX)) != NULL_RTX in delete_insn() 149 && LABEL_P (XEXP (note, 0))) in delete_insn() 151 LABEL_NUSES (XEXP (note, 0))--; in delete_insn() 152 remove_note (insn, note); in delete_insn() 997 rtx note; in force_nonfallthru_and_redirect() local 1008 rtx note; in force_nonfallthru_and_redirect() local [all …]
|
| HD | predict.c | 158 rtx note; in rtl_predicted_by_p() local 161 for (note = REG_NOTES (BB_END (bb)); note; note = XEXP (note, 1)) in rtl_predicted_by_p() 162 if (REG_NOTE_KIND (note) == REG_BR_PRED in rtl_predicted_by_p() 163 && INTVAL (XEXP (XEXP (note, 0), 0)) == (int)predictor) in rtl_predicted_by_p() 214 br_prob_note_reliable_p (rtx note) in br_prob_note_reliable_p() argument 216 gcc_assert (REG_NOTE_KIND (note) == REG_BR_PROB); in br_prob_note_reliable_p() 217 return probability_reliable_p (INTVAL (XEXP (note, 0))); in br_prob_note_reliable_p() 336 rtx note; in invert_br_probabilities() local 338 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in invert_br_probabilities() 339 if (REG_NOTE_KIND (note) == REG_BR_PROB) in invert_br_probabilities() [all …]
|
| HD | emit-rtl.c | 3037 rtx note = find_reg_note (insn, REG_CC_USER, NULL_RTX); in next_cc0_user() local 3039 if (note) in next_cc0_user() 3040 return XEXP (note, 0); in next_cc0_user() 3058 rtx note = find_reg_note (insn, REG_CC_SETTER, NULL_RTX); in prev_cc0_setter() local 3060 if (note) in prev_cc0_setter() 3061 return XEXP (note, 0); in prev_cc0_setter() 3111 rtx note, seq; in try_split() local 3117 && (note = find_reg_note (trial, REG_BR_PROB, 0))) in try_split() 3118 split_branch_probability = INTVAL (XEXP (note, 0)); in try_split() 3189 for (note = REG_NOTES (trial); note; note = XEXP (note, 1)) in try_split() [all …]
|
| HD | regrename.c | 126 rtx note; in clear_dead_regs() local 127 for (note = notes; note; note = XEXP (note, 1)) in clear_dead_regs() 128 if (REG_NOTE_KIND (note) == kind && REG_P (XEXP (note, 0))) in clear_dead_regs() 130 rtx reg = XEXP (note, 0); in clear_dead_regs() 755 rtx note; in build_def_use() local 887 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use() 888 if (REG_NOTE_KIND (note) == REG_INC in build_def_use() 889 || REG_NOTE_KIND (note) == REG_FRAME_RELATED_EXPR) in build_def_use() 890 scan_rtx (insn, &XEXP (note, 0), ALL_REGS, mark_read, in build_def_use() 894 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use() [all …]
|
| HD | reg-stack.c | 712 remove_regno_note (rtx insn, enum reg_note note, unsigned int regno) in remove_regno_note() argument 718 if (REG_NOTE_KIND (this) == note in remove_regno_note() 962 rtx note; in move_for_stack_reg() local 972 note = find_regno_note (insn, REG_DEAD, REGNO (src)); in move_for_stack_reg() 973 if (note) in move_for_stack_reg() 1043 note = find_regno_note (insn, REG_DEAD, REGNO (src)); in move_for_stack_reg() 1044 if (note) in move_for_stack_reg() 1046 replace_reg (&XEXP (note, 0), FIRST_STACK_REG); in move_for_stack_reg() 1348 rtx note; in subst_stack_regs_pat() local 1353 note = find_reg_note (insn, REG_DEAD, *dest); in subst_stack_regs_pat() [all …]
|
| HD | reg-notes.def | 1 /* Register note definitions. 36 this insn). If REG is set in this insn, the REG_DEAD note may, 49 REG_EQUIV note may also appear on an insn which copies a register 60 reg for return values. This note is actually an INSN_LIST and it 67 call and points at the one that has the REG_RETVAL. This note is 79 note and the destination of this insn. */ 96 CODE_LABEL contained in the REG_LABEL note is used by the insn. 97 This note is an INSN_LIST. */ 122 that added the note, second specifies the predicted hitrate of 123 branch in the same format as REG_BR_PROB note uses. */ [all …]
|
| HD | insn-notes.def | 1 /* Insn note definitions. 34 /* This note is used to get rid of an insn when it isn't safe to patch 50 /* This note indicates the start of the real body of the function, 55 /* This kind of note is generated at the end of the function body, 68 /* These note where exception handling regions begin and end. 73 /* Generated whenever a duplicate line number note is output.
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | osabi.c | 364 check_note (bfd *abfd, asection *sect, const char *note, in check_note() argument 383 if (bfd_h_get_32 (abfd, note) != (strlen (name) + 1) in check_note() 384 || strcmp (note + 12, name) != 0) in check_note() 388 rdescsz = bfd_h_get_32 (abfd, note + 4); in check_note() 400 if (bfd_h_get_32 (abfd, note + 8) != type) in check_note() 414 char *note; in generic_elf_osabi_sniff_abi_tag_sections() local 423 note = alloca (sectsize); in generic_elf_osabi_sniff_abi_tag_sections() 424 bfd_get_section_contents (abfd, sect, note, 0, sectsize); in generic_elf_osabi_sniff_abi_tag_sections() 430 if (check_note (abfd, sect, note, "GNU", 16, NT_GNU_ABI_TAG)) in generic_elf_osabi_sniff_abi_tag_sections() 432 unsigned int abi_tag = bfd_h_get_32 (abfd, note + 16); in generic_elf_osabi_sniff_abi_tag_sections() [all …]
|
| /NextBSD/sys/dev/beri/virtio/ |
| HD | virtio_mmio_platform.c | 175 int note; in platform_note() local 183 note = Q_NOTIFY; in platform_note() 185 note = Q_NOTIFY1; in platform_note() 187 note = 0; in platform_note() 190 note = Q_PFN; in platform_note() 193 note = Q_SEL; in platform_note() 196 note = 0; in platform_note() 199 if (note) { in platform_note() 205 PIO_SET(sc->pio_send, note, 1); in platform_note()
|
| /NextBSD/share/examples/diskless/ |
| HD | README.TEMPLATING | 84 /kernel* ( note 2 ) 85 /dev ( note 3 ) 86 /var ( note 4 ) 87 /home ( note 4 ) 91 /usr/home ( note 4 ) 92 /usr/crash ( note 5 ) 93 /usr/obj ( note 5 ) 94 /usr/ports ( note 5 ) 95 /usr/src ( note 5 ) 96 /usr/local/crack ( note 5 ) [all …]
|
| /NextBSD/sys/i386/linux/ |
| HD | linux_vdso.lds.s | 21 .note : { *(.note.*) } :text :note 50 note PT_NOTE FLAGS(4); /* PF_R */
|
| /NextBSD/sys/amd64/linux/ |
| HD | linux_vdso.lds.s | 20 .note : { *(.note.*) } :text :note 49 note PT_NOTE FLAGS(4); /* PF_R */
|
| /NextBSD/sys/amd64/linux32/ |
| HD | linux32_vdso.lds.s | 21 .note : { *(.note.*) } :text :note 50 note PT_NOTE FLAGS(4); /* PF_R */
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | elf32-sparc.c | 34 elf32_sparc_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) in elf32_sparc_grok_psinfo() argument 36 switch (note->descsz) in elf32_sparc_grok_psinfo() 43 = _bfd_elfcore_strndup (abfd, note->descdata + 84, 16); in elf32_sparc_grok_psinfo() 45 = _bfd_elfcore_strndup (abfd, note->descdata + 100, 80); in elf32_sparc_grok_psinfo() 50 = _bfd_elfcore_strndup (abfd, note->descdata + 88, 16); in elf32_sparc_grok_psinfo() 52 = _bfd_elfcore_strndup (abfd, note->descdata + 104, 80); in elf32_sparc_grok_psinfo()
|
| /NextBSD/contrib/libxo/tests/gettext/saved/ |
| HD | gt_01.H.out | 1 …note">yebay</div></div><div class="line"><div class="data" data-tag="bytes">1</div><div class="pad…
|
| HD | gt_01.HP.out | 25 <div class="note">yebay</div> 30 <div class="note">yesbay</div> 35 <div class="note">yezbay</div> 40 <div class="note">yezbay</div> 45 <div class="note">yezbay</div> 56 <div class="note">ldb2</div> 69 <div class="note">yezbay</div> 82 <div class="note">ldb2</div> 95 <div class="note">arzlevanezmay</div>
|
| HD | gt_01.HIPx.out | 25 <div class="note">yebay</div> 30 <div class="note">yesbay</div> 35 <div class="note">yezbay</div> 40 <div class="note">yezbay</div> 45 <div class="note">yezbay</div> 56 <div class="note">ldb2</div> 69 <div class="note">yezbay</div> 82 <div class="note">ldb2</div> 95 <div class="note">arzlevanezmay</div>
|
| /NextBSD/tools/regression/netinet/ipdivert/ |
| HD | ipdivert.c | 59 fail(const char *test, const char *note) in fail() argument 62 fprintf(stderr, "%s - %s: FAIL (%s)\n", test, note, strerror(errno)); in fail() 67 failx(const char *test, const char *note) in failx() argument 70 fprintf(stderr, "%s - %s: FAIL\n", test, note); in failx()
|
| /NextBSD/sys/kern/ |
| HD | imgact_elf.c | 99 static boolean_t __elfN(freebsd_trans_osrel)(const Elf_Note *note, 101 static boolean_t kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel); 158 __elfN(freebsd_trans_osrel)(const Elf_Note *note, int32_t *osrel) in __elfN() 162 p = (uintptr_t)(note + 1); in __elfN() 163 p += roundup2(note->n_namesz, ELF_NOTE_ROUNDSIZE); in __elfN() 182 kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel) in kfreebsd_trans_osrel() argument 187 p = (uintptr_t)(note + 1); in kfreebsd_trans_osrel() 188 p += roundup2(note->n_namesz, ELF_NOTE_ROUNDSIZE); in kfreebsd_trans_osrel() 1703 Elf_Note *note; in __elfN() local 1709 note = (Elf_Note *)buf; in __elfN() [all …]
|
| /NextBSD/contrib/dtc/Documentation/ |
| HD | dtc-paper.bib | 18 note = "Revision 2.1", 27 note = "v0.1, \url{http://ozlabs.org/pipermail/linuxppc64-dev/2005-May/004073.html}", 35 note = "v0.5, \url{http://ozlabs.org/pipermail/linuxppc64-dev/2005-December/006994.html}", 42 note = "\url{http://ozlabs.org/~dgibson/dtc/dtc.git}",
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| HD | ProcessElfCore.cpp | 485 ELFNote note = ELFNote(); in ParseThreadContextsFromNoteSegment() local 486 note.Parse(segment_data, &offset); in ParseThreadContextsFromNoteSegment() 489 if ((note.n_type == NT_PRSTATUS && have_prstatus) || in ParseThreadContextsFromNoteSegment() 490 (note.n_type == NT_PRPSINFO && have_prpsinfo)) in ParseThreadContextsFromNoteSegment() 502 note_size = llvm::RoundUpToAlignment(note.n_descsz, 4); in ParseThreadContextsFromNoteSegment() 506 if (note.n_name == "FreeBSD") in ParseThreadContextsFromNoteSegment() 509 switch (note.n_type) in ParseThreadContextsFromNoteSegment() 537 switch (note.n_type) in ParseThreadContextsFromNoteSegment()
|