Searched refs:NOTE (Results 151 - 175 of 222) sorted by relevance

123456789

/openbsd-current/gnu/gcc/gcc/config/c4x/
H A Dc4x.c2207 } while (GET_CODE (insn) == NOTE
2216 while (GET_CODE (insn) == NOTE || GET_CODE (insn) == CODE_LABEL
2449 PUT_CODE (old, NOTE);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.c2238 } while (GET_CODE (insn) == NOTE
2247 while (GET_CODE (insn) == NOTE || GET_CODE (insn) == CODE_LABEL
2478 PUT_CODE (old, NOTE);
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dia64.c5886 case NOTE:
6030 else if (GET_CODE (insn) == NOTE
8407 if (GET_CODE (NEXT_INSN (head)) == NOTE
9047 if (GET_CODE (insn) == NOTE
9067 if (GET_CODE (insn) == NOTE || ! RTX_FRAME_RELATED_P (insn))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.c5163 case NOTE:
5306 else if (GET_CODE (insn) == NOTE
7002 if (GET_CODE (NEXT_INSN (head)) == NOTE
7699 if (GET_CODE (insn) == NOTE
7713 if (GET_CODE (insn) == NOTE || ! RTX_FRAME_RELATED_P (insn))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c2161 /* NOTE: The trailing bits get XOR'd so we need the
4101 if (GET_CODE (insn) == NOTE)
7573 if (GET_CODE (insn) == NOTE)
8165 case NOTE:
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.c1148 /* Put entry_insns after the NOTE that starts the function. If
1335 case NOTE:
/openbsd-current/gnu/gcc/gcc/config/m32r/
H A Dm32r.c1523 if (GET_CODE (insn) == NOTE)
/openbsd-current/gnu/gcc/gcc/config/mcore/
H A Dmcore.c2464 if (code != BARRIER && code != NOTE && !is_cond_candidate (insn))
/openbsd-current/gnu/gcc/gcc/config/mt/
H A Dmt.c1904 while (GET_CODE (tail) == NOTE)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i960/
H A Di960.c1633 if (GET_CODE (tmp) == NOTE)
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dssa.c1978 || (GET_CODE (insn) == NOTE
H A Dalias.c2932 else if (GET_CODE (insn) == NOTE
H A Dcombine.c674 if (GET_CODE (link) == NOTE)
756 if (GET_CODE (insn) != NOTE)
1120 a NOTE). If INSN has a REG_EQUIV note, the register is always
1551 and I1 is pseudo-deleted by turning it into a NOTE. Otherwise, I1 and I2
2456 which we know will be a NOTE. */
2700 PUT_CODE (i2, NOTE);
2709 PUT_CODE (i1, NOTE);
12429 and NOTE is a death note for a range of hard registers
12431 the remaining registers in place of NOTE. */
12622 /* If this NOTE reference
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DNNTP.pm1204 B<NOTE> For compatibility reasons only with earlier versions of Net::NNTP
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DContext.pm786 B<NOTE:> Use of this method is discouraged in favor of C<pass()> and C<fail()>
836 info => [{tag => 'NOTE', details => "This is a note"}],
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstall.pm951 B<NOTE> This function is not really useful because of the hard-coded
/openbsd-current/gnu/gcc/gcc/
H A Dgengtype.c589 else if (i == NOTE && aindex == 4)
591 else if (i == NOTE && aindex >= 7)
H A Dreorg.c241 case NOTE:
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.pm1961 B<NOTE.> Remark about C<MBID_CANCEL> in presence of C<MB_MOVABLE> is
2058 B<NOTE> With C<MB_NONMODAL> the program continues after displaying the
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DParser.pm687 [I<NOTE>: If the B<interior_sequence()> method is specified, then it is
772 ## NOTE that we push our own "accumulator" at the very beginning of the
782 ## Iterate over all sequence starts text (NOTE: split with
1056 B<NOTE:> For performance reasons, this method caches the input stream at
1076 ## processing. NOTE that $in_fh might be reset during this process.
1209 ## NOTE: we need to be *very* careful when "defaulting" the output
1222 # # NOTE: IO::String isn't a part of the perl distribution,
1549 ## NOTE: we need to be *very* careful when "defaulting" the output
/openbsd-current/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/
H A DPing.pm2103 otherwise it will return false. NOTE: Unlike the other protocols,
2218 claim it is reachable. NOTE: It still does nothing more
/openbsd-current/gnu/usr.bin/perl/pod/
H A Dperlmodlib.PL788 =head1 NOTE
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dsh.c3459 } while (GET_CODE (worker) == NOTE
3782 while (GET_CODE (from) == JUMP_INSN || GET_CODE (from) == NOTE
4934 PUT_CODE (insn, NOTE);
9090 if (GET_CODE (insn) == NOTE
9098 if ((GET_CODE (insn) == NOTE
9104 while (GET_CODE (insn) != NOTE
10390 else if (GET_CODE (insn) == NOTE
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMakeMaker.pm1884 NOTE: Due to the nature of make, it is important that you put the trailing
1919 NOTE: When using this option to alter the extension of a module's
2515 B<NOTE.> Neglecting to set this flag in I<any one> of the loaded extension
/openbsd-current/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c351 && (GET_CODE (next_insn) == NOTE

Completed in 653 milliseconds

123456789