Home
last modified time | relevance | path

Searched refs:compact (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dsh.cpu33 (isas compact media)
46 (name compact)
66 (isas compact)
73 (isas compact)
80 (isas compact)
87 (isas compact)
94 (isas compact media)
111 (attrs PC (ISA compact,media))
124 (attrs (ISA media,compact))
140 (attrs VIRTUAL (ISA compact))
[all …]
H A Dsh64-compact.cpu25 ; dshcf -- define-normal-sh-compact-field
28 (dnf xname xcomment ((ISA compact)) xstart xlength))
30 ; dshcop -- define-normal-sh-compact-operand
33 (dnop xname xcomment ((ISA compact)) xhardware xfield))
54 (attrs (ISA compact))
63 (attrs (ISA compact))
70 (attrs (ISA compact))
85 (attrs VIRTUAL (ISA compact))
95 (attrs VIRTUAL (ISA compact))
105 (attrs VIRTUAL (ISA compact))
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dsh.cpu33 (isas compact media)
46 (name compact)
66 (isas compact)
73 (isas compact)
80 (isas compact)
87 (isas compact)
94 (isas compact media)
111 (attrs PC (ISA compact,media))
124 (attrs (ISA media,compact))
140 (attrs VIRTUAL (ISA compact))
[all …]
H A Dsh64-compact.cpu25 ; dshcf -- define-normal-sh-compact-field
28 (dnf xname xcomment ((ISA compact)) xstart xlength))
30 ; dshcop -- define-normal-sh-compact-operand
33 (dnop xname xcomment ((ISA compact)) xhardware xfield))
54 (attrs (ISA compact))
63 (attrs (ISA compact))
70 (attrs (ISA compact))
85 (attrs VIRTUAL (ISA compact))
95 (attrs VIRTUAL (ISA compact))
105 (attrs VIRTUAL (ISA compact))
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dsh.cpu33 (isas compact media)
46 (name compact)
66 (isas compact)
73 (isas compact)
80 (isas compact)
87 (isas compact)
94 (isas compact media)
111 (attrs PC (ISA compact,media))
124 (attrs (ISA media,compact))
140 (attrs VIRTUAL (ISA compact))
[all …]
H A Dsh64-compact.cpu25 ; dshcf -- define-normal-sh-compact-field
28 (dnf xname xcomment ((ISA compact)) xstart xlength))
30 ; dshcop -- define-normal-sh-compact-operand
33 (dnop xname xcomment ((ISA compact)) xhardware xfield))
54 (attrs (ISA compact))
63 (attrs (ISA compact))
70 (attrs (ISA compact))
85 (attrs VIRTUAL (ISA compact))
95 (attrs VIRTUAL (ISA compact))
105 (attrs VIRTUAL (ISA compact))
[all …]
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dsh.cpu33 (isas compact media)
46 (name compact)
66 (isas compact)
73 (isas compact)
80 (isas compact)
87 (isas compact)
94 (isas compact media)
111 (attrs PC (ISA compact,media))
124 (attrs (ISA media,compact))
140 (attrs VIRTUAL (ISA compact))
[all …]
H A Dsh64-compact.cpu25 ; dshcf -- define-normal-sh-compact-field
28 (dnf xname xcomment ((ISA compact)) xstart xlength))
30 ; dshcop -- define-normal-sh-compact-operand
33 (dnop xname xcomment ((ISA compact)) xhardware xfield))
54 (attrs (ISA compact))
63 (attrs (ISA compact))
70 (attrs (ISA compact))
85 (attrs VIRTUAL (ISA compact))
95 (attrs VIRTUAL (ISA compact))
105 (attrs VIRTUAL (ISA compact))
[all …]
/netbsd-src/usr.sbin/intrctl/
H A Dintrctl.c130 intrctl_list_one(bool compact, bool skipzero) in intrctl_list_one() argument
173 if (compact) { in intrctl_list_one()
204 if (compact) { in intrctl_list_one()
248 bool compact = false; in intrctl_list() local
255 compact = true; in intrctl_list()
271 intrctl_list_one(compact, skipzero); in intrctl_list()
/netbsd-src/external/mpl/bind/dist/bin/tools/
H A Dnamed-journalprint.c74 bool compact = false; in main()
84 compact = true; in main()
123 } else if (compact) { in main()
75 bool compact = false; main() local
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf-eh-frame.c477 if (hdr_info->u.compact.entries[i]->flags & SEC_EXCLUDE) in bfd_elf_discard_eh_frame_entry()
481 hdr_info->u.compact.entries[j-1] = hdr_info->u.compact.entries[j]; in bfd_elf_discard_eh_frame_entry()
484 hdr_info->u.compact.entries[hdr_info->array_count] = NULL; in bfd_elf_discard_eh_frame_entry()
496 if (hdr_info->array_count == hdr_info->u.compact.allocated_entries) in bfd_elf_record_eh_frame_entry()
498 if (hdr_info->u.compact.allocated_entries == 0) in bfd_elf_record_eh_frame_entry()
501 hdr_info->u.compact.allocated_entries = 2; in bfd_elf_record_eh_frame_entry()
502 hdr_info->u.compact.entries = in bfd_elf_record_eh_frame_entry()
503 bfd_malloc (hdr_info->u.compact.allocated_entries in bfd_elf_record_eh_frame_entry()
504 * sizeof (hdr_info->u.compact.entries[0])); in bfd_elf_record_eh_frame_entry()
508 hdr_info->u.compact.allocated_entries *= 2; in bfd_elf_record_eh_frame_entry()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf-eh-frame.c477 if (hdr_info->u.compact.entries[i]->flags & SEC_EXCLUDE) in bfd_elf_discard_eh_frame_entry()
481 hdr_info->u.compact.entries[j-1] = hdr_info->u.compact.entries[j]; in bfd_elf_discard_eh_frame_entry()
484 hdr_info->u.compact.entries[hdr_info->array_count] = NULL; in bfd_elf_discard_eh_frame_entry()
496 if (hdr_info->array_count == hdr_info->u.compact.allocated_entries) in bfd_elf_record_eh_frame_entry()
498 if (hdr_info->u.compact.allocated_entries == 0) in bfd_elf_record_eh_frame_entry()
501 hdr_info->u.compact.allocated_entries = 2; in bfd_elf_record_eh_frame_entry()
502 hdr_info->u.compact.entries = in bfd_elf_record_eh_frame_entry()
503 bfd_malloc (hdr_info->u.compact.allocated_entries in bfd_elf_record_eh_frame_entry()
504 * sizeof (hdr_info->u.compact.entries[0])); in bfd_elf_record_eh_frame_entry()
508 hdr_info->u.compact.allocated_entries *= 2; in bfd_elf_record_eh_frame_entry()
[all …]
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dmipself.em252 { "compact-branches", no_argument, NULL, OPTION_COMPACT_BRANCHES },
253 { "no-compact-branches", no_argument, NULL, OPTION_NO_COMPACT_BRANCHES },
272 --compact-branches Generate compact branches/jumps for MIPS R6\n"
275 --no-compact-branches Generate delay slot branches/jumps for MIPS R6\n"
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dmipself.em252 { "compact-branches", no_argument, NULL, OPTION_COMPACT_BRANCHES },
253 { "no-compact-branches", no_argument, NULL, OPTION_NO_COMPACT_BRANCHES },
272 --compact-branches Generate compact branches/jumps for MIPS R6\n"
275 --no-compact-branches Generate delay slot branches/jumps for MIPS R6\n"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprint-rtl.h34 rtx_writer (FILE *outfile, int ind, bool simple, bool compact,
91 extern void print_rtx_function (FILE *file, function *fn, bool compact);
H A Dprint-rtl-function.c219 print_rtx_function (FILE *outfile, function *fn, bool compact) in print_rtx_function() argument
222 rtx_writer w (outfile, 0, false, compact, &r); in print_rtx_function()
H A Dread-md.h159 md_reader (bool compact);
344 rtx_reader (bool compact);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprint-rtl.h34 rtx_writer (FILE *outfile, int ind, bool simple, bool compact,
94 extern void print_rtx_function (FILE *file, function *fn, bool compact);
H A Dprint-rtl-function.cc219 print_rtx_function (FILE *outfile, function *fn, bool compact) in print_rtx_function() argument
222 rtx_writer w (outfile, 0, false, compact, &r); in print_rtx_function()
H A Dread-md.h159 md_reader (bool compact);
344 rtx_reader (bool compact);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.opt198 FPX: Generate Single Precision FPX (compact) instructions.
200 mspfp-compact
202 FPX: Generate Single Precision FPX (compact) instructions.
214 FPX: Generate Double Precision FPX (compact) instructions.
216 mdpfp-compact
218 FPX: Generate Double Precision FPX (compact) instructions.
329 Enable compact casesi pattern.
406 mlra-priority-compact
/netbsd-src/external/bsd/mdocml/dist/
H A Dmandoc.css98 .Bl-compact > li {
103 .Bl-compact > li {
140 .Bl-compact { margin-top: 0em; }
141 .Bl-compact > dd {
143 .Bl-compact > dt {
150 .Bl-compact > tbody > tr > td {
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.opt202 FPX: Generate Single Precision FPX (compact) instructions.
204 mspfp-compact
206 FPX: Generate Single Precision FPX (compact) instructions.
218 FPX: Generate Double Precision FPX (compact) instructions.
220 mdpfp-compact
222 FPX: Generate Double Precision FPX (compact) instructions.
335 Enable compact casesi pattern.
412 mlra-priority-compact
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dpbm8 0 short 0x2a17 "compact bitmap" format (Poskanzer)
/netbsd-src/usr.bin/netstat/
H A Dinet.c108 static int compact; variable
125 "Proto", "Recv-Q", "Send-Q", compact ? "" : " ", in protoprhdr()
151 compact ? "" : " "); in protopr0()
166 printf(" %s", compact ? shorttcpstates[t_state] : in protopr0()
348 compact = 0; in protopr()
354 compact = 1; in protopr()

12345678910>>...18