Searched refs:widenable (Results 1 – 2 of 2) sorted by relevance
4339 struct string_pair widenable[] = variable4543 for (opi = 0; opi < (sizeof (widenable)/sizeof (struct string_pair)); opi++) in can_widen_instruction()4545 bfd_boolean is_or = (strcmp ("or", widenable[opi].wide) == 0); in can_widen_instruction()4546 bfd_boolean is_branch = (strcmp ("beqz", widenable[opi].wide) == 0 in can_widen_instruction()4547 || strcmp ("bnez", widenable[opi].wide) == 0); in can_widen_instruction()4549 if (opcode == xtensa_opcode_lookup (isa, widenable[opi].narrow)) in can_widen_instruction()4559 o_opcode = xtensa_opcode_lookup (isa, widenable[opi].wide); in can_widen_instruction()
883 widenable, narrow_instruction, widen_instruction, op_single_fmt_table,