Searched refs:op_string (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-i386.c | 5032 ++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 D | expression.h | 414 extern char *op_string (enum exp_opcode);
|
| H A D | expprint.c | 539 op_string (enum exp_opcode op) in op_string() function
|
| H A D | hpread.c | 3895 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 D | AArch64InstrFormats.td | 7229 string asm, string op_string, 7231 : I<oops, iops, asm, op_string, cstr, pattern>,
|