Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m32c.c470 } subtype_mappings[] = { variable
501 #define NUM_MAPPINGS (sizeof (subtype_mappings) / sizeof (subtype_mappings[0]))
510 *aim += subtype_mappings[this_state].pcrel_aim_offset; in m32c_prepare_relax_scan()
518 if (insn == subtype_mappings[i].insn) in insn_to_subtype()
549 new_insn = subtype_mappings[fragP->fr_subtype].insn_for_extern; in md_estimate_size_before_relax()
555 != subtype_mappings[fragP->fr_subtype].insn in md_estimate_size_before_relax()
556 && subtype_mappings[fragP->fr_subtype].insn > 0) in md_estimate_size_before_relax()
558 int new_insn= subtype_mappings[fragP->fr_subtype].insn; in md_estimate_size_before_relax()
606 new_insn = subtype_mappings[fragP->fr_subtype].insn; in md_convert_frag()
608 fragP->fr_fix = where + subtype_mappings[fragP->fr_subtype].bytes; in md_convert_frag()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-2005466 * config/tc-m32c.c (md_relax_table, subtype_mappings,