Searched refs:is_loop_target (Results 1 – 4 of 4) sorted by relevance
220 unsigned int is_loop_target : 1; member298 unsigned int is_loop_target : 1; member
264 unsigned is_loop_target : 1; member3928 symbol_get_tc (insn->tok[i].X_add_symbol)->is_loop_target = true; in xg_add_branch_and_loop_targets()4765 if (fragP->tc_frag_data.is_loop_target) in next_frag_is_loop_target()5388 if (symbol_get_tc (sym)->is_loop_target) in xtensa_frob_label()5429 if (symbol_get_tc (sym)->is_loop_target) in xtensa_frob_label()5430 symbol_get_frag (sym)->tc_frag_data.is_loop_target = true; in xtensa_frob_label()8560 if (current_fragP->tc_frag_data.is_loop_target in min_bytes_to_other_loop_end()8705 for (; fragP && !fragP->tc_frag_data.is_loop_target; fragP = fragP->fr_next) in count_insns_to_loop_end()8773 fragP && !fragP->tc_frag_data.is_loop_target; in branch_before_loop_end()12146 if (fragP->tc_frag_data.is_loop_target) in get_frag_property_flags()[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.