Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-xtensa.c4138 int fmt_length; in xg_add_opcode_fix() local
4197 fmt_length = xtensa_format_length (xtensa_default_isa, fmt); in xg_add_opcode_fix()
4198 the_fix = fix_new_exp (fragP, offset, fmt_length, expr, in xg_add_opcode_fix()
10866 int fmt_length = xtensa_format_length (isa, fmt); in init_op_placement_info_table() local
10871 if (fmt_length < opi->narrowest_size) in init_op_placement_info_table()
10874 opi->narrowest_size = fmt_length; in init_op_placement_info_table()
10876 if (fmt_length > opi->widest_size) in init_op_placement_info_table()
10879 opi->widest_size = fmt_length; in init_op_placement_info_table()
10884 || fmt_length < opi->single_size) in init_op_placement_info_table()
10887 opi->single_size = fmt_length; in init_op_placement_info_table()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-xtensa.c3515 int fmt_length = xtensa_format_length (isa, fmt); in init_op_single_format_table() local
3517 || fmt_length < xtensa_format_length (isa, old_fmt)) in init_op_single_format_table()