Searched refs:end_op (Results 1 – 2 of 2) sorted by relevance
13346 char *end_op; in check_VecOperations() local13414 n = strtoul (op_string + 2, &end_op, 0); in check_VecOperations()13419 op_string = end_op; in check_VecOperations()13432 n = strtoul (op_string + 2, &end_op, 0); in check_VecOperations()13438 op_string = end_op; in check_VecOperations()13444 else if ((mask = parse_register (op_string, &end_op)) != NULL) in check_VecOperations()13477 op_string = end_op; in check_VecOperations()14223 char *end_op; in i386_att_operand() local14241 if ((r = parse_register (op_string, &end_op)) != NULL) in i386_att_operand()14250 op_string = end_op; in i386_att_operand()[all …]
3181 Add end_op parameter. Skip white space after the `%', and return