Home
last modified time | relevance | path

Searched refs:op_string (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c7936 check_VecOperations (char *op_string, char *op_end) in check_VecOperations() argument
7942 while (*op_string in check_VecOperations()
7943 && (op_end == NULL || op_string < op_end)) in check_VecOperations()
7945 saved = op_string; in check_VecOperations()
7946 if (*op_string == '{') in check_VecOperations()
7948 op_string++; in check_VecOperations()
7951 if (strncmp (op_string, "1to", 3) == 0) in check_VecOperations()
7958 op_string += 3; in check_VecOperations()
7959 if (*op_string == '8') in check_VecOperations()
7961 else if (*op_string == '4') in check_VecOperations()
[all …]
/dflybsd-src/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c9615 check_VecOperations (char *op_string, char *op_end) in check_VecOperations() argument
9621 while (*op_string in check_VecOperations()
9622 && (op_end == NULL || op_string < op_end)) in check_VecOperations()
9624 saved = op_string; in check_VecOperations()
9625 if (*op_string == '{') in check_VecOperations()
9627 op_string++; in check_VecOperations()
9630 if (strncmp (op_string, "1to", 3) == 0) in check_VecOperations()
9637 op_string += 3; in check_VecOperations()
9638 if (*op_string == '8') in check_VecOperations()
9640 else if (*op_string == '4') in check_VecOperations()
[all …]
/dflybsd-src/contrib/gdb-7/gdb/
H A Dexpression.h143 extern char *op_string (enum exp_opcode);
H A Dexpprint.c635 op_string (enum exp_opcode op) in op_string() function
H A Dada-lang.c8918 error (_("second operand of %s must not be zero."), op_string (op)); in ada_value_binop()