Searched refs:op_string (Results 1 – 5 of 5) sorted by relevance
7936 check_VecOperations (char *op_string, char *op_end) in check_VecOperations() argument7942 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 …]
9615 check_VecOperations (char *op_string, char *op_end) in check_VecOperations() argument9621 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 …]
143 extern char *op_string (enum exp_opcode);
635 op_string (enum exp_opcode op) in op_string() function
8918 error (_("second operand of %s must not be zero."), op_string (op)); in ada_value_binop()