Lines Matching refs:operandE
1157 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()
1210 operandE++; in set_operand()
1211 *operandE = '\0'; in set_operand()
1213 operandS = operandE; in set_operand()
1216 while (*operandE != ')') in set_operand()
1217 operandE++; in set_operand()
1218 *operandE = '\0'; in set_operand()
1228 while ((*operandE != '(') && (! ISSPACE (*operandE))) in set_operand()
1229 operandE++; in set_operand()
1230 if ((cur_arg->rp = get_index_register_pair (operandE)) == nullregister) in set_operand()
1233 *operandE++ = '\0'; in set_operand()
1239 operandE = operandS; in set_operand()
1241 while (*operandE != ']') in set_operand()
1242 operandE++; in set_operand()
1243 process_label_constant (++operandE, cr16_ins); in set_operand()
1244 *operandE++ = '\0'; in set_operand()
1245 operandE = operandS; in set_operand()
1248 operandS = strchr (operandE,'['); in set_operand()
1253 operandE = strchr (operandS, ']'); in set_operand()
1255 if (operandE == NULL) in set_operand()
1260 *operandE = '\0'; in set_operand()
1261 if (*(operandE + 1) != '\0') in set_operand()
1269 *operandE = '\0'; in set_operand()