Lines Matching refs:operandS
1154 char *operandS; /* Pointer to start of sub-operand. */ in set_operand() local
1160 operandS = operandE = operand; in set_operand()
1165 operandS++; in set_operand()
1169 process_label_constant (operandS, cr16_ins); in set_operand()
1176 operandS++; in set_operand()
1182 process_label_constant (operandS, cr16_ins); in set_operand()
1183 operandS = operandE; in set_operand()
1186 operandS++; in set_operand()
1191 if ((cur_arg->r = get_register (operandS)) == nullregister) in set_operand()
1193 operandS, ins_parse); in set_operand()
1212 process_label_constant (operandS, cr16_ins); in set_operand()
1213 operandS = operandE; in set_operand()
1214 operandS++; in set_operand()
1219 if ((cur_arg->rp = get_register_pair (operandS)) == nullregister) in set_operand()
1221 operandS, ins_parse); in set_operand()
1226 if ((strchr (operandS,'(') != NULL)) in set_operand()
1232 operandS, ins_parse); in set_operand()
1239 operandE = operandS; in set_operand()
1245 operandE = operandS; in set_operand()
1248 operandS = strchr (operandE,'['); in set_operand()
1249 if (operandS != NULL) in set_operand()
1251 *operandS++ = '\0'; in set_operand()
1253 operandE = strchr (operandS, ']'); in set_operand()
1266 if ((cur_arg->i_r = get_index_register (operandS)) == nullregister) in set_operand()
1268 operandS, ins_parse); in set_operand()
1270 *operandS = '\0'; in set_operand()
1388 char *operandS; /* Operands string. */ in parse_operands() local
1397 operandS = operandH = operandT = operands; in parse_operands()
1457 free (operandS); in parse_operands()