Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c3476 static xtensa_format *op_single_fmt_table = NULL; variable
3488 if (op_single_fmt_table) in init_op_single_format_table()
3494 op_single_fmt_table = (xtensa_format *) in init_op_single_format_table()
3498 op_single_fmt_table[opcode] = XTENSA_UNDEFINED; in init_op_single_format_table()
3504 xtensa_opcode old_fmt = op_single_fmt_table[opcode]; in init_op_single_format_table()
3508 op_single_fmt_table[opcode] = fmt; in init_op_single_format_table()
3520 return op_single_fmt_table[opcode]; in get_single_format()
H A DChangeLog-2004883 widenable, narrow_instruction, widen_instruction, op_single_fmt_table,