Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.c1423 char *mq = q; in tic6x_parse_operand() local
1432 if (*mq == '*') in tic6x_parse_operand()
1433 mq++; in tic6x_parse_operand()
1439 skip_whitespace (mq); in tic6x_parse_operand()
1440 switch (*mq) in tic6x_parse_operand()
1443 if (mq[1] == '+') in tic6x_parse_operand()
1446 mq += 2; in tic6x_parse_operand()
1451 mq++; in tic6x_parse_operand()
1456 if (mq[1] == '-') in tic6x_parse_operand()
1459 mq += 2; in tic6x_parse_operand()
[all …]