Searched refs:last_mode (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dmode-switching.c456 int last_mode = no_mode;
486 if (mode != no_mode && mode != last_mode)
488 last_mode = mode;
494 last_mode = MODE_AFTER (last_mode, insn);
508 info[bb->index].computing = last_mode;
510 if (last_mode == no_mode)
454 int last_mode = no_mode; local
H A Doptabs.c4977 init_libfuncs (optab optable, int first_mode, int last_mode,
4983 for (mode = first_mode; (int) mode <= (int) last_mode;
4953 init_libfuncs(optab optable, int first_mode, int last_mode, const char *opname, int suffix) argument

Completed in 122 milliseconds