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