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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c896 #define THUMB_SIZE 2 /* Size of thumb instruction. */ macro
3958 emit_expr (& exp_high, (unsigned int) THUMB_SIZE);
3960 emit_expr (exp, (unsigned int) THUMB_SIZE);
4003 if (thumb_mode && (size > THUMB_SIZE) && !target_big_endian)
22504 to = frag_var (rs_machine_dependent, INSN_SIZE, THUMB_SIZE,
22506 md_number_to_chars (to, inst.instruction, THUMB_SIZE);
22513 md_number_to_chars (buf, insn >> 16, THUMB_SIZE);
22514 md_number_to_chars (buf + THUMB_SIZE, insn, THUMB_SIZE);
22542 if (thumb_mode && (inst.size > THUMB_SIZE))
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c891 #define THUMB_SIZE 2 /* Size of thumb instruction. */ macro
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))
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c896 #define THUMB_SIZE 2 /* Size of thumb instruction. */ macro
3958 emit_expr (& exp_high, (unsigned int) THUMB_SIZE);
3960 emit_expr (exp, (unsigned int) THUMB_SIZE);
4003 if (thumb_mode && (size > THUMB_SIZE) && !target_big_endian)
22504 to = frag_var (rs_machine_dependent, INSN_SIZE, THUMB_SIZE,
22506 md_number_to_chars (to, inst.instruction, THUMB_SIZE);
22513 md_number_to_chars (buf, insn >> 16, THUMB_SIZE);
22514 md_number_to_chars (buf + THUMB_SIZE, insn, THUMB_SIZE);
22542 if (thumb_mode && (inst.size > THUMB_SIZE))
[all...]

Completed in 414 milliseconds