Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c4266 static xtensa_format *op_single_fmt_table = NULL; variable
4278 if (op_single_fmt_table) in init_op_single_format_table()
4284 op_single_fmt_table = (xtensa_format *) in init_op_single_format_table()
4288 op_single_fmt_table[opcode] = XTENSA_UNDEFINED; in init_op_single_format_table()
4294 xtensa_opcode old_fmt = op_single_fmt_table[opcode]; in init_op_single_format_table()
4298 op_single_fmt_table[opcode] = fmt; in init_op_single_format_table()
4310 return op_single_fmt_table[opcode]; in get_single_format()
DChangeLog-2004883 widenable, narrow_instruction, widen_instruction, op_single_fmt_table,