HomeSort by: relevance | last modified time | path
    Searched defs:operandE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-crx.c 668 char *operandE; /* Pointer to end of sub-operand. */
675 operandS = operandE = operand;
695 while (*operandE != '(')
696 operandE++;
697 *operandE = '\0';
699 operandS = operandE;
704 while (*operandE != ')')
705 operandE++;
706 *operandE = '\0';
717 while (*operandE != '('
    [all...]
tc-cr16.c 1146 char *operandE; /* Pointer to end of sub-operand. */
1151 operandS = operandE = operand;
1170 while (*operandE != '(')
1171 operandE++;
1172 *operandE = '\0';
1174 operandS = operandE;
1179 while (*operandE != ')')
1180 operandE++;
1181 *operandE = '\0';
1200 while (*operandE != '('
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-crx.c 668 char *operandE; /* Pointer to end of sub-operand. */
675 operandS = operandE = operand;
695 while (*operandE != '(')
696 operandE++;
697 *operandE = '\0';
699 operandS = operandE;
704 while (*operandE != ')')
705 operandE++;
706 *operandE = '\0';
717 while (*operandE != '('
    [all...]
tc-cr16.c 1149 char *operandE; /* Pointer to end of sub-operand. */
1154 operandS = operandE = operand;
1173 while (*operandE != '(')
1174 operandE++;
1175 *operandE = '\0';
1177 operandS = operandE;
1182 while (*operandE != ')')
1183 operandE++;
1184 *operandE = '\0';
1203 while (*operandE != '('
    [all...]

Completed in 24 milliseconds