Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c5415 bfd_boolean is_exit; in match_entry_exit_operand() local
5419 is_exit = strcmp (arg->insn->insn_mo->name, "exit") == 0; in match_entry_exit_operand()
5420 mask = (is_exit ? 7 << 3 : 0); in match_entry_exit_operand()
5433 if (is_exit && is_freg && regno1 == 0 && regno2 < 2) in match_entry_exit_operand()
5438 else if (!is_exit && regno1 == 4 && regno2 >= 4 && regno2 <= 7) in match_entry_exit_operand()