Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/toolchain/binutils/binutils-2.27/cpu/
Dsimplify.inc30 (define-pmacro (define-normal-enum name comment attrs prefix vals)
32 (define-full-enum name comment attrs prefix vals)
37 (define-pmacro (define-normal-insn-enum name comment attrs prefix fld vals)
39 (define-full-insn-enum name comment attrs prefix fld vals)
46 (define-pmacro (define-normal-ifield name comment attrs start length)
48 (define-full-ifield name comment attrs start length UINT #f #f)
53 (define-pmacro (df name comment attrs start length mode encode decode)
55 (define-full-ifield name comment attrs start length mode encode decode)
64 (define-pmacro (define-normal-multi-ifield name comment attrs
67 (define-full-multi-ifield name comment attrs mode subflds insert extract)
[all …]
Dsh.cpu30 (comment "Hitachi SuperH (SH)")
41 (comment "SHmedia 32-bit instruction set")
47 (comment "SHcompact 16-bit instruction set")
56 (comment "SH 64-bit family")
64 (comment "SH-2 CPU core")
71 (comment "SH-3 CPU core")
78 (comment "SH-3e CPU core")
85 (comment "SH-4 CPU core")
92 (comment "SH-5 CPU core")
99 (comment "SH-5 reference implementation")
[all …]
Dor1k.cpu30 (comment "OpenRISC 1000")
56 (comment "does not have delay slots")
63 (comment "OpenRISC 1000 32-bit CPU family")
72 (comment "Generic OpenRISC 1000 32-bit CPU")
79 (comment "Generic OpenRISC 1000 32-bit CPU")
86 (name or1200) (comment "OpenRISC 1200 model")
94 (name or1200nd) (comment "OpenRISC 1200 model")
106 (comment "OpenRISC 1000 64-bit CPU family")
115 (comment "Generic OpenRISC 1000 64-bit CPU")
122 (comment "Generic OpenRISC 1000 ND 64-bit CPU")
Dmt.cpu33 (comment "Morpho Technologies mRISC family")
44 (comment "Morpho Technologies MT ISA")
57 (comment "Morpho Technologies mRISC family")
65 (comment "Morpho Technologies mRISC family")
73 (comment "Morpho Technologies mRISC family")
80 (comment "Morpho Technologies mrisc")
87 (comment "Morpho Technologies mrisc")
94 (comment "Morpho Technologies ms2")
104 (comment "Morpho Technologies mrisc")
117 (comment "Morpho Technologies mrisc")
[all …]
Dor1kcommon.cpu26 (comment "program counter")
71 (comment "floating point registers (single, virtual)")
80 (name h-fdr) (comment "floating point registers (double, virtual)")
89 (name h-spr) (comment "special purpose registers")
102 (name h-gpr) (comment "general registers")
196 (.apply (.pmacro (group index n comment)
204 (define-pmacro (define-h-spr-reg spr-group spr-index n spr-comment)
207 (comment spr-comment)
278 (.apply (.pmacro (group index field msb lsb comment)
294 (.apply (.pmacro (group index field msb lsb comment)
[all …]
Dfrv.cpu30 (comment "Fujitsu FRV")
52 (comment "Fujitsu FRV base family")
60 (comment "Generic FRV cpu")
64 (name frv) (comment "Generic FRV model") (attrs)
84 (comment "FR550 cpu")
88 (name fr550) (comment "FR550 model") (attrs)
506 (comment "FR500 cpu")
510 (name fr500) (comment "FR500 model") (attrs)
944 (comment "Tomcat -- early version of fr500")
948 (name tomcat) (comment "Tomcat model") (attrs)
[all …]
Dm32c.cpu28 (comment "Renesas M32C")
80 (comment "Renesas M16C base family")
91 (comment "Renesas M32C base family")
99 (comment "Generic M16C cpu")
105 (comment "Generic M32C cpu")
113 (comment "m16c") (attrs)
129 (comment "m32c") (attrs)
1031 (comment "general 16 bit registers")
1040 (comment "general 8 bit registers")
1057 (comment "general 16 bit registers")
[all …]
Dcris.cpu50 (comment "Axis Communications CRIS")
65 (define-cpu-cris x-suffix x-comment)
69 (comment x-comment)
115 "Whether the generated code is for V32. See comment at h-v32."
119 (define-pmacro (define-mach-cris x-suffix x-comment x-name)
126 (comment x-comment)
136 (define-pmacro (define-model-simplecris x-name x-comment)
140 (comment x-comment)
209 (comment "Model of CRISv32")
626 ; See comment for gr-names-acr.
[all …]
/toolchain/binutils/binutils-2.27/opcodes/
Davr-dis.c52 char *opcode_str, char *buf, char *comment, int regs, int *sym, bfd_vma *sym_addr) in avr_operand() argument
114 sprintf (comment, _("undefined")); in avr_operand()
135 sprintf (comment, _("undefined")); in avr_operand()
151 sprintf (comment, "0x%02x", x); in avr_operand()
162 strcpy (comment, comment_start); in avr_operand()
171 strcpy (comment, comment_start); in avr_operand()
182 strcpy (comment, comment_start); in avr_operand()
192 strcpy (comment, comment_start); in avr_operand()
203 strcpy (comment, comment_start); in avr_operand()
209 sprintf (comment, "%d", ((insn & 0xf00) >> 4) | (insn & 0xf)); in avr_operand()
[all …]
Dopc2c.c95 char * comment; member
266 if (op->comment) in dump_lines()
270 printf ("%*s %s\n", level, "", op->comment); in dump_lines()
297 name, op->comment); in dump_lines()
313 if (op->comment) in dump_lines()
321 printf (",\n%*s \"%s\"", level, "", op->comment); in dump_lines()
347 if (op->comment) in dump_lines()
551 if (last_c && (ind[i].u.op->comment == last_c)) in log_indirect()
554 fprintf (sim_log, "%s\n", ind[i].u.op->comment); in log_indirect()
555 last_c = ind[i].u.op->comment; in log_indirect()
[all …]
Dia64-gen.c221 char *comment; /* Optional comment. */ member
465 char *comment; in fetch_insn_class() local
480 if ((comment = strchr(name, '[')) != NULL) in fetch_insn_class()
489 if (comment > xsect) in fetch_insn_class()
490 comment = 0; in fetch_insn_class()
516 if (comment) in fetch_insn_class()
517 *comment = 0; in fetch_insn_class()
522 && ((comment == NULL && ics[i]->comment == NULL) in fetch_insn_class()
523 || (comment != NULL && ics[i]->comment != NULL in fetch_insn_class()
524 && strncmp (ics[i]->comment, comment, in fetch_insn_class()
[all …]
/toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
Dzip.h154 const char* comment,
165 const char* comment,
194 const char* comment,
207 const char* comment,
223 const char* comment,
240 const char* comment,
266 const char* comment,
287 const char* comment,
Dmztools.c150 char* comment = ""; variable
151 int comsize = (int) strlen(comment);
198 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) {
225 char* comment = ""; // "ZIP File recovered by zlib/minizip/mztools"; variable
226 int comsize = (int) strlen(comment);
244 if ((int)fwrite(comment, 1, comsize, fpOutCD) != comsize) {
/toolchain/binutils/binutils-2.27/libiberty/
Dobstacks.texi41 @comment obstack.h
42 @comment GNU
115 @comment obstack.h
116 @comment GNU
145 @comment obstack.h
146 @comment GNU
152 @comment obstack.h
153 @comment GNU
161 @comment obstack.h
162 @comment GNU
[all …]
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-xstormy16.texi24 @cindex line comment character, XStormy16
25 @cindex XStormy16 line comment character
26 @samp{#} is the line comment character. If a @samp{#} appears as the
27 first character of a line, the whole line is treated as a comment, but
32 @cindex comment character, XStormy16
33 @cindex XStormy16 comment character
34 A semicolon (@samp{;}) can be used to start a comment that extends
Dc-pj.texi38 @cindex line comment character, PJ
39 @cindex PJ line comment character
41 of a comment that extends to the end of the current line.
44 line is treated as a comment, but in this case the line could also be
Dc-ns32k.texi58 @cindex line comment character, NS32K
59 @cindex NS32K line comment character
61 start of a comment that extends to the end of that line.
64 line is treated as a comment, but in this case the line can also be a
70 also indicate the start of a line comment.
Dc-epiphany.texi53 @cindex line comment character, Epiphany
54 @cindex Epiphany line comment character
56 of a comment that extends to the end of the current line.
59 line is treated as a comment, but in this case the line could also be
Dc-mt.texi55 @cindex line comment character, MT
56 @cindex MT line comment character
58 start of a comment that extends to the end of that line.
61 line is treated as a comment, but in this case the line can also be a
Dc-ip2k.texi56 @cindex line comment character, IP2K
57 @cindex IP2K line comment character
58 The presence of a @samp{;} on a line indicates the start of a comment
62 is treated as a comment, but in this case the line can also be a
Dc-xc16x.texi67 @cindex line comment character, xc16x
68 @cindex xc16c line comment character
70 start of a comment that extends to the end of that line.
73 line is treated as a comment, but in this case the line can also be a
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
Dsyntax.s2 * Another comment.
5 .globl f ; comment here as well
6 f: nop;comment
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mri/
Dlabel.s3 ! And another comment
5 LABEL DC.L SYMBOL ; And yet another comment
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
Ddivide.s3 / This comment should still be allowed with --divide,
5 a=(.-start)/4-1 # comment
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
Dbackslash-at.s5 mov r0, #\@@comment
6 mov r0, #\@ @comment

12345678910>>...13