Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-i386.c13346 char *end_op; in check_VecOperations() local
13414 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() local
14241 if ((r = parse_register (op_string, &end_op)) != NULL) in i386_att_operand()
14250 op_string = end_op; in i386_att_operand()
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-98993181 Add end_op parameter. Skip white space after the `%', and return