Home
last modified time | relevance | path

Searched refs:skip_colonthing (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-h8300.c357 static char *skip_colonthing (char *, int *);
501 return skip_colonthing (src, &op->mode); in parse_exp()
509 skip_colonthing (char *src, int *mode) in skip_colonthing() function
821 src = skip_colonthing (src, &op->mode); in get_operand()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-02031439 (skip_colonthing): Remove unused expression argument. Tighten checks
1442 (get_mova_operands): Combine calls to parse_exp and skip_colonthing.
3196 (skip_colonthing): Prototype. Use &&, not & in logical expressions.
DChangeLog-92953699 (skip_colonthing): Set L_8 if ":8" is specified.
10149 * config/tc-h8500.c (parse_exp, skip_colonthing, parse_reglist,
10374 (parse_exp, skip_colonthing, build_bytes): Add support for
DChangeLog-96974740 (skip_colonthing): Handle :32 suffix.
DChangeLog-00011046 (skip_colonthing, get_operand): Use ISDIGIT instead of isdigit.