Searched refs:op_single_fmt_table (Results 1 – 2 of 2) sorted by relevance
4266 static xtensa_format *op_single_fmt_table = NULL; variable4278 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()
883 widenable, narrow_instruction, widen_instruction, op_single_fmt_table,