/toolchain/binutils/binutils-2.25/intl/ |
D | explodename.c | 65 enum { undecided, xpg, cen } syntax; local 81 syntax = undecided; 104 syntax = xpg; 125 if (cp[0] == '@' || (syntax != xpg && cp[0] == '+')) 128 syntax = cp[0] == '@' ? xpg : cen; 132 while (syntax == cen && cp[0] != '\0' && cp[0] != '+' 139 if (syntax != xpg && (cp[0] == '+' || cp[0] == ',' || cp[0] == '_')) 141 syntax = cen; 179 if (syntax == xpg)
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | regex.c | 83 # define re_set_syntax(syntax) __re_set_syntax (syntax) argument 411 reg_syntax_t syntax, 429 reg_syntax_t syntax, 1168 printf ("syntax: %lx\n", bufp->syntax); in PREFIX() 1326 re_set_syntax (reg_syntax_t syntax) in re_set_syntax() argument 1330 re_syntax_options = syntax; in re_set_syntax() 1332 if (syntax & RE_DEBUG) in re_set_syntax() 1854 reg_syntax_t syntax); 1857 reg_syntax_t syntax); 1863 reg_syntax_t syntax, [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | xop.s | 7 # Tests for op VFRCZPD xmm2/mem128, xmm1 (at&t syntax) 24 # Tests for op VFRCZPD ymm2/mem256, ymm1 (at&t syntax) 41 # Tests for op VFRCZPS xmm2/mem128, xmm1 (at&t syntax) 58 # Tests for op VFRCZPS ymm2/mem256, ymm1 (at&t syntax) 75 # Tests for op VFRCZSD xmm2/mem64, xmm1 (at&t syntax) 92 # Tests for op VFRCZSS xmm2/mem32, xmm1 (at&t syntax) 109 # Tests for op VPCMOV xmm4, xmm3/mem128, xmm2, xmm1 (at&t syntax) 126 # Tests for op VPCMOV ymm4, ymm3/mem256, ymm2, ymm1 (at&t syntax) 143 # Tests for op VPCMOV xmm4/mem128, xmm3, xmm2, xmm1 (at&t syntax) 160 # Tests for op VPCMOV ymm4/mem256, ymm3, ymm2, ymm1 (at&t syntax) [all …]
|
D | x86-64-xop.s | 7 # Tests for op VFRCZPD xmm2/mem128, xmm1 (at&t syntax) 24 # Tests for op VFRCZPD ymm2/mem256, ymm1 (at&t syntax) 41 # Tests for op VFRCZPS xmm2/mem128, xmm1 (at&t syntax) 58 # Tests for op VFRCZPS ymm2/mem256, ymm1 (at&t syntax) 75 # Tests for op VFRCZSD xmm2/mem64, xmm1 (at&t syntax) 92 # Tests for op VFRCZSS xmm2/mem32, xmm1 (at&t syntax) 109 # Tests for op VPCMOV xmm4, xmm3/mem128, xmm2, xmm1 (at&t syntax) 126 # Tests for op VPCMOV ymm4, ymm3/mem256, ymm2, ymm1 (at&t syntax) 143 # Tests for op VPCMOV xmm4/mem128, xmm3, xmm2, xmm1 (at&t syntax) 160 # Tests for op VPCMOV ymm4/mem256, ymm3, ymm2, ymm1 (at&t syntax) [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
D | separator.s | 2 ; seperror for constructs that are syntax errors. 6 ; Note that the next line is a syntax error. Should it be? 8 ; The next line is *not* a syntax error. Should it? 10 ; The next line is a syntax error. Maybe it shouldn't.
|
D | regprefix-err-1.s | 5 .syntax register_prefix 9 ; that should not be flagged as syntax errors. 27 .syntax no_register_prefix
|
D | rd-regprefix-1.s | 19 .syntax no_register_prefix 34 .syntax register_prefix
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
D | splet.s | 47 stbar ! is a valid V8 syntax, at least a synthetic 55 flush %l1 ! is the official V8 syntax 121 ! test CPUSH: just syntax 128 ! test CPULL: just syntax 132 ! test CPRDCXT: just syntax 139 ! test CPWRCXT: just syntax 146 ! test CBccc: just syntax
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cgen-asm.in | 54 This translates an opcode syntax string into a regex string, 55 by replacing any non-character syntax element (such as an 75 /* Mnemonics come first in the syntax string. */ 77 return _("missing mnemonic in syntax string"); 101 /* Copy any remaining literals from the syntax string into the rx. */ 110 /* Escape any regex metacharacters in the syntax. */ 138 /* Replace non-syntax fields with globs. */ 175 The syntax string is scanned and operands are parsed and stored in FIELDS. 193 const CGEN_SYNTAX *syntax = CGEN_INSN_SYNTAX (insn); 226 any trailing fake arguments in the syntax string. */ [all …]
|
D | opc2c.c | 96 char * syntax; member 336 if (op->syntax) in dump_lines() 337 printf ("%*s SYNTAX(\"%s\");\n", level, "", op->syntax); in dump_lines() 669 op->syntax = strdup (lp); in main() 670 lp = strstr (op->syntax, "*/"); in main() 675 && lp > op->syntax) in main()
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-xgate.texi | 52 @cindex @samp{--print-insn-syntax} 53 @item --print-insn-syntax 54 You can use the @samp{--print-insn-syntax} option to obtain the 55 syntax description of the instruction when an error is detected. 60 instructions with their syntax. Once the list is printed 68 @cindex XGATE syntax 69 @cindex syntax, XGATE 71 In XGATE RISC syntax, the instruction name comes first and it may
|
D | c-i860.texi | 39 being the default. One difference is that AT&T syntax requires the '%' 40 prefix on register names while Intel syntax does not. Another difference 41 is in the specification of relocatable expressions. The Intel syntax 42 is @code{ha%expression} whereas the SVR4 syntax is @code{[expression]@@ha} 74 @item -mintel-syntax 75 The i860 assembler defaults to AT&T/SVR4 syntax. This option enables the 76 Intel syntax. 108 …e{.dual}, @code{.enddual}, and @code{.atmp} directives are available only in the Intel syntax mode. 111 the Intel syntax additionally allows keywords for the alignment
|
D | c-pdp11.texi | 304 @cindex PDP-11 syntax 306 @cindex DEC syntax 307 @cindex BSD syntax 308 @code{@value{AS}} supports both DEC syntax and BSD syntax. The only 309 difference is that in DEC syntax, a @code{#} character is used to denote 310 an immediate constants, while in BSD syntax the character for this 313 @cindex PDP-11 general-purpose register syntax 318 @cindex PDP-11 floating-point register syntax
|
D | c-i386.texi | 282 This option specifies instruction syntax when processing instructions. 369 @cindex i386 syntax compatibility 370 @cindex syntax compatibility, i386 375 @cindex x86-64 syntax compatibility 376 @cindex syntax compatibility, x86-64 378 @code{@value{AS}} now supports assembly using Intel assembler syntax. 383 require a @samp{%} prefix. AT&T System V/386 assembler syntax is quite 384 different from Intel syntax. We mention these differences because 385 almost all 80386 documents use Intel syntax. Notable differences 409 operands are prefixed by @samp{*}; they are undelimited in Intel syntax. [all …]
|
D | c-cris.texi | 66 order to recognize the symbol syntax used for ELF (SVR4 PIC) 207 There are different aspects of the CRIS assembly syntax. 332 @code{.syntax register_prefix} directive is in effect 358 @item .syntax ARGUMENT 359 @cindex assembler directive .syntax, CRIS 360 @cindex pseudo-op .syntax, CRIS 361 @cindex CRIS assembler directive .syntax 362 @cindex CRIS pseudo-op .syntax 363 The @code{.syntax} directive takes as @var{ARGUMENT} one of the 369 The @code{.syntax no_register_prefix} @anchor{crisnous}directive [all …]
|
D | c-m68hc11.texi | 124 @cindex @samp{--print-insn-syntax} 125 @item --print-insn-syntax 126 You can use the @samp{--print-insn-syntax} option to obtain the 127 syntax description of the instruction when an error is detected. 132 instructions with their syntax. The first item of each line 147 @cindex M68HC11 syntax 148 @cindex syntax, M68HC11 150 In the M68HC11 syntax, the instruction name comes first and it may 260 @cindex syntax, M68HC11 263 in 68HC11 and 68HC12 instruction operands. The general syntax is
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/ |
D | README.i860 | 25 - Most current testcases use the default AT&T/SVR4 syntax; a few simple 26 tests of the Intel syntax should be added to prevent bitrot (including 27 relocatable expression syntax, etc). Test file dual03.s uses Intel 28 syntax lightly (i.e., register names without '%' prefix).
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/ |
D | pcrel.l | 2 [^:]*pcrel(-coff)?\.s:5: Warning: Deprecated syntax. 3 [^:]*pcrel(-coff)?\.s:6: Warning: Deprecated syntax.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
D | altmacro.d | 3 #name: alternate macro syntax 5 # Test the alternate macro syntax.
|
D | altmac2.d | 3 #name: alternate macro syntax (escape) 5 # Test the alternate macro syntax.
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | simplify.inc | 149 x-syntax x-base-ifield x-encoding x-ifield-assertion 156 (syntax x-syntax) 171 (define-pmacro (define-normal-insn name comment attrs syntax fmt semantics timing) 173 (define-full-insn name comment attrs syntax fmt () semantics timing) 190 (define-pmacro (define-normal-macro-insn name comment attrs syntax expansion) 192 (define-full-minsn name comment attrs syntax expansion)
|
D | cris.cpu | 708 (comment "autoincrement-bit syntax specifier") 1747 (define-pmacro (dni-bwd-attr name comment attr syntax fmt fsem timing) 1749 (dni (.sym name .b) (.str "byte " comment) attr (.str name ".b " syntax) 1753 (dni (.sym name .w) (.str "word " comment) attr (.str name ".w " syntax) 1757 (dni (.sym name .d) (.str "dword " comment) attr (.str name ".d " syntax) 1763 (define-pmacro (dni-cdt-attr name comment attr syntax fmt semantics) 1765 (dni name comment attr syntax fmt semantics (cris-timing)) 1768 (define-pmacro (dni-cdt-bwd-attr name comment attr syntax fmt fsem) 1770 (dni-cdt-attr (.sym name .b-r) (.str "byte " comment) attr (.str name ".b " syntax) 1773 (dni-cdt-attr (.sym name .w-r) (.str "word " comment) attr (.str name ".w " syntax) [all …]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-arc.c | 642 char syntax[129]; in arc_extinst() local 659 strcpy (syntax, name); in arc_extinst() 782 strcat (syntax, "%.q%.f "); in arc_extinst() 785 strcat (syntax, "%.f "); in arc_extinst() 788 strcat (syntax, "%.q "); in arc_extinst() 791 strcat (syntax, " "); in arc_extinst() 800 strcat (syntax, ((opcode == 0x3) ? "%a,%b" : ((s_class & SYNTAX_3OP) ? "%a,%b,%c" : "%b,%c"))); in arc_extinst() 802 strcat (syntax, "%F"); in arc_extinst() 803 strcat (syntax, "%S%L"); in arc_extinst() 806 ext_op->syntax = xstrdup (syntax); in arc_extinst() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/ |
D | float.s | 3 ;; Standard GAS syntax 12 ;; Standard TI syntax
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | vfp2_t2.s | 3 .syntax unified 8 @ First we test the basic syntax and bit patterns of the opcodes.
|