Home | History | Annotate | Download | only in config

Lines Matching refs:fr_subtype

2214        fragP->fr_subtype						\
2219 switch (fragP->fr_subtype)
2230 fragP->fr_subtype = ENCODE_RELAX (STATE_PUSHJ, STATE_ZERO);
2234 fragP->fr_subtype = ENCODE_RELAX (STATE_PUSHJSTUB, STATE_ZERO);
2259 BAD_CASE (fragP->fr_subtype);
2262 length = mmix_relax_table[fragP->fr_subtype].rlx_length;
2329 switch (fragP->fr_subtype)
2406 BAD_CASE (fragP->fr_subtype);
3357 switch (fragP->fr_subtype)
3367 doesn't update fr_subtype if there's no size increase in the
3413 fragP->fr_subtype = ENCODE_RELAX (STATE_PUSHJSTUB, STATE_ZERO);
3422 relax_substateT prev_type = fragP->fr_subtype;
3439 fragP->fr_subtype = mmix_relax_table[prev_type].rlx_more;
3449 (mmix_relax_table[fragP->fr_subtype].rlx_length
3470 BAD_CASE (fragP->fr_subtype);
3474 fragP->fr_type, fragP->fr_subtype);
3570 fragP->fr_subtype = 0;
3632 || fragP->fr_subtype != STATE_GREG_UNDF)
3638 fragP->fr_subtype = STATE_GREG_DEF;
3668 || fp->fr_subtype != STATE_GREG_UNDF)