Home
last modified time | relevance | path

Searched refs:THUMB_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c560 #define THUMB_SIZE 2 /* Size of thumb instruction. */ macro
8185 to = frag_var (rs_machine_dependent, INSN_SIZE, THUMB_SIZE, in output_relax_insn()
8187 md_number_to_chars (to, inst.instruction, THUMB_SIZE); in output_relax_insn()
8194 md_number_to_chars (buf, insn >> 16, THUMB_SIZE); in put_thumb32_insn()
8195 md_number_to_chars (buf + THUMB_SIZE, insn, THUMB_SIZE); in put_thumb32_insn()
8217 if (thumb_mode && (inst.size > THUMB_SIZE)) in output_inst()
8219 assert (inst.size == (2 * THUMB_SIZE)); in output_inst()
11612 insn = md_chars_to_number (buf, THUMB_SIZE) << 16; in get_thumb32_insn()
11613 insn |= md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE); in get_thumb32_insn()
11821 newval = md_chars_to_number (buf+2, THUMB_SIZE); in md_apply_fix()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-arm.c2363 #define THUMB_SIZE 2 /* Size of thumb instruction. */ macro
12319 newval = md_chars_to_number (buf, THUMB_SIZE) & 0xff00;
12321 md_number_to_chars (buf, newval, THUMB_SIZE);
12423 newval = md_chars_to_number (buf, THUMB_SIZE);
12435 md_number_to_chars (buf, newval, THUMB_SIZE);
12439 newval = md_chars_to_number (buf, THUMB_SIZE);
12451 md_number_to_chars (buf, newval, THUMB_SIZE);
12460 newval = md_chars_to_number (buf, THUMB_SIZE);
12461 newval2 = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE);
12482 md_number_to_chars (buf, newval, THUMB_SIZE);
[all …]