/toolchain/binutils/binutils-2.25/cpu/ |
D | simplify.inc | 30 (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 …]
|
D | sh.cpu | 30 (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 …]
|
D | or1k.cpu | 30 (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")
|
D | mt.cpu | 33 (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 …]
|
D | or1kcommon.cpu | 26 (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 …]
|
D | frv.cpu | 30 (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 …]
|
D | m32c.cpu | 28 (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 …]
|
D | cris.cpu | 50 (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.25/opcodes/ |
D | avr-dis.c | 52 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() 203 sprintf (comment, "%d", ((insn & 0xf00) >> 4) | (insn & 0xf)); in avr_operand() 218 sprintf (comment, "%d", x); in avr_operand() 237 sprintf (comment, "%d", x); in avr_operand() [all …]
|
D | opc2c.c | 95 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() 344 if (op->comment) in dump_lines() 548 if (last_c && (ind[i].u.op->comment == last_c)) in log_indirect() 551 fprintf (sim_log, "%s\n", ind[i].u.op->comment); in log_indirect() 552 last_c = ind[i].u.op->comment; in log_indirect() [all …]
|
D | ia64-gen.c | 221 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.25/libiberty/ |
D | obstacks.texi | 42 @comment obstack.h 43 @comment GNU 114 @comment obstack.h 115 @comment GNU 144 @comment obstack.h 145 @comment GNU 169 @comment obstack.h 170 @comment GNU 203 @comment obstack.h 204 @comment GNU [all …]
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-xstormy16.texi | 24 @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
|
D | c-pj.texi | 38 @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
|
D | c-ns32k.texi | 58 @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.
|
D | c-epiphany.texi | 53 @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
|
D | c-mt.texi | 55 @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
|
D | c-ip2k.texi | 56 @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
|
D | c-xc16x.texi | 67 @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.25/gas/testsuite/gas/tic6x/ |
D | syntax.s | 2 * Another comment. 5 .globl f ; comment here as well 6 f: nop;comment
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/ |
D | label.s | 3 ! And another comment 5 LABEL DC.L SYMBOL ; And yet another comment
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | backslash-at.s | 5 mov r0, #\@@comment 6 mov r0, #\@ @comment
|
D | mapping2.d | 15 00000000 l d .comment 00000000 .comment
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | divide.s | 3 / This comment should still be allowed with --divide, 5 a=(.-start)/4-1 # comment
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
D | mapping2.d | 14 [0]+00 l d .comment 0[0]+00 .comment
|