Searched refs:extraction (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dgenextract.c46 struct extraction struct
54 struct extraction *next;
57 /* Holds a single insn code that uses an extraction method. */
65 static struct extraction *extractions;
92 struct extraction *p;
117 /* See if we find something that already had this extraction method. */
147 /* This extraction is the same as ours. Just link us in. */
153 /* Otherwise, make a new extraction method. We stash the arrays
154 after the extraction structure in memory. */
156 p = xmalloc (sizeof (struct extraction)
[all...]
H A Dcombine.c3672 extraction. This will avoid the large constant, which might local
3687 rtx extraction = make_extraction (GET_MODE (SET_DEST (x)),
3690 if (extraction != 0)
3692 SUBST (SET_SRC (x), extraction);
5790 extraction. Then the constant of 31 would be substituted in to produce
5973 The result is an RTX for the extraction or NULL_RTX if the target
6000 irrelevant to the meaning of this extraction,
6027 /* See if this can be done without an extraction. We never can if the
6029 registers, we can only avoid the extraction if the position is at the
6120 /* If this extraction i
3677 SUBST (SET_SRC (x), extraction); local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenextract.c41 struct extraction struct
49 struct extraction *next;
52 /* Holds a single insn code that use an extraction method. */
60 static struct extraction *extractions;
106 struct extraction *p;
134 /* See if we find something that already had this extraction method. */
158 /* This extraction is the same as ours. Just link us in. */
164 /* Otherwise, make a new extraction method. */
166 p = (struct extraction *) xmalloc (sizeof (struct extraction));
[all...]
H A Dcombine.c3156 extraction. This will avoid the large constant, which might
3171 rtx extraction = make_extraction (GET_MODE (SET_DEST (x)),
3174 if (extraction != 0)
3176 SUBST (SET_SRC (x), extraction);
5929 extraction. Then the constant of 31 would be substituted in to produce
6118 The result is an RTX for the extraction or NULL_RTX if the target
6158 irrelevant to the meaning of this extraction,
6185 /* See if this can be done without an extraction. We never can if the
6187 registers, we can only avoid the extraction if the position is at the
6272 /* If this extraction i
3158 rtx extraction = make_extraction (GET_MODE (SET_DEST (x)), local
3163 SUBST (SET_SRC (x), extraction); local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/
H A DBalanced.pm1190 If the extraction fails C<undef> is returned.
1231 In a void context the behaviour of the extraction subroutines is
1673 Using C<gen_extract_tagged> to create extraction functions for specific tags
2033 If the third argument is I<N>, then extraction continues until I<N> fields
2049 The extraction process works by applying each extractor in
2055 representing the text left after extraction (like $' for a pattern
2057 extraction (like $` in a pattern match). Note that this is designed
2083 character is extracted from the start of the text and the extraction
/openbsd-current/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/
H A DFile.pm149 Any directory to prefix to the extraction path, if any
/openbsd-current/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/
H A DTar.pm536 ### this is one ugly hack =/ but needed for direct extraction
635 ### you requested the extraction of only certain files
716 ### you wanted an alternate extraction location ###
1888 If the archive extraction fails for any reason, C<extract_archive>
2220 the extraction of this particular item didn't work.
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dhppa.s149 ; Should try corner cases for each field extraction.
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm4020 start (or more precisely, after the first extraction into the build
/openbsd-current/gnu/usr.bin/perl/
H A DConfigure1852 -r : reuse C symbols value if possible (skips costly nm extraction).
6428 to 3 megabytes) but that should make the symbols extraction faster. The
6429 alternative is to skip the 'nm' extraction part and to compile a small
9256 echo "(Attempting domain name extraction from $tans)"
9279 .os390) echo "(Attempting domain name extraction from //'SYS1.TCPPARMS(TCPDATA)')"

Completed in 209 milliseconds