/toolchain/binutils/binutils-2.25/opcodes/ |
D | s390-dis.c | 159 char separator; in s390_print_insn_with_opcode() local 165 separator = '\t'; in s390_print_insn_with_opcode() 175 val.u == 0 && separator == '(') in s390_print_insn_with_opcode() 177 separator = ','; in s390_print_insn_with_opcode() 181 info->fprintf_func (info->stream, "%c", separator); in s390_print_insn_with_opcode() 199 separator = '('; in s390_print_insn_with_opcode() 203 separator = ','; in s390_print_insn_with_opcode() 206 separator = ','; in s390_print_insn_with_opcode()
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-mt.texi | 65 @cindex line separator, MT 66 @cindex statement separator, MT 67 @cindex MT line separator 68 The MT assembler does not currently support a line separator
|
D | c-ip2k.texi | 66 @cindex line separator, IP2K 67 @cindex statement separator, IP2K 68 @cindex IP2K line separator 69 The IP2K assembler does not currently support a line separator
|
D | c-xc16x.texi | 77 @cindex line separator, xc16x 78 @cindex statement separator, xc16x 79 @cindex xc16x line separator 80 The XC16X assembler does not support a line separator character.
|
D | c-pj.texi | 48 @cindex line separator, PJ 49 @cindex statement separator, PJ 50 @cindex PJ line separator
|
D | c-epiphany.texi | 63 @cindex line separator, Epiphany 64 @cindex statement separator, Epiphany 65 @cindex Epiphany line separator
|
D | c-metag.texi | 70 @cindex line separator, Meta 71 @cindex statement separator, Meta 72 @cindex Meta line separator
|
D | c-ns32k.texi | 72 @cindex line separator, NS32K 73 @cindex statement separator, NS32K 74 @cindex NS32K line separator
|
D | c-microblaze.texi | 95 @cindex line separator, MicroBlaze 96 @cindex statement separator, MicroBlaze 97 @cindex MicroBlaze line separator
|
D | c-xstormy16.texi | 38 @cindex line separator, XStormy16 39 @cindex statement separator, XStormy16 40 @cindex XStormy16 line separator
|
D | c-rl78.texi | 132 @cindex line separator, RL78 133 @cindex statement separator, RL78 134 @cindex RL78 line separator
|
D | c-xgate.texi | 96 @cindex line separator, XGATE 97 @cindex statement separator, XGATE 98 @cindex XGATE line separator 99 The XGATE assembler does not currently support a line separator
|
D | c-cr16.texi | 120 @cindex line separator, CR16 121 @cindex statement separator, CR16 122 @cindex CR16 line separator
|
D | c-m32c.texi | 144 @cindex line separator, M32C 145 @cindex statement separator, M32C 146 @cindex M32C line separator
|
D | c-score.texi | 163 @cindex line separator, SCORE 164 @cindex statement separator, SCORE 165 @cindex SCORE line separator
|
D | c-lm32.texi | 216 @cindex line separator, LM32 217 @cindex statement separator, LM32 218 @cindex LM32 line separator
|
D | c-ppc.texi | 226 @cindex line separator, PowerPC 227 @cindex statement separator, PowerPC 228 @cindex PowerPC line separator
|
D | h8.texi | 30 @set abnormal-separator
|
D | c-arc.texi | 101 @cindex line separator, ARC 102 @cindex statement separator, ARC 103 @cindex ARC line separator 104 The ARC assembler does not support a line separator character.
|
D | c-z80.texi | 100 @cindex line separator, Z80 101 @cindex statement separator, Z80 102 @cindex Z80 line separator 103 The Z80 assembler does not support a line separator character.
|
D | c-tic6x.texi | 101 @cindex line separator, TIC6X 102 @cindex statement separator, TIC6X 103 @cindex TIC6X line separator
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
D | nosep.s | 2 ; This one should not treat a ";" as a line separator, not even
|
D | separator.s | 7 ; nop # moveq 0,r10 -- a comment, not command separator
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tilepro.c | 1051 int separator = (unsigned char)*input_line_pointer++; in parse_operands() local 1053 if (is_end_of_line[separator] || (separator == '}')) in parse_operands() 1058 else if (separator != ',') in parse_operands() 1061 (char)separator, i + 1, opcode_name); in parse_operands()
|
D | tc-tilegx.c | 1165 int separator = (unsigned char)*input_line_pointer++; in parse_operands() local 1167 if (is_end_of_line[separator] || (separator == '}')) in parse_operands() 1172 else if (separator != ',') in parse_operands() 1175 (char)separator, i + 1, opcode_name); in parse_operands()
|