Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dmode-switching.c445 int no_mode = num_modes[e]; in optimize_mode_switching() local
454 int last_mode = no_mode; in optimize_mode_switching()
469 ptr = new_seginfo (no_mode, BB_HEAD (bb), bb->index, live_now); in optimize_mode_switching()
484 if (mode != no_mode && mode != last_mode) in optimize_mode_switching()
508 if (last_mode == no_mode) in optimize_mode_switching()
510 ptr = new_seginfo (no_mode, BB_END (bb), bb->index, live_now); in optimize_mode_switching()
518 if (mode != no_mode) in optimize_mode_switching()
576 int no_mode = num_modes[entity_map[j]]; in optimize_mode_switching() local
627 bb_info[j][bb->index].seginfo->mode = no_mode; in optimize_mode_switching()
640 int no_mode = num_modes[entity_map[j]]; in optimize_mode_switching() local
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dlcm.c1088 int no_mode = num_modes[e]; local
1097 int last_mode = no_mode;
1111 if (mode != no_mode && mode != last_mode)
1133 if (last_mode == no_mode)
1135 ptr = new_seginfo (no_mode, bb->end, bb->index, live_now);
1143 if (mode != no_mode)
1199 int no_mode = num_modes[entity_map[j]]; local
1275 bb_info[j][bb->index].seginfo->mode = no_mode;
1286 int no_mode = num_modes[entity_map[j]]; local
1294 if (ptr->mode != no_mode)
H A DChangeLog.32027 FP_MODE_NONE to no_mode. Rename MODE_AT_ENTRY to NORMAL_MODE.
/openbsd/gnu/lib/libreadline/
H A Drldefs.h87 # define no_mode -1 macro
H A Dbind.c888 mode = no_mode;
/openbsd/usr.sbin/unbound/
H A Dltmain.sh4431 if test -n "$install_override_mode" && $no_mode; then