Lines Matching refs:THUMB_SIZE

891 #define THUMB_SIZE	2	/* Size of thumb instruction.  */
3963 emit_expr (& exp_high, (unsigned int) THUMB_SIZE);
3965 emit_expr (exp, (unsigned int) THUMB_SIZE);
4008 if (thumb_mode && (size > THUMB_SIZE) && !target_big_endian)
22408 to = frag_var (rs_machine_dependent, INSN_SIZE, THUMB_SIZE,
22410 md_number_to_chars (to, inst.instruction, THUMB_SIZE);
22417 md_number_to_chars (buf, insn >> 16, THUMB_SIZE);
22418 md_number_to_chars (buf + THUMB_SIZE, insn, THUMB_SIZE);
22446 if (thumb_mode && (inst.size > THUMB_SIZE))
22448 gas_assert (inst.size == (2 * THUMB_SIZE));
26743 which are either THUMB_SIZE (2) or INSN_SIZE (4).
28270 insn = md_chars_to_number (buf, THUMB_SIZE) << 16;
28271 insn |= md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE);
28316 newval = md_chars_to_number (buf, THUMB_SIZE);
28317 newval2 = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE);
28321 md_number_to_chars (buf, newval, THUMB_SIZE);
28322 md_number_to_chars (buf + THUMB_SIZE, newval2, THUMB_SIZE);
28573 newval = md_chars_to_number (buf+2, THUMB_SIZE);
28575 md_number_to_chars (buf+2, newval, THUMB_SIZE);
28597 newval = md_chars_to_number (buf, THUMB_SIZE);
28599 newval |= md_chars_to_number (buf+THUMB_SIZE, THUMB_SIZE);
28689 md_number_to_chars (buf, (newval >> 16) & 0xffff, THUMB_SIZE);
28690 md_number_to_chars (buf + THUMB_SIZE, newval & 0xffff, THUMB_SIZE);
28732 newval = md_chars_to_number (buf, THUMB_SIZE);
28734 newval |= md_chars_to_number (buf+2, THUMB_SIZE);
28807 md_number_to_chars (buf, (valueT) ((newval >> 16) & 0xffff), THUMB_SIZE);
28808 md_number_to_chars (buf+2, (valueT) (newval & 0xffff), THUMB_SIZE);
28836 newval = md_chars_to_number (buf, THUMB_SIZE);
28838 md_number_to_chars (buf, newval, THUMB_SIZE);
28967 newval = md_chars_to_number (buf, THUMB_SIZE);
28969 md_number_to_chars (buf, newval, THUMB_SIZE);
28978 newval = md_chars_to_number (buf, THUMB_SIZE);
28980 md_number_to_chars (buf, newval, THUMB_SIZE);
28991 newval = md_chars_to_number (buf, THUMB_SIZE);
28993 md_number_to_chars (buf, newval, THUMB_SIZE);
29003 newval = md_chars_to_number (buf, THUMB_SIZE);
29005 md_number_to_chars (buf, newval, THUMB_SIZE);
29035 newval = md_chars_to_number (buf, THUMB_SIZE);
29036 newval2 = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE);
29039 md_number_to_chars (buf, newval, THUMB_SIZE);
29040 md_number_to_chars (buf + THUMB_SIZE, newval2, THUMB_SIZE);
29058 newval = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE);
29060 md_number_to_chars (buf+THUMB_SIZE, newval, THUMB_SIZE);
29077 newval = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE);
29079 md_number_to_chars (buf+THUMB_SIZE, newval, THUMB_SIZE);
29304 newval = md_chars_to_number (buf, THUMB_SIZE);
29370 md_number_to_chars (buf, newval, THUMB_SIZE);
29389 newval = md_chars_to_number (buf, THUMB_SIZE);
29486 md_number_to_chars (buf, newval, THUMB_SIZE);
29490 newval = md_chars_to_number (buf, THUMB_SIZE);
29496 md_number_to_chars (buf, newval, THUMB_SIZE);
29501 newval = md_chars_to_number (buf, THUMB_SIZE) & 0xf83f;
29513 md_number_to_chars (buf, newval, THUMB_SIZE);
29579 insn = md_chars_to_number (buf, THUMB_SIZE);
29620 md_number_to_chars (buf, insn, THUMB_SIZE);
29811 newval = md_chars_to_number (buf, THUMB_SIZE);
29813 md_number_to_chars (buf, newval, THUMB_SIZE);
29832 newval = md_chars_to_number (buf, THUMB_SIZE);
29846 md_number_to_chars (buf, newval, THUMB_SIZE);
29874 newval = md_chars_to_number (buf, THUMB_SIZE);
29875 newval2 = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE);
29878 md_number_to_chars (buf, newval, THUMB_SIZE);
29879 md_number_to_chars (buf + THUMB_SIZE, newval2, THUMB_SIZE);
29907 newval = md_chars_to_number (buf, THUMB_SIZE);
29908 newval2 = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE);
29911 md_number_to_chars (buf, newval, THUMB_SIZE);
29912 md_number_to_chars (buf + THUMB_SIZE, newval2, THUMB_SIZE);
29940 newval = md_chars_to_number (buf, THUMB_SIZE);
29941 newval2 = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE);
29944 md_number_to_chars (buf, newval, THUMB_SIZE);
29945 md_number_to_chars (buf + THUMB_SIZE, newval2, THUMB_SIZE);
29977 newval = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE);
29979 md_number_to_chars (buf + THUMB_SIZE, newval, THUMB_SIZE);