Searched refs:fr_subtype (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dehopt.c423 int fr_subtype; local
426 fr_subtype = d->cie_info.code_alignment << 3;
428 fr_subtype = 0;
430 frag_var (rs_cfa, 4, 0, fr_subtype, make_expr_symbol (exp),
446 relaxation loop. We set fr_subtype{0:2} to the expected length. */
452 int ca = frag->fr_subtype >> 3;
466 frag->fr_subtype = (frag->fr_subtype & ~7) | ret;
472 values of the symbols. fr_subtype{0:2} is the current length of
480 oldsize = frag->fr_subtype
[all...]
H A Dfrags.h82 relax_substateT fr_subtype; member in struct:frag
H A Dfrags.c220 frag_now->fr_subtype = subtype;
252 frag_now->fr_subtype = subtype;
H A Dwrite.c452 fragP->fr_subtype);
488 if (fragP->fr_subtype)
1550 brokp->dispfrag->fr_subtype = 0;
1880 this_state = fragP->fr_subtype;
1952 fragP->fr_subtype = this_state;
2022 if (fragP->fr_subtype != 0 && offset > fragP->fr_subtype)
2192 if (fragP->fr_subtype == 0)
2194 fragP->fr_subtype++;
2226 if (fragP->fr_subtype !
[all...]
H A Ddwarf2dbg.c1064 the relaxation loop. We set fr_subtype to the expected length. */
1075 frag->fr_subtype = size;
1081 current values of the symbols. fr_subtype is the current length
1089 old_size = frag->fr_subtype;
1097 fr_subtype will be the desired length of the frag. */
1107 fr_subtype carries the current expected length. We must, of
1109 assert (frag->fr_var >= (int) frag->fr_subtype);
1112 frag->fr_literal + frag->fr_fix, frag->fr_subtype);
1114 frag->fr_fix += frag->fr_subtype;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mep.c1203 and fr_subtype as necessary.
1214 if (fragP->fr_subtype == 1)
1215 fragP->fr_subtype = insn_to_subtype (fragP->fr_cgen.insn->base->num);
1221 new_insn = subtype_mappings[fragP->fr_subtype].insn_for_extern;
1222 fragP->fr_subtype = insn_to_subtype (new_insn);
1232 fragP->fr_subtype = insn_to_subtype
1233 (subtype_mappings[fragP->fr_subtype].insn_for_extern);
1236 fragP->fr_subtype ++;
1239 fragP->fr_subtype ++;
1246 != subtype_mappings[fragP->fr_subtype]
[all...]
H A Dtc-mips.c3326 mips_macro_warning.first_frag->fr_subtype |= subtype;
13692 if (RELAX_MIPS16_USER_SMALL (fragp->fr_subtype))
13694 if (RELAX_MIPS16_USER_EXT (fragp->fr_subtype))
13697 type = RELAX_MIPS16_TYPE (fragp->fr_subtype);
13740 if (RELAX_MIPS16_LONG_BRANCH (fragp->fr_subtype))
13748 fragp->fr_subtype =
13749 RELAX_MIPS16_MARK_LONG_BRANCH (fragp->fr_subtype);
13780 This doesn't handle the fr_subtype field, which specifies
13814 if (RELAX_MIPS16_EXTENDED (fragp->fr_subtype))
13822 else if (RELAX_MIPS16_JAL_DSLOT (fragp->fr_subtype))
[all...]
H A Dtc-score.c4845 fragp->fr_fix = RELAX_NEW (fragp->fr_subtype);
4846 fragp->fr_opcode = fragp->fr_literal + RELAX_RELOC1 (fragp->fr_subtype);
4847 return RELAX_NEW (fragp->fr_subtype) - RELAX_OLD (fragp->fr_subtype);
4861 if ((RELAX_TYPE (fragp->fr_subtype) == Insn_GP)
4862 || (RELAX_TYPE (fragp->fr_subtype) == Insn_PIC))
4888 old = RELAX_OLD (fragp->fr_subtype);
4889 new = RELAX_NEW (fragp->fr_subtype);
4890 relaxable_p = RELAX_OPT (fragp->fr_subtype);
4923 fragp->fr_subtype
[all...]
H A Dtc-cr16.c596 if (fragp->fr_subtype == rlx_state[subtype]
600 fragp->fr_subtype = rlx_state[subtype + 1];
605 if (fragp->fr_subtype >= ARRAY_SIZE (md_relax_table))
608 return md_relax_table[fragp->fr_subtype].rlx_length;
624 fragP->fr_fix += md_relax_table[fragP->fr_subtype].rlx_length;
H A Dtc-i386.c5323 Return the correct fr_subtype in the frag.
5334 /* We've already got fragP->fr_subtype right; all we have to do is
5348 int size = (fragP->fr_subtype & CODE16) ? 2 : 4;
5363 switch (TYPE_FROM_RELAX_STATE (fragP->fr_subtype))
5423 BAD_CASE (fragP->fr_subtype);
5434 case we must either set fr_subtype back to the unrelaxed state,
5436 return md_relax_table[fragP->fr_subtype].rlx_length;
5443 fr_subtype is what the address relaxed to.
5472 if ((fragP->fr_subtype & BIG) == 0)
5481 && TYPE_FROM_RELAX_STATE (fragP->fr_subtype) !
[all...]
H A Dtc-arm.c16707 opcode = fragp->fr_subtype;
16977 switch (fragp->fr_subtype)

Completed in 316 milliseconds