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

/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-cr16.c1060 char *operandE; /* Pointer to end of sub-opearand. */ local
1065 operandS = operandE = operand;
1083 while (*operandE != '(')
1084 operandE++;
1085 *operandE = '\0';
1087 operandS = operandE;
1091 while (*operandE != ')')
1092 operandE++;
1093 *operandE = '\0';
1112 while (*operandE !
[all...]

Completed in 164 milliseconds