Home
last modified time | relevance | path

Searched refs:is_loop_target (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-xtensa.h45 unsigned is_loop_target:1; member
103 unsigned int is_loop_target : 1; member
H A Dtc-xtensa.c3400 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_target
4783 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_target
5846 for (; fragP && !fragP->tc_frag_data.is_loop_target; fragP = fragP->fr_next)
5904 fragP && !fragP->tc_frag_data.is_loop_target;
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.h201 unsigned int is_loop_target : 1; member
265 unsigned int is_loop_target : 1; member
H A Dtc-xtensa.c270 unsigned is_loop_target : 1; member
979 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 …]
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-0203912 code to set is_loop_target or is_branch_target flag on the symbol
918 calling xtensa_find_label and to check the is_loop_target flag on
923 is_loop_target flags from symbols to frags.
931 * config/tc-xtensa.h (xtensa_symfield_type): Add is_loop_target and
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-0203912 code to set is_loop_target or is_branch_target flag on the symbol
918 calling xtensa_find_label and to check the is_loop_target flag on
923 is_loop_target flags from symbols to frags.
931 * config/tc-xtensa.h (xtensa_symfield_type): Add is_loop_target and