Home
last modified time | relevance | path

Searched refs:next_fragp (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-score7.c6375 fragS *next_fragp; in s7_relax_frag() local
6425 next_fragp = fragp->fr_next; in s7_relax_frag()
6426 while ((next_fragp) && (next_fragp->fr_type != rs_machine_dependent)) in s7_relax_frag()
6428 next_fragp = next_fragp->fr_next; in s7_relax_frag()
6431 if (next_fragp) in s7_relax_frag()
6436 if (next_fragp->fr_opcode) in s7_relax_frag()
6438 n_insn_size = s7_RELAX_NEW (next_fragp->fr_subtype); in s7_relax_frag()
6442 n_insn_size = s7_RELAX_OLD (next_fragp->fr_subtype); in s7_relax_frag()
6445 if (s7_RELAX_TYPE (next_fragp->fr_subtype) == PC_DISP19div2) in s7_relax_frag()
6446 s7_b32_relax_to_b16 (next_fragp); in s7_relax_frag()
[all …]
Dtc-xtensa.c4686 const fragS *next_fragp = fragp->fr_next; in next_frag_pre_opcode_bytes() local
4694 while (next_fragp->fr_fix == 0) in next_frag_pre_opcode_bytes()
4695 next_fragp = next_fragp->fr_next; in next_frag_pre_opcode_bytes()
4697 if (next_fragp->fr_type != rs_machine_dependent) in next_frag_pre_opcode_bytes()
4704 if (next_fragp->tc_frag_data.slot_subtypes[0] > RELAX_IMMED) in next_frag_pre_opcode_bytes()