Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-crx.c719 char *operandE; /* Pointer to end of sub-opearand. */ in set_operand() local
726 operandS = operandE = operand; in set_operand()
745 while (*operandE != '(') in set_operand()
746 operandE++; in set_operand()
747 *operandE = '\0'; in set_operand()
749 operandS = operandE; in set_operand()
753 while (*operandE != ')') in set_operand()
754 operandE++; in set_operand()
755 *operandE = '\0'; in set_operand()
766 while (*operandE != '(') in set_operand()
[all …]
Dtc-cr16.c1157 char *operandE; /* Pointer to end of sub-opearand. */ in set_operand() local
1162 operandS = operandE = operand; in set_operand()
1180 while (*operandE != '(') in set_operand()
1181 operandE++; in set_operand()
1182 *operandE = '\0'; in set_operand()
1184 operandS = operandE; in set_operand()
1188 while (*operandE != ')') in set_operand()
1189 operandE++; in set_operand()
1190 *operandE = '\0'; in set_operand()
1209 while (*operandE != '(') in set_operand()
[all …]