Home | History | Annotate | Download | only in config

Lines Matching refs:is_exit

5506   bfd_boolean is_exit;
5510 is_exit = strcmp (arg->insn->insn_mo->name, "exit") == 0;
5511 mask = (is_exit ? 7 << 3 : 0);
5524 if (is_exit && is_freg && regno1 == 0 && regno2 < 2)
5529 else if (!is_exit && regno1 == 4 && regno2 >= 4 && regno2 <= 7)