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

/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-cr16.c1292 char *operandH, *operandT; /* Single operand head/tail pointers. */ local
1300 operandS = operandH = operandT = operands;
1302 while (*operandT != '\0')
1304 if (*operandT == ',' && bracket_flag != 1 && sq_bracket_flag != 1)
1306 *operandT++ = '\0';
1308 operandH = operandT;
1312 if (*operandT == ' ')
1315 if (*operandT == '(')
1317 else if (*operandT == '[')
1320 if (*operandT
[all...]

Completed in 68 milliseconds