Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-maxq.c1454 maxq20_data (char *op_string) in maxq20_data() argument
1457 symbolP = symbol_find (op_string); in maxq20_data()
1562 char *op_string = str_op_string; in maxq20_operand() local
1565 memset (op_string, END_OF_INSN, (MAX_OPERAND_SIZE + 1)); in maxq20_operand()
1568 memcpy (op_string, operand_string, strlen (operand_string) + 1); in maxq20_operand()
1575 as_bad (_("Size of Operand '%s' greater than %d"), op_string, in maxq20_operand()
1582 op_string[ii - 1] = toupper ((char) op_string[ii - 1]); in maxq20_operand()
1586 if (is_space_char (*op_string)) in maxq20_operand()
1587 ++op_string; in maxq20_operand()
1592 r = parse_reg_by_index (op_string); in maxq20_operand()
[all …]
H A Dtc-i386.c4472 char *op_string = operand_string; local
4474 if (is_space_char (*op_string))
4475 ++op_string;
4479 if (*op_string == ABSOLUTE_PREFIX)
4481 ++op_string;
4482 if (is_space_char (*op_string))
4483 ++op_string;
4488 if ((r = parse_register (op_string, &end_op)) != NULL)
4492 op_string = end_op;
4493 if (is_space_char (*op_string))
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c4045 char *op_string = operand_string; local
4047 if (is_space_char (*op_string))
4048 ++op_string;
4052 if (*op_string == ABSOLUTE_PREFIX)
4054 ++op_string;
4055 if (is_space_char (*op_string))
4056 ++op_string;
4061 if ((*op_string == REGISTER_PREFIX || allow_naked_reg)
4062 && (r = parse_register (op_string, &end_op)) != NULL)
4066 op_string = end_op;
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dexpression.h416 extern char *op_string (enum exp_opcode);
H A Dexpprint.c539 op_string (enum exp_opcode op) in op_string() function
H A Dhpread.c3890 char *op_string = strstr (tmp_name, "operator"); in hpread_read_struct_type() local
3891 method_name = xmalloc (strlen (op_string) + 1); /* don't overwrite VT! */ in hpread_read_struct_type()
3892 strcpy (method_name, op_string); in hpread_read_struct_type()
H A Dada-lang.c7053 error ("second operand of %s must not be zero.", op_string (op)); in ada_value_binop()
H A DChangeLog-19912195 expression.h break works correctly. Also added "op_string", which
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DREADME.txt1267 else if (strchr ("+-/*%|&^:[]()~", *intel_parser.op_string))
1269 else if (strchr ("<>", *intel_parser.op_string)
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td8001 string asm, string op_string,
8003 : I<oops, iops, asm, op_string, cstr, pattern>,