Searched refs:MODE_PRIORITY_TO_MODE (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | mode-switching.c | 552 int m = current_mode[j] = MODE_PRIORITY_TO_MODE (entity_map[j], i); in optimize_mode_switching()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | lcm.c | 1175 int m = current_mode[j] = MODE_PRIORITY_TO_MODE (entity_map[j], i);
|
H A D | ChangeLog.3 | 13170 (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
|
H A D | ChangeLog.6 | 17392 MODE_PRIORITY_TO_MODE, ENUM_MODE_SET): New macros.
|
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | i386.h | 2205 #define MODE_PRIORITY_TO_MODE(ENTITY, N) (N) macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | i386.h | 3492 #define MODE_PRIORITY_TO_MODE(ENTITY, N) (N) macro
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | sh.h | 3171 #define MODE_PRIORITY_TO_MODE(ENTITY, N) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/ |
H A D | sh.h | 3219 #define MODE_PRIORITY_TO_MODE(ENTITY, N) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | tm.texi | 8321 @code{MODE_PRIORITY_TO_MODE} and @code{EMIT_MODE_SET}. 8351 @findex MODE_PRIORITY_TO_MODE 8352 @item MODE_PRIORITY_TO_MODE (@var{entity}, @var{n})
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | tm.texi | 8706 @code{MODE_PRIORITY_TO_MODE} and @code{EMIT_MODE_SET}. 8752 @defmac MODE_PRIORITY_TO_MODE (@var{entity}, @var{n})
|
H A D | gccint.info | 26940 `MODE_PRIORITY_TO_MODE' and `EMIT_MODE_SET'. `MODE_AFTER', 26979 -- Macro: MODE_PRIORITY_TO_MODE (ENTITY, N) 33007 * MODE_PRIORITY_TO_MODE: Mode Switching. (line 66)
|