Searched refs:inst_expand (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-score.c | 4491 struct s3_score_it inst_expand[2]; in s3_do_macro_bcmp() local 4494 memset (inst_expand, 0, sizeof inst_expand); in s3_do_macro_bcmp() 4573 memcpy (&inst_expand[0], &s3_inst, sizeof (struct s3_score_it)); in s3_do_macro_bcmp() 4581 memcpy (&inst_expand[1], &s3_inst, sizeof (struct s3_score_it)); in s3_do_macro_bcmp() 4587 inst_main.relax_size = inst_expand[0].size + inst_expand[1].size; in s3_do_macro_bcmp() 4594 inst_expand[i].instruction = s3_adjust_paritybit (inst_expand[i].instruction, in s3_do_macro_bcmp() 4595 s3_GET_INSN_CLASS (inst_expand[i].type)); in s3_do_macro_bcmp() 4629 s3_md_number_to_chars (p, inst_expand[0].instruction, inst_expand[0].size); in s3_do_macro_bcmp() 4630 p += inst_expand[0].size; in s3_do_macro_bcmp() 4631 s3_md_number_to_chars (p, inst_expand[1].instruction, inst_expand[1].size); in s3_do_macro_bcmp() [all …]
|
D | tc-score7.c | 4713 struct s7_score_it inst_expand[3]; in s7_do_macro_ldst_label() local 4832 memcpy (&inst_expand[i], &s7_inst, sizeof (struct s7_score_it)); in s7_do_macro_ldst_label() 4841 inst_main.relax_size = inst_expand[0].size + inst_expand[1].size + inst_expand[2].size; in s7_do_macro_ldst_label() 4845 inst_expand[i].instruction = s7_adjust_paritybit (inst_expand[i].instruction in s7_do_macro_ldst_label() 4846 , s7_GET_INSN_CLASS (inst_expand[i].type)); in s7_do_macro_ldst_label() 4883 s7_number_to_chars (p, inst_expand[0].instruction, inst_expand[0].size); in s7_do_macro_ldst_label() 4884 p += inst_expand[0].size; in s7_do_macro_ldst_label() 4885 s7_number_to_chars (p, inst_expand[1].instruction, inst_expand[1].size); in s7_do_macro_ldst_label() 4886 p += inst_expand[1].size; in s7_do_macro_ldst_label() 4887 s7_number_to_chars (p, inst_expand[2].instruction, inst_expand[2].size); in s7_do_macro_ldst_label() [all …]
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2011 | 1128 (s3_do_macro_bcmp): Zero inst_expand array.
|