Home | History | Annotate | Download | only in config

Lines Matching refs:fmt_length

4235   int fmt_length;
4294 fmt_length = xtensa_format_length (xtensa_default_isa, fmt);
4295 the_fix = fix_new_exp (fragP, offset, fmt_length, exp,
11718 int fmt_length = xtensa_format_length (isa, fmt);
11722 if (fmt_length < opi->narrowest_size
11723 || (fmt_length == opi->narrowest_size
11729 opi->narrowest_size = fmt_length;