Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c7948 op_string++; in check_VecOperations()
7969 op_string++; in check_VecOperations()
7989 op_string); in check_VecOperations()
8059 op_string++; in check_VecOperations()
8767 ++op_string; in i386_att_operand()
8775 ++op_string; in i386_att_operand()
8788 ++op_string; in i386_att_operand()
8816 ++op_string; in i386_att_operand()
8833 ++op_string; in i386_att_operand()
8842 op_string = check_VecOperations (op_string, NULL); in i386_att_operand()
[all …]
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c9627 op_string++; in check_VecOperations()
9648 op_string++; in check_VecOperations()
9739 op_string++; in check_VecOperations()
9744 ++op_string; in check_VecOperations()
10492 ++op_string; in i386_att_operand()
10500 ++op_string; in i386_att_operand()
10513 ++op_string; in i386_att_operand()
10539 ++op_string; in i386_att_operand()
10556 ++op_string; in i386_att_operand()
10565 op_string = check_VecOperations (op_string, NULL); in i386_att_operand()
[all …]
/dragonfly/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()