Searched refs:is_loop_target (Results 1 – 6 of 6) sorted by relevance
45 unsigned is_loop_target:1; member103 unsigned int is_loop_target : 1; member
3400 symbol_get_tc (insn->tok[i].X_add_symbol)->is_loop_target = TRUE;4459 if (fragP->tc_frag_data.is_loop_target)4567 if (loops_ok || symbol_get_tc (lit_sym)->is_loop_target == 0)4759 if (symbol_get_tc (sym)->is_loop_target4783 if (symbol_get_tc (sym)->is_loop_target)4784 symbol_get_frag (sym)->tc_frag_data.is_loop_target = TRUE;5733 if (current_fragP->tc_frag_data.is_loop_target5846 for (; fragP && !fragP->tc_frag_data.is_loop_target; fragP = fragP->fr_next)5904 fragP && !fragP->tc_frag_data.is_loop_target;
201 unsigned int is_loop_target : 1; member265 unsigned int is_loop_target : 1; member
270 unsigned is_loop_target : 1; member979 if (loops_ok || ! symbol_get_tc (lit_sym)->is_loop_target) in xtensa_move_labels()3734 symbol_get_tc (insn->tok[i].X_add_symbol)->is_loop_target = TRUE; in xg_add_branch_and_loop_targets()4521 if (fragP->tc_frag_data.is_loop_target) in next_frag_is_loop_target()5036 if (symbol_get_tc (sym)->is_loop_target) in xtensa_frob_label()5075 if (symbol_get_tc (sym)->is_loop_target) in xtensa_frob_label()5076 symbol_get_frag (sym)->tc_frag_data.is_loop_target = TRUE; in xtensa_frob_label()7429 if (current_fragP->tc_frag_data.is_loop_target in min_bytes_to_other_loop_end()7573 for (; fragP && !fragP->tc_frag_data.is_loop_target; fragP = fragP->fr_next) in count_insns_to_loop_end()7641 fragP && !fragP->tc_frag_data.is_loop_target; in branch_before_loop_end()[all …]
912 code to set is_loop_target or is_branch_target flag on the symbol918 calling xtensa_find_label and to check the is_loop_target flag on923 is_loop_target flags from symbols to frags.931 * config/tc-xtensa.h (xtensa_symfield_type): Add is_loop_target and