Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-dis.c82 short sval; in print_indexed_operand() local
98 sval = (buffer[0] & 0x1f); in print_indexed_operand()
99 if (sval & 0x10) in print_indexed_operand()
100 sval |= 0xfff0; in print_indexed_operand()
103 sval += pc_offset; in print_indexed_operand()
105 (unsigned short) sval, reg_name[reg]); in print_indexed_operand()
112 (* info->print_address_func) (endaddr + sval, info); in print_indexed_operand()
123 sval = (buffer[0] & 0x0f); in print_indexed_operand()
124 if (sval & 0x8) in print_indexed_operand()
126 sval |= 0xfff0; in print_indexed_operand()
[all …]
Dmips-dis.c1251 int sval; in print_insn_arg() local
1253 sval = mips_signed_operand (operand, uval) * 4; in print_insn_arg()
1254 if (sval >= -8 && sval < 8) in print_insn_arg()
1255 sval ^= 0x400; in print_insn_arg()
1256 infprintf (is, "%d", sval); in print_insn_arg()
/toolchain/binutils/binutils-2.27/binutils/
Dwindmc.c746 nd = convert_unicode_to_ACP (n->lang->sval); in write_bin()
792 unicode_print (fp, n->lang->sval, unichar_len (n->lang->sval)); in write_rc()
869 if (key->sval && key->sval[0] != 0) in write_header()
872 fprintf (fp, "#define %s 0x%lx\n", convert_unicode_to_ACP (key->sval), in write_header()
875 fprintf (fp, "#define %s 0x%lu\n", convert_unicode_to_ACP (key->sval), in write_header()
889 if (key->sval && key->sval[0] != 0) in write_header()
892 fprintf (fp, "#define %s 0x%lx\n", convert_unicode_to_ACP (key->sval), in write_header()
895 fprintf (fp, "#define %s 0x%lu\n", convert_unicode_to_ACP (key->sval), in write_header()
Dwindmc.h48 unichar *sval; member
Dmclex.c243 c->sval = (!sv ? NULL : unichar_dup (sv)); in mc_add_keyword()
264 n->sval = (!sv ? NULL : unichar_dup (sv)); in mc_add_keyword()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c4998 offsetT sval; in match_int_operand() local
5033 sval = offset_expr.X_add_number; in match_int_operand()
5039 if (sval > max_val) in match_int_operand()
5042 if (!arg->lax_match && sval <= max_val) in match_int_operand()
5048 if (!match_const_int (arg, &sval)) in match_int_operand()
5052 arg->last_op_int = sval; in match_int_operand()
5054 if (sval < min_val || sval > max_val || sval % factor) in match_int_operand()
5060 uval = (unsigned int) sval >> operand->shift; in match_int_operand()
5099 offsetT sval; in match_mapped_int_operand() local
5102 if (!match_const_int (arg, &sval)) in match_mapped_int_operand()
[all …]
Dtc-z8k.c73 sval (int ignore ATTRIBUTE_UNUSED) in sval() function
124 {"sval" , sval , 0},
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-z8k.texi186 @kindex sval
187 @item sval
188 Assemble a string. @code{sval} expects one string literal, delimited by
203 68652073 sval 'he said %22it%27s 50%25 off%22%00'
/toolchain/binutils/binutils-2.27/bfd/
Ddwarf2.c66 bfd_int64_t sval; member
1123 attr->u.sval = safe_read_leb128 (abfd, info_ptr, &bytes_read, TRUE, info_ptr_end); in read_attribute_value()
DChangeLog-0203712 Add "val" and "sval" fields.