Searched refs:is_loop_target (Results 1 – 4 of 4) sorted by relevance
219 unsigned int is_loop_target : 1; member290 unsigned int is_loop_target : 1; member
271 unsigned is_loop_target : 1; member3835 symbol_get_tc (insn->tok[i].X_add_symbol)->is_loop_target = TRUE; in xg_add_branch_and_loop_targets()4668 if (fragP->tc_frag_data.is_loop_target) in next_frag_is_loop_target()5251 if (symbol_get_tc (sym)->is_loop_target) in xtensa_frob_label()5292 if (symbol_get_tc (sym)->is_loop_target) in xtensa_frob_label()5293 symbol_get_frag (sym)->tc_frag_data.is_loop_target = TRUE; in xtensa_frob_label()7988 if (current_fragP->tc_frag_data.is_loop_target in min_bytes_to_other_loop_end()8132 for (; fragP && !fragP->tc_frag_data.is_loop_target; fragP = fragP->fr_next) in count_insns_to_loop_end()8200 fragP && !fragP->tc_frag_data.is_loop_target; in branch_before_loop_end()10473 if (next_fragP->tc_frag_data.is_loop_target) in convert_frag_immed_finish_loop()[all …]
907 code to set is_loop_target or is_branch_target flag on the symbol913 calling xtensa_find_label and to check the is_loop_target flag on918 is_loop_target flags from symbols to frags.926 * config/tc-xtensa.h (xtensa_symfield_type): Add is_loop_target and
1903 Do not check is_loop_target flag.