Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.c5032 ++op_string; in i386_operand()
5038 ++op_string; in i386_operand()
5040 ++op_string; in i386_operand()
5051 ++op_string; in i386_operand()
5077 ++op_string; in i386_operand()
5079 ++op_string; in i386_operand()
5094 ++op_string; in i386_operand()
5115 ++op_string; in i386_operand()
5149 base_string = op_string + strlen (op_string); in i386_operand()
5304 op_string); in i386_operand()
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dexpression.h414 extern char *op_string (enum exp_opcode);
H A Dexpprint.c539 op_string (enum exp_opcode op) in op_string() function
H A Dhpread.c3895 char *op_string = strstr (tmp_name, "operator"); in hpread_read_struct_type() local
3896 method_name = xmalloc (strlen (op_string) + 1); /* don't overwrite VT! */ in hpread_read_struct_type()
3897 strcpy (method_name, op_string); in hpread_read_struct_type()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td7229 string asm, string op_string,
7231 : I<oops, iops, asm, op_string, cstr, pattern>,