Searched refs:PUSH_ROUNDING (Results 1 - 25 of 47) sorted by relevance

12

/openbsd-current/gnu/gcc/gcc/
H A Ddefaults.h495 #ifdef PUSH_ROUNDING
508 #ifdef PUSH_ROUNDING
H A Dexpr.c63 #ifdef PUSH_ROUNDING
156 #ifdef PUSH_ROUNDING
862 If PUSH_ROUNDING is defined and TO is NULL, emit_single_push_insn is
1123 #ifdef PUSH_ROUNDING
2933 #ifdef PUSH_ROUNDING
2934 adjust = PUSH_ROUNDING (adjust);
2989 #ifdef PUSH_ROUNDING
2994 if (PUSH_ROUNDING (submodesize) != submodesize)
3477 #ifdef PUSH_ROUNDING
3485 unsigned rounded_size = PUSH_ROUNDING (GET_MODE_SIZ
[all...]
H A Drecog.c1251 #ifdef PUSH_ROUNDING
1252 rounded_size = PUSH_ROUNDING (rounded_size);
/openbsd-current/gnu/gcc/gcc/config/crx/
H A Dcrx.h306 #define PUSH_ROUNDING(BYTES) (((BYTES) + 3) & ~3) macro
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Ddefaults.h419 #ifdef PUSH_ROUNDING
H A Dexpr.c56 #ifdef PUSH_ROUNDING
179 #ifdef PUSH_ROUNDING
1502 If PUSH_ROUNDING is defined and TO is NULL, emit_single_push_insn is
1715 #ifdef PUSH_ROUNDING
3298 #ifdef PUSH_ROUNDING
3302 && (PUSH_ROUNDING (GET_MODE_SIZE (submode))
3318 (PUSH_ROUNDING
3329 offset1 = -PUSH_ROUNDING (GET_MODE_SIZE (GET_MODE (x)));
3330 offset2 = (-PUSH_ROUNDING (GET_MODE_SIZE (GET_MODE (x)))
3463 #ifdef PUSH_ROUNDING
[all...]
H A Drecog.c1298 #ifdef PUSH_ROUNDING
1299 rounded_size = PUSH_ROUNDING (rounded_size);
/openbsd-current/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.h407 #define PUSH_ROUNDING(BYTES) (((BYTES) + 1) & ~1)
395 #define PUSH_ROUNDING macro
/openbsd-current/gnu/gcc/gcc/config/vax/
H A Dvax.h341 #define PUSH_ROUNDING(BYTES) (BYTES)
337 #define PUSH_ROUNDING macro
/openbsd-current/gnu/gcc/gcc/config/m32c/
H A Dm32c.h481 #define PUSH_ROUNDING(N) m32c_push_rounding (N) macro
/openbsd-current/gnu/gcc/gcc/config/pdp11/
H A Dpdp11.h438 #define PUSH_ROUNDING(BYTES) ((BYTES + 1) & ~1)
434 #define PUSH_ROUNDING macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16.h1111 #define PUSH_ROUNDING(BYTES) (BYTES)
1117 #define PUSH_ROUNDING(BYTES) (((BYTES) + 1) & ~1) */
1118 #define PUSH_ROUNDING(BYTES) (((BYTES) + 1) & ~1)
1126 Defining both `PUSH_ROUNDING' and `ACCUMULATE_OUTGOING_ARGS' is not
1104 #define PUSH_ROUNDING macro
/openbsd-current/gnu/gcc/gcc/config/avr/
H A Davr.h309 #define PUSH_ROUNDING(NPUSHED) (NPUSHED) macro
/openbsd-current/gnu/gcc/gcc/config/h8300/
H A Dh8300.h516 #define PUSH_ROUNDING(BYTES) \
512 #define PUSH_ROUNDING macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dh8300.h547 #define PUSH_ROUNDING(BYTES) \
543 #define PUSH_ROUNDING macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ns32k/
H A Dns32k.h604 #define PUSH_ROUNDING(BYTES) (BYTES)
599 #define PUSH_ROUNDING macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/pdp11/
H A Dpdp11.h509 #define PUSH_ROUNDING(BYTES) ((BYTES + 1) & ~1)
505 #define PUSH_ROUNDING macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr.h1019 #define PUSH_ROUNDING(NPUSHED) (NPUSHED) macro
1030 #define PUSH_ROUNDING(BYTES) (BYTES)
1036 #define PUSH_ROUNDING(BYTES) (((BYTES) + 1) & ~1) */
/openbsd-current/gnu/usr.bin/gcc/gcc/config/vax/
H A Dvax.h369 #define PUSH_ROUNDING(BYTES) (BYTES)
365 #define PUSH_ROUNDING macro
/openbsd-current/gnu/gcc/gcc/config/c4x/
H A Dc4x.h919 #define PUSH_ROUNDING(BYTES) (BYTES) macro
/openbsd-current/gnu/gcc/gcc/config/m68hc11/
H A Dm68hc11.h924 #define PUSH_ROUNDING(BYTES) (BYTES)
916 #define PUSH_ROUNDING macro
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dm68k.h463 #define PUSH_ROUNDING(BYTES) (TARGET_COLDFIRE ? BYTES : ((BYTES) + 1) & ~1)
459 #define PUSH_ROUNDING macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dip2k.h1179 #define PUSH_ROUNDING(NPUSHED) (NPUSHED)
1190 #define PUSH_ROUNDING(BYTES) (BYTES)
1196 #define PUSH_ROUNDING(BYTES) (((BYTES) + 1) & ~1) */
1178 #define PUSH_ROUNDING macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dm68hc11.h1016 #define PUSH_ROUNDING(BYTES) (BYTES)
1008 #define PUSH_ROUNDING macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dm68k.h940 #define PUSH_ROUNDING(BYTES) (TARGET_5200 ? BYTES : ((BYTES) + 1) & ~1)
936 #define PUSH_ROUNDING macro

Completed in 482 milliseconds

12