Home
last modified time | relevance | path

Searched refs:syntax (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/toolchain/binutils/binutils-2.27/intl/
Dexplodename.c65 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.27/libiberty/
Dregex.c83 # 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.27/gas/testsuite/gas/cris/
Dseparator.s2 ; 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.
Dregprefix-err-1.s5 .syntax register_prefix
9 ; that should not be flagged as syntax errors.
27 .syntax no_register_prefix
Drd-regprefix-1.s19 .syntax no_register_prefix
34 .syntax register_prefix
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
Dxop.s7 # 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 …]
Dx86-64-xop.s7 # 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.27/gas/testsuite/gas/sparc/
Dsplet.s47 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.27/opcodes/
Dcgen-asm.in54 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 …]
Dopc2c.c96 char * syntax; member
336 if (op->syntax) in dump_lines()
337 printf ("%*s SYNTAX(\"%s\");\n", level, "", op->syntax); in dump_lines()
672 op->syntax = strdup (lp); in main()
673 lp = strstr (op->syntax, "*/"); in main()
678 && lp > op->syntax) in main()
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-xgate.texi52 @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
Dc-i860.texi39 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
Dc-pdp11.texi304 @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
Dc-i386.texi307 This option specifies instruction syntax when processing instructions.
436 @cindex i386 syntax compatibility
437 @cindex syntax compatibility, i386
442 @cindex x86-64 syntax compatibility
443 @cindex syntax compatibility, x86-64
445 @code{@value{AS}} now supports assembly using Intel assembler syntax.
450 require a @samp{%} prefix. AT&T System V/386 assembler syntax is quite
451 different from Intel syntax. We mention these differences because
452 almost all 80386 documents use Intel syntax. Notable differences
476 operands are prefixed by @samp{*}; they are undelimited in Intel syntax.
[all …]
Dc-cris.texi66 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 …]
Dc-m68hc11.texi124 @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.27/gas/testsuite/gas/i860/
DREADME.i86025 - 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.27/gas/testsuite/gas/sh/
Dpcrel.l2 [^:]*pcrel(-coff)?\.s:5: Warning: Deprecated syntax.
3 [^:]*pcrel(-coff)?\.s:6: Warning: Deprecated syntax.
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
Daltmac2.d3 #name: alternate macro syntax (escape)
5 # Test the alternate macro syntax.
Daltmacro.d3 #name: alternate macro syntax
5 # Test the alternate macro syntax.
/toolchain/binutils/binutils-2.27/cpu/
Dsimplify.inc149 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)
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/
Dfloat.s3 ;; Standard GAS syntax
12 ;; Standard TI syntax
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
Dvfp2_t2.s3 .syntax unified
8 @ First we test the basic syntax and bit patterns of the opcodes.
Dmsr-imm.s1 @ Check MSR and MRS instruction operand syntax.
5 .syntax unified
/toolchain/binutils/binutils-2.27/include/
Dxregex2.h345 reg_syntax_t syntax; member
441 extern reg_syntax_t re_set_syntax (reg_syntax_t syntax);

12345678910>>...26