/openbsd-src/gnu/gcc/gcc/config/crx/ |
H A D | crx.h | 306 #define PUSH_ROUNDING(BYTES) (((BYTES) + 3) & ~3) macro
|
/openbsd-src/gnu/gcc/gcc/config/vax/ |
H A D | vax.h | 337 #define PUSH_ROUNDING(BYTES) (BYTES) macro
|
/openbsd-src/gnu/gcc/gcc/config/pdp11/ |
H A D | pdp11.h | 434 #define PUSH_ROUNDING(BYTES) ((BYTES + 1) & ~1) macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pdp11/ |
H A D | pdp11.h | 505 #define PUSH_ROUNDING(BYTES) ((BYTES + 1) & ~1) macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/vax/ |
H A D | vax.h | 365 #define PUSH_ROUNDING(BYTES) (BYTES) macro
|
/openbsd-src/gnu/gcc/gcc/config/stormy16/ |
H A D | stormy16.h | 395 #define PUSH_ROUNDING(BYTES) (((BYTES) + 1) & ~1) macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ns32k/ |
H A D | ns32k.h | 599 #define PUSH_ROUNDING(BYTES) (BYTES) macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/stormy16/ |
H A D | stormy16.h | 1104 #define PUSH_ROUNDING(BYTES) (((BYTES) + 1) & ~1) macro
|
/openbsd-src/gnu/gcc/gcc/config/m68k/ |
H A D | m68k.h | 459 #define PUSH_ROUNDING(BYTES) (TARGET_COLDFIRE ? BYTES : ((BYTES) + 1) & ~1) macro
|
/openbsd-src/gnu/gcc/gcc/config/m32c/ |
H A D | m32c.h | 481 #define PUSH_ROUNDING(N) m32c_push_rounding (N) macro
|
/openbsd-src/gnu/gcc/gcc/config/h8300/ |
H A D | h8300.h | 512 #define PUSH_ROUNDING(BYTES) \ macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ip2k/ |
H A D | ip2k.h | 1178 #define PUSH_ROUNDING(NPUSHED) (NPUSHED) macro
|
/openbsd-src/gnu/gcc/gcc/config/avr/ |
H A D | avr.h | 309 #define PUSH_ROUNDING(NPUSHED) (NPUSHED) macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/h8300/ |
H A D | h8300.h | 543 #define PUSH_ROUNDING(BYTES) \ macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | m68k.h | 936 #define PUSH_ROUNDING(BYTES) (TARGET_5200 ? BYTES : ((BYTES) + 1) & ~1) macro
|
/openbsd-src/gnu/gcc/gcc/config/m68hc11/ |
H A D | m68hc11.h | 916 #define PUSH_ROUNDING(BYTES) (BYTES) macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/avr/ |
H A D | avr.h | 1019 #define PUSH_ROUNDING(NPUSHED) (NPUSHED) macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
H A D | m68hc11.h | 1008 #define PUSH_ROUNDING(BYTES) (BYTES) macro
|
/openbsd-src/gnu/gcc/gcc/config/c4x/ |
H A D | c4x.h | 919 #define PUSH_ROUNDING(BYTES) (BYTES) macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/ |
H A D | c4x.h | 1098 #define PUSH_ROUNDING(BYTES) (BYTES) macro
|
/openbsd-src/gnu/gcc/gcc/config/i386/ |
H A D | i386.h | 1347 #define PUSH_ROUNDING(BYTES) \ macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | i386.h | 1600 #define PUSH_ROUNDING(BYTES) \ macro
|