Searched refs:SYNTAX (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/binutils/opcodes/
H A Drl78-decode.c57 #define SYNTAX(x) rl78->syntax = x macro
203 SYNTAX("nop");
226 SYNTAX("addw %0, %1");
241 SYNTAX("addw %0, %e!1");
256 SYNTAX("addw %0, #%1");
271 SYNTAX("addw %0, %1");
286 SYNTAX("xch a, x");
303 SYNTAX("mov %0, %e1");
318 SYNTAX("add %0, #%1");
335 SYNTAX("ad
[all...]
H A Drx-decode.c143 #define SYNTAX(x) rx->syntax = x macro
296 SYNTAX("brk");
311 SYNTAX("dbt");
326 SYNTAX("rts");
344 SYNTAX("nop");
362 SYNTAX("bra.a %a0");
377 SYNTAX("bsr.a %a0");
413 SYNTAX("sub %2%S2, %1");
474 SYNTAX("cmp %2%S2, %1");
538 SYNTAX("ad
[all...]
H A Dmsp430-decode.c76 #define SYNTAX(x) msp430->syntax = x macro
374 SYNTAX("MOVA @%1, %0");
398 SYNTAX("MOVA @%1+, %0");
422 SYNTAX("MOVA &%1, %0");
446 SYNTAX("MOVA %1, %0");
474 SYNTAX("RRCM.A %c, %0");
500 SYNTAX("MOVA %1, &%0");
524 SYNTAX("MOVA %1, &%0");
548 SYNTAX("MOVA %1, %0");
572 SYNTAX("CMP
[all...]
/haiku-buildtools/legacy/gcc/texinfo/makeinfo/
H A Dmakeinfo.h119 #define SYNTAX 2 macro
H A Dmakeinfo.c1148 return (SYNTAX);
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c196 # define SYNTAX(c) re_syntax_table[c] macro
981 The argument SYNTAX is a bit mask comprised of the various bits
1806 /* `regex_compile' compiles PATTERN (of length SIZE) according to SYNTAX.
1815 `syntax' is set to SYNTAX;
3241 if (SYNTAX (j) == Sword)
3248 if (SYNTAX (j) != Sword)
3278 if (SYNTAX (j) == (enum syntaxcode) k)
3286 if (SYNTAX (j) != (enum syntaxcode) k)
3686 (SYNTAX ((d) == end1 ? *string2 \
5088 /* Can't use *d++ here; SYNTAX ma
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c299 # define SYNTAX(c) re_syntax_table[(unsigned char) (c)]
1327 The argument SYNTAX is a bit mask comprised of the various bits
2267 /* `regex_compile' compiles PATTERN (of length SIZE) according to SYNTAX.
2276 `syntax' is set to SYNTAX;
4684 if (SYNTAX (j) == Sword)
4691 if (SYNTAX (j) != Sword)
4721 if (SYNTAX (j) == (enum syntaxcode) k)
4729 if (SYNTAX (j) != (enum syntaxcode) k)
5315 /* Use internationalized API instead of SYNTAX. */
5323 (SYNTAX ((
297 # define SYNTAX macro
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dregex.c301 # define SYNTAX(c) re_syntax_table[(unsigned char) (c)]
1329 The argument SYNTAX is a bit mask comprised of the various bits
2269 /* `regex_compile' compiles PATTERN (of length SIZE) according to SYNTAX.
2278 `syntax' is set to SYNTAX;
4686 if (SYNTAX (j) == Sword)
4693 if (SYNTAX (j) != Sword)
4723 if (SYNTAX (j) == (enum syntaxcode) k)
4731 if (SYNTAX (j) != (enum syntaxcode) k)
5317 /* Use internationalized API instead of SYNTAX. */
5325 (SYNTAX ((
299 # define SYNTAX macro
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dregex.c301 # define SYNTAX(c) re_syntax_table[(unsigned char) (c)]
1329 The argument SYNTAX is a bit mask comprised of the various bits
2269 /* `regex_compile' compiles PATTERN (of length SIZE) according to SYNTAX.
2278 `syntax' is set to SYNTAX;
4687 if (SYNTAX (j) == Sword)
4694 if (SYNTAX (j) != Sword)
4724 if (SYNTAX (j) == (enum syntaxcode) k)
4732 if (SYNTAX (j) != (enum syntaxcode) k)
5318 /* Use internationalized API instead of SYNTAX. */
5326 (SYNTAX ((
299 # define SYNTAX macro
[all...]

Completed in 230 milliseconds