Home
last modified time | relevance | path

Searched refs:inst_expand (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-score.c4490 struct s3_score_it inst_expand[2]; in s3_do_macro_bcmp() local
4493 memset (inst_expand, 0, sizeof inst_expand); in s3_do_macro_bcmp()
4570 memcpy (&inst_expand[0], &s3_inst, sizeof (struct s3_score_it)); in s3_do_macro_bcmp()
4579 memcpy (&inst_expand[1], &s3_inst, sizeof (struct s3_score_it)); in s3_do_macro_bcmp()
4585 inst_main.relax_size = inst_expand[0].size + inst_expand[1].size; in s3_do_macro_bcmp()
4592 inst_expand[i].instruction = s3_adjust_paritybit (inst_expand[i].instruction, in s3_do_macro_bcmp()
4593 s3_GET_INSN_CLASS (inst_expand[i].type)); in s3_do_macro_bcmp()
4627 s3_md_number_to_chars (p, inst_expand[0].instruction, inst_expand[0].size); in s3_do_macro_bcmp()
4628 p += inst_expand[0].size; in s3_do_macro_bcmp()
4629 s3_md_number_to_chars (p, inst_expand[1].instruction, inst_expand[1].size); in s3_do_macro_bcmp()
[all …]
Dtc-score7.c4714 struct s7_score_it inst_expand[3]; in s7_do_macro_ldst_label() local
4833 memcpy (&inst_expand[i], &s7_inst, sizeof (struct s7_score_it)); in s7_do_macro_ldst_label()
4842 inst_main.relax_size = inst_expand[0].size + inst_expand[1].size + inst_expand[2].size; in s7_do_macro_ldst_label()
4846 inst_expand[i].instruction = s7_adjust_paritybit (inst_expand[i].instruction in s7_do_macro_ldst_label()
4847 … , s7_GET_INSN_CLASS (inst_expand[i].type)); in s7_do_macro_ldst_label()
4884 s7_number_to_chars (p, inst_expand[0].instruction, inst_expand[0].size); in s7_do_macro_ldst_label()
4885 p += inst_expand[0].size; in s7_do_macro_ldst_label()
4886 s7_number_to_chars (p, inst_expand[1].instruction, inst_expand[1].size); in s7_do_macro_ldst_label()
4887 p += inst_expand[1].size; in s7_do_macro_ldst_label()
4888 s7_number_to_chars (p, inst_expand[2].instruction, inst_expand[2].size); in s7_do_macro_ldst_label()
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20111128 (s3_do_macro_bcmp): Zero inst_expand array.