Searched refs:md_chars_to_number (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c4682 md_chars_to_number (char *buf, int n) function
4902 value = md_chars_to_number (fragp->fr_literal, INSN_SIZE);
5305 newval = md_chars_to_number (buf, INSN_SIZE);
5315 newval = md_chars_to_number (buf, INSN_SIZE);
5324 content = md_chars_to_number (buf, INSN_SIZE);
5336 content = md_chars_to_number (buf, INSN_SIZE);
5347 content = md_chars_to_number (buf, INSN16_SIZE);
5364 content = md_chars_to_number (buf, INSN_SIZE);
5371 content = md_chars_to_number (buf, INSN16_SIZE);
5378 content = md_chars_to_number (bu
[all...]
H A Dtc-arm.c16645 md_chars_to_number (char * buf, int n)
17942 insn = md_chars_to_number (buf, THUMB_SIZE) << 16;
17943 insn |= md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE);
18028 temp = md_chars_to_number (buf, INSN_SIZE);
18051 temp = md_chars_to_number (buf, INSN_SIZE);
18116 newval = md_chars_to_number (buf, INSN_SIZE);
18140 newval = md_chars_to_number (buf, INSN_SIZE);
18152 newval = md_chars_to_number (buf+2, THUMB_SIZE);
18176 newval = md_chars_to_number (buf, THUMB_SIZE);
18178 newval |= md_chars_to_number (bu
16632 md_chars_to_number (char * buf, int n) function
[all...]

Completed in 141 milliseconds