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

/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c647 #define THUMB_SIZE 2 /* Size of thumb instruction. */ macro
13943 to = frag_var (rs_machine_dependent, INSN_SIZE, THUMB_SIZE,
13945 md_number_to_chars (to, inst.instruction, THUMB_SIZE);
13952 md_number_to_chars (buf, insn >> 16, THUMB_SIZE);
13953 md_number_to_chars (buf + THUMB_SIZE, insn, THUMB_SIZE);
13975 if (thumb_mode && (inst.size > THUMB_SIZE))
13977 assert (inst.size == (2 * THUMB_SIZE));
17942 insn = md_chars_to_number (buf, THUMB_SIZE) << 16;
17943 insn |= md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZ
[all...]

Completed in 110 milliseconds