Searched refs:MODE (Results 1 - 25 of 218) sorted by relevance

123456789

/openbsd-current/gnu/gcc/gcc/
H A Dmachmode.h28 /* Get the name of mode MODE as a string. */
31 #define GET_MODE_NAME(MODE) mode_name[MODE]
41 /* Get the general kind of object that mode MODE represents
45 #define GET_MODE_CLASS(MODE) mode_class[MODE]
47 /* Nonzero if MODE is an integral mode. */
48 #define INTEGRAL_MODE_P(MODE) \
49 (GET_MODE_CLASS (MODE) == MODE_INT \
50 || GET_MODE_CLASS (MODE)
[all...]
H A Dflags.h283 #define HONOR_NANS(MODE) \
284 (MODE_HAS_NANS (MODE) && !flag_finite_math_only)
287 #define HONOR_SNANS(MODE) (flag_signaling_nans && HONOR_NANS (MODE))
291 #define HONOR_INFINITIES(MODE) \
292 (MODE_HAS_INFINITIES (MODE) && !flag_finite_math_only)
296 #define HONOR_SIGNED_ZEROS(MODE) \
297 (MODE_HAS_SIGNED_ZEROS (MODE) && !flag_unsafe_math_optimizations)
301 #define HONOR_SIGN_DEPENDENT_ROUNDING(MODE) \
302 (MODE_HAS_SIGN_DEPENDENT_ROUNDING (MODE)
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dmachmode.h39 /* Get the name of mode MODE as a string. */
42 #define GET_MODE_NAME(MODE) (mode_name[(int) (MODE)])
49 /* Get the general kind of object that mode MODE represents
53 #define GET_MODE_CLASS(MODE) (mode_class[(int) (MODE)])
55 /* Nonzero if MODE is an integral mode. */
56 #define INTEGRAL_MODE_P(MODE) \
57 (GET_MODE_CLASS (MODE) == MODE_INT \
58 || GET_MODE_CLASS (MODE)
[all...]
H A Dflags.h699 #define HONOR_NANS(MODE) \
700 (MODE_HAS_NANS (MODE) && !flag_finite_math_only)
703 #define HONOR_SNANS(MODE) (flag_signaling_nans && HONOR_NANS (MODE))
707 #define HONOR_INFINITIES(MODE) \
708 (MODE_HAS_INFINITIES (MODE) && !flag_finite_math_only)
712 #define HONOR_SIGNED_ZEROS(MODE) \
713 (MODE_HAS_SIGNED_ZEROS (MODE) && !flag_unsafe_math_optimizations)
717 #define HONOR_SIGN_DEPENDENT_ROUNDING(MODE) \
718 (MODE_HAS_SIGN_DEPENDENT_ROUNDING (MODE)
[all...]
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dpa32-regs.h155 to hold something of mode MODE.
156 This is ordinarily the length in words of a value of mode MODE
163 #define HARD_REGNO_NREGS(REGNO, MODE) \
166 ? COMPLEX_MODE_P (MODE) ? 2 : 1 \
167 : (GET_MODE_SIZE (MODE) + 4 - 1) / 4) \
168 : (GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
172 #define VALID_FP_MODE_P(MODE) \
173 ((MODE) == SFmode || (MODE) == DFmode \
174 || (MODE)
[all...]
H A Dpa64-regs.h144 to hold something of mode MODE.
145 This is ordinarily the length in words of a value of mode MODE
153 #define HARD_REGNO_NREGS(REGNO, MODE) \
154 ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
157 #define VALID_FP_MODE_P(MODE) \
158 ((MODE) == SFmode || (MODE) == DFmode \
159 || (MODE) == SCmode || (MODE) == DCmode \
160 || (MODE)
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A D3b1g.h49 #define FUNCTION_ARG_PADDING(MODE, TYPE) \
50 (((MODE) == BLKmode \
53 : GET_MODE_BITSIZE (MODE) < PARM_BOUNDARY) \
H A Dm68kemb.h31 #define LIBCALL_VALUE(MODE) \
32 gen_rtx_REG ((MODE), \
34 && ((MODE) == SFmode || (MODE) == DFmode \
35 || (MODE) == XFmode)) \
H A Dsun3.h172 #define FUNCTION_VALUEX(MODE) \
173 gen_rtx_REG ((MODE), \
175 && ((MODE) == SFmode || (MODE) == DFmode \
176 || (MODE) == XFmode)) \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa32-regs.h154 to hold something of mode MODE.
155 This is ordinarily the length in words of a value of mode MODE
161 #define HARD_REGNO_NREGS(REGNO, MODE) \
163 ? (!TARGET_PA_11 ? 1 : (GET_MODE_SIZE (MODE) + 4 - 1) / 4) \
164 : ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD))
166 /* Value is 1 if hard register REGNO can hold a value of machine-mode MODE.
172 #define HARD_REGNO_MODE_OK(REGNO, MODE) \
173 ((REGNO) == 0 ? (MODE) == CCmode || (MODE) == CCFPmode \
176 ? GET_MODE_SIZE (MODE) <
[all...]
H A Dpa64-regs.h148 to hold something of mode MODE.
149 This is ordinarily the length in words of a value of mode MODE
155 #define HARD_REGNO_NREGS(REGNO, MODE) \
156 ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
158 /* Value is 1 if hard register REGNO can hold a value of machine-mode MODE.
161 #define HARD_REGNO_MODE_OK(REGNO, MODE) \
163 ? (MODE) == CCmode || (MODE) == CCFPmode \
165 : (GET_MODE_SIZE (MODE) <= UNITS_PER_WORD \
166 || (GET_MODE_SIZE (MODE) <
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dfr30.h97 #define PROMOTE_MODE(MODE,UNSIGNEDP,TYPE) \
100 if (GET_MODE_CLASS (MODE) == MODE_INT \
101 && GET_MODE_SIZE (MODE) < 4) \
102 (MODE) = SImode; \
263 register number REGNO, required to hold a value of mode MODE. */
265 #define HARD_REGNO_NREGS(REGNO, MODE) \
266 ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
269 MODE in hard register number REGNO (or in several registers starting with
272 #define HARD_REGNO_MODE_OK(REGNO, MODE) 1
426 class CLASS needed to hold a value of mode MODE
[all...]
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dm68kemb.h29 #define LIBCALL_VALUE(MODE) \
30 m68k_libcall_value (MODE)
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Di386.h610 /* Decide whether a variable of mode MODE should be 128 bit aligned. */
611 #define ALIGN_MODE_128(MODE) \
612 ((MODE) == XFmode || SSE_REG_MODE_P (MODE))
676 #define FUNCTION_ARG_BOUNDARY(MODE, TYPE) \
677 ix86_function_arg_boundary ((MODE), (TYPE))
695 #define IS_STACK_MODE(MODE) \
696 (((MODE) == SFmode && (!TARGET_SSE || !TARGET_SSE_MATH)) \
697 || ((MODE) == DFmode && (!TARGET_SSE2 || !TARGET_SSE_MATH)) \
698 || (MODE)
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dh8300-dis.c115 if ((looking_for & MODE) == DISP)
122 switch (q->args.nib[0] & MODE) {
211 else if ((x & MODE) == IMM)
215 else if ((x & MODE) == DBIT ||
216 (x & MODE) == KBIT)
220 else if ((x & MODE) == CONST_2)
222 else if ((x & MODE) == CONST_4)
224 else if ((x & MODE) == CONST_8)
226 else if ((x & MODE) == CONST_16)
228 else if ((x & MODE)
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dh8300-dis.c103 if ((looking_for & MODE) == DISP)
110 switch (q->args.nib[0] & MODE)
200 else if ((x & MODE) == IMM)
202 else if ((x & MODE) == DBIT || (x & MODE) == KBIT)
204 else if ((x & MODE) == CONST_2)
206 else if ((x & MODE) == CONST_4)
208 else if ((x & MODE) == CONST_8)
210 else if ((x & MODE) == CONST_16)
212 else if ((x & MODE)
[all...]
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Darm.h403 #define PROMOTE_MODE(MODE, UNSIGNEDP, TYPE) \
404 if (GET_MODE_CLASS (MODE) == MODE_INT \
405 && GET_MODE_SIZE (MODE) < 4) \
407 if (MODE == QImode) \
409 else if (MODE == HImode) \
411 (MODE) = SImode; \
414 #define PROMOTE_FUNCTION_MODE(MODE, UNSIGNEDP, TYPE) \
415 if ((GET_MODE_CLASS (MODE) == MODE_INT \
416 || GET_MODE_CLASS (MODE) == MODE_COMPLEX_INT) \
417 && GET_MODE_SIZE (MODE) <
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.h127 #define PROMOTE_MODE(MODE, UNSIGNEDP, TYPE) \
128 if (INTEGRAL_MODE_P (MODE) && \
129 GET_MODE_SIZE (MODE) < UNITS_PER_WORD) { \
130 (MODE) = Pmode; \
316 #define HARD_REGNO_NREGS(REGNO, MODE) \
318 (GET_MODE_CLASS(MODE) == MODE_COMPLEX_FLOAT ? 2 : 1) : \
320 ((GET_MODE_SIZE(MODE)+UNITS_PER_WORD-1) / UNITS_PER_WORD) : \
323 #define HARD_REGNO_MODE_OK(REGNO, MODE) \
325 ((MODE) == SImode || (MODE)
[all...]
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dalpha.h315 #define PROMOTE_MODE(MODE,UNSIGNEDP,TYPE) \
316 if (GET_MODE_CLASS (MODE) == MODE_INT \
318 && GET_MODE_SIZE (MODE) < UNITS_PER_WORD) \
320 if ((MODE) == SImode) \
322 (MODE) = DImode; \
394 #define SLOW_UNALIGNED_ACCESS(MODE, ALIGN) 1
468 to hold something of mode MODE.
469 This is ordinarily the length in words of a value of mode MODE
472 #define HARD_REGNO_NREGS(REGNO, MODE) \
473 ((GET_MODE_SIZE (MODE)
[all...]
/openbsd-current/gnu/gcc/gcc/config/arc/
H A Darc.h137 #define PROMOTE_MODE(MODE,UNSIGNEDP,TYPE) \
138 if (GET_MODE_CLASS (MODE) == MODE_INT \
139 && GET_MODE_SIZE (MODE) < UNITS_PER_WORD) \
141 (MODE) = SImode; \
303 to hold something of mode MODE.
304 This is ordinarily the length in words of a value of mode MODE
306 #define HARD_REGNO_NREGS(REGNO, MODE) \
307 ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
309 /* Value is 1 if hard register REGNO can hold a value of machine-mode MODE. */
312 #define HARD_REGNO_MODE_OK(REGNO, MODE) \
[all...]
/openbsd-current/gnu/gcc/gcc/config/crx/
H A Dcrx.h156 #define HARD_REGNO_NREGS(REGNO, MODE) \
157 ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
160 #define HARD_REGNO_MODE_OK(REGNO, MODE) crx_hard_regno_mode_ok(REGNO, MODE)
229 #define SECONDARY_RELOAD_CLASS(CLASS, MODE, X) \
230 crx_secondary_reload_class (CLASS, MODE, X)
232 #define CLASS_MAX_NREGS(CLASS, MODE) \
233 (GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD
310 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
311 ((rtx) crx_function_arg(&(CUM), (MODE), (TYP
[all...]
/openbsd-current/gnu/gcc/gcc/config/s390/
H A Ds390.h171 #define PROMOTE_FUNCTION_MODE(MODE, UNSIGNEDP, TYPE) \
172 if (INTEGRAL_MODE_P (MODE) && \
173 GET_MODE_SIZE (MODE) < UNITS_PER_WORD) { \
174 (MODE) = Pmode; \
360 #define HARD_REGNO_NREGS(REGNO, MODE) \
361 s390_class_max_nregs (REGNO_REG_CLASS (REGNO), (MODE))
363 #define HARD_REGNO_MODE_OK(REGNO, MODE) \
364 s390_hard_regno_mode_ok ((REGNO), (MODE))
373 /* Maximum number of registers to represent a value of mode MODE
375 #define CLASS_MAX_NREGS(CLASS, MODE) \
[all...]
/openbsd-current/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.h82 #define PROMOTE_MODE(MODE,UNSIGNEDP,TYPE) \
84 if (GET_MODE_CLASS (MODE) == MODE_INT \
85 && GET_MODE_SIZE (MODE) < 2) \
86 (MODE) = HImode; \
174 #define HARD_REGNO_NREGS(REGNO, MODE) \
175 ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
177 #define HARD_REGNO_MODE_OK(REGNO, MODE) ((REGNO) != 16 || (MODE) == BImode)
288 #define SECONDARY_RELOAD_CLASS(CLASS, MODE, X) \
289 xstormy16_secondary_reload_class (CLASS, MODE,
[all...]
/openbsd-current/gnu/gcc/gcc/config/fr30/
H A Dfr30.h80 #define PROMOTE_MODE(MODE,UNSIGNEDP,TYPE) \
83 if (GET_MODE_CLASS (MODE) == MODE_INT \
84 && GET_MODE_SIZE (MODE) < 4) \
85 (MODE) = SImode; \
246 register number REGNO, required to hold a value of mode MODE. */
248 #define HARD_REGNO_NREGS(REGNO, MODE) \
249 ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
252 MODE in hard register number REGNO (or in several registers starting with
255 #define HARD_REGNO_MODE_OK(REGNO, MODE) 1
409 class CLASS needed to hold a value of mode MODE
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h797 #define HARD_REGNO_CALL_PART_CLOBBERED(REGNO,MODE) \
799 && GET_MODE_SIZE (MODE) > 4 \
805 to hold something of mode MODE.
806 This is ordinarily the length in words of a value of mode MODE
811 #define HARD_REGNO_NREGS(REGNO, MODE) \
813 ? (GET_MODE_SIZE (MODE) / (2 * UNITS_PER_WORD)) \
815 ? ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD/2 - 1) / (UNITS_PER_WORD/2)) \
816 : ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)) \
818 /* Value is 1 if hard register REGNO can hold a value of machine-mode MODE.
832 #define HARD_REGNO_MODE_OK(REGNO, MODE) \
[all...]

Completed in 399 milliseconds

123456789