Searched refs:UNITS_PER_WORD (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/
H A Drtlhooks.c66 if (GET_MODE_SIZE (GET_MODE (x)) <= UNITS_PER_WORD
74 offset = (MAX (GET_MODE_SIZE (GET_MODE (x)), UNITS_PER_WORD)
75 - MAX (GET_MODE_SIZE (mode), UNITS_PER_WORD));
80 offset -= (MIN (UNITS_PER_WORD, GET_MODE_SIZE (mode))
81 - MIN (UNITS_PER_WORD, GET_MODE_SIZE (GET_MODE (x))));
151 offset = (MAX (GET_MODE_SIZE (GET_MODE (x)), UNITS_PER_WORD)
152 - MAX (GET_MODE_SIZE (mode), UNITS_PER_WORD));
156 offset -= (MIN (UNITS_PER_WORD, GET_MODE_SIZE (mode))
157 - MIN (UNITS_PER_WORD, GET_MODE_SIZE (GET_MODE (x))));
H A Dregs.h38 #define REGMODE_NATURAL_SIZE(MODE) UNITS_PER_WORD
118 ((GET_MODE_SIZE (PSEUDO_REGNO_MODE (N)) + UNITS_PER_WORD - 1) \
119 / UNITS_PER_WORD)
H A Demit-rtl.c629 else if (osize >= UNITS_PER_WORD && isize >= osize)
681 if (osize < UNITS_PER_WORD)
683 enum machine_mode wmode = isize > UNITS_PER_WORD ? word_mode : imode;
685 if (offset % UNITS_PER_WORD != low_off)
876 / UNITS_PER_WORD) * UNITS_PER_WORD;
878 offset_le = (offset / UNITS_PER_WORD) * UNITS_PER_WORD;
882 % UNITS_PER_WORD);
884 offset_le += offset % UNITS_PER_WORD;
[all...]
H A Ddefaults.h402 #define BITS_PER_WORD (BITS_PER_UNIT * UNITS_PER_WORD)
415 #define SHORT_TYPE_SIZE (BITS_PER_UNIT * MIN ((UNITS_PER_WORD + 1) / 2, 2))
712 #define UNITS_PER_SIMD_WORD UNITS_PER_WORD
H A Dexpr.h223 #define STACK_CHECK_PROTECT (75 * UNITS_PER_WORD)
230 (STACK_CHECK_PROBE_INTERVAL - UNITS_PER_WORD)
235 #define STACK_CHECK_FIXED_FRAME_SIZE (4 * UNITS_PER_WORD)
H A Dcaller-save.c45 #define MIN_UNITS_PER_WORD UNITS_PER_WORD
48 #define MOVE_MAX_WORDS (MOVE_MAX / UNITS_PER_WORD)
353 k * UNITS_PER_WORD);
584 <= UNITS_PER_WORD))))
H A Drtlanal.c676 + (UNITS_PER_WORD - 1)) / UNITS_PER_WORD)
678 + (UNITS_PER_WORD - 1)) / UNITS_PER_WORD)))
1517 + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
1519 + UNITS_PER_WORD - 1) / UNITS_PER_WORD)))
2903 gcc_assert (!((subreg_byte % UNITS_PER_WORD
2904 + GET_MODE_SIZE (outer_mode)) > UNITS_PER_WORD
[all...]
H A Dcalls.c754 BIGGEST_ALIGNMENT / UNITS_PER_WORD) - 1)))
837 gcc_assert (args[i].partial % UNITS_PER_WORD == 0);
838 args[i].n_aligned_regs = args[i].partial / UNITS_PER_WORD;
843 = (bytes + UNITS_PER_WORD - 1) / UNITS_PER_WORD;
852 if (bytes < UNITS_PER_WORD
1133 int_size_in_bytes (type) <= UNITS_PER_WORD);
1559 gcc_assert (partial % UNITS_PER_WORD == 0);
1560 nregs = partial / UNITS_PER_WORD;
1565 nregs = (size + (UNITS_PER_WORD
[all...]
H A Dsimplify-rtx.c4291 unsigned bytele = (subword_byte % UNITS_PER_WORD
4292 + (word_byte / UNITS_PER_WORD) * UNITS_PER_WORD);
4376 byte = (subword_byte % UNITS_PER_WORD
4377 + (word_byte / UNITS_PER_WORD) * UNITS_PER_WORD);
4421 unsigned bytele = (subword_byte % UNITS_PER_WORD
4422 + (word_byte / UNITS_PER_WORD) * UNITS_PER_WORD);
4535 final_offset += (difference / UNITS_PER_WORD) * UNITS_PER_WOR
[all...]
H A Dreload.c815 return (GET_MODE_SIZE (mode) <= UNITS_PER_WORD
817 && GET_MODE_SIZE (GET_MODE (inner)) > UNITS_PER_WORD
818 && ((GET_MODE_SIZE (GET_MODE (inner)) / UNITS_PER_WORD)
1013 || (GET_MODE_SIZE (inmode) <= UNITS_PER_WORD
1015 <= UNITS_PER_WORD)
1024 && ((GET_MODE_SIZE (inmode) - 1) / UNITS_PER_WORD ==
1026 / UNITS_PER_WORD)))
1034 && ((GET_MODE_SIZE (inmode) <= UNITS_PER_WORD
1036 > UNITS_PER_WORD)
1038 / UNITS_PER_WORD)
[all...]
H A Dexpmed.c378 byte_offset += (difference / UNITS_PER_WORD) * UNITS_PER_WORD;
380 byte_offset += difference % UNITS_PER_WORD;
451 + (offset * UNITS_PER_WORD);
456 ? ((GET_MODE_SIZE (fieldmode) >= UNITS_PER_WORD
543 + (offset * UNITS_PER_WORD)),
600 || GET_MODE_SIZE (GET_MODE (op0)) > UNITS_PER_WORD)
614 op0, (offset * UNITS_PER_WORD));
1051 int word_offset = (SUBREG_BYTE (op0) / UNITS_PER_WORD) + offset;
1225 byte_offset = bitpos / BITS_PER_UNIT + offset * UNITS_PER_WORD;
[all...]
H A Dtree-vect-generic.c236 int n_words = tree_low_cst (TYPE_SIZE_UNIT (type), 1) / UNITS_PER_WORD;
275 int parts_per_word = UNITS_PER_WORD
H A Ddojump.c623 int nwords = (GET_MODE_SIZE (mode) / UNITS_PER_WORD);
694 int nwords = GET_MODE_SIZE (mode) / UNITS_PER_WORD;
744 int nwords = (GET_MODE_SIZE (mode) / UNITS_PER_WORD);
H A Dfunction.c386 - 64 * UNITS_PER_WORD)
2393 gcc_assert (data->partial % UNITS_PER_WORD == 0);
2395 data->partial / UNITS_PER_WORD);
2482 && GET_MODE_SIZE (data->promoted_mode) < UNITS_PER_WORD
2554 size_stored = CEIL_ROUND (size, UNITS_PER_WORD);
2603 else if (size <= UNITS_PER_WORD)
2610 && (size == UNITS_PER_WORD
2624 else if (size != UNITS_PER_WORD
2634 int by = (UNITS_PER_WORD - size) * BITS_PER_UNIT;
2645 size_stored / UNITS_PER_WORD);
2632 size_stored / UNITS_PER_WORD); local
2636 size_stored / UNITS_PER_WORD); local
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h595 #define UNITS_PER_WORD (TARGET_ARCH64 ? 8 : 4)
597 #define MIN_UNITS_PER_WORD UNITS_PER_WORD
602 #define UNITS_PER_SIMD_WORD (TARGET_VIS ? 8 : UNITS_PER_WORD)
632 && GET_MODE_SIZE (MODE) < UNITS_PER_WORD) \
881 ? (GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD \
883 : ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD))
888 ((TARGET_ARCH64 && FLOAT_MODE_P (MODE)) ? 4 : UNITS_PER_WORD)
1373 : (GET_MODE_SIZE (MODE) + UNITS_PER_WORD
591 #define UNITS_PER_WORD macro
[all...]
H A Dsparc.c4407 #define ROUND_ADVANCE(SIZE) (((SIZE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
4792 intoffset = (intoffset | (UNITS_PER_WORD-1)) + 1;
4969 nregs = (typesize + UNITS_PER_WORD - 1) / UNITS_PER_WORD;
5030 GEN_INT (UNITS_PER_WORD * i));
5245 return (SPARC_INT_ARG_MAX - slotno) * UNITS_PER_WORD;
5257 if (size > UNITS_PER_WORD
5259 return UNITS_PER_WORD;
5266 if (GET_MODE_SIZE (mode) > UNITS_PER_WORD
[all...]
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h164 #define UNITS_PER_WORD (TARGET_64BIT ? 8 : 4) macro
173 GET_MODE_SIZE (MODE) < UNITS_PER_WORD) { \
519 plus_constant (arg_pointer_rtx, -UNITS_PER_WORD) : \
528 plus_constant ((FRAME), STACK_POINTER_OFFSET - UNITS_PER_WORD) : (FRAME))
884 fputs (integer_asm_op (UNITS_PER_WORD, TRUE), (FILE)); \
894 fputs (integer_asm_op (UNITS_PER_WORD, TRUE), (FILE)); \
H A Ds390.c312 cfun_frame_layout.first_save_gpr_slot + 1) * UNITS_PER_WORD)
6276 offset = -2 * UNITS_PER_WORD;
6278 offset = RETURN_REGNUM * UNITS_PER_WORD;
6297 STACK_POINTER_OFFSET - UNITS_PER_WORD);
6422 + cfun_frame_layout.first_restore_gpr * UNITS_PER_WORD);
6424 - cfun_frame_layout.first_restore_gpr + 1) * UNITS_PER_WORD;
6619 cfun_frame_layout.f0_offset = 16 * UNITS_PER_WORD;
6623 * UNITS_PER_WORD);
6628 - UNITS_PER_WORD);
6632 * UNITS_PER_WORD);
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h608 #define UNITS_PER_WORD (TARGET_64BIT ? 8 : 4)
906 : ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)))
934 #define UNITS_PER_SIMD_WORD (TARGET_SSE ? 16 : UNITS_PER_WORD)
1331 + UNITS_PER_WORD - 1) / UNITS_PER_WORD))
2021 ? gen_rtx_MEM (Pmode, plus_constant (arg_pointer_rtx, -UNITS_PER_WORD)) \
2022 : gen_rtx_MEM (Pmode, plus_constant (FRAME, UNITS_PER_WORD)))
2028 #define INCOMING_FRAME_SP_OFFSET UNITS_PER_WORD
606 #define UNITS_PER_WORD macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h448 #define UNITS_PER_WORD 4
765 #define ARM_NUM_INTS(X) (((X) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
904 On the ARM regs are UNITS_PER_WORD bits wide; FPA regs can hold any FP
1217 ARM regs are UNITS_PER_WORD bits while FPA regs can hold any FP mode */
1265 ? UNITS_PER_WORD : 0)
1554 assemble_aligned_integer (UNITS_PER_WORD, sym); \
1654 assemble_aligned_integer (UNITS_PER_WORD, const0_rtx); \
1655 assemble_aligned_integer (UNITS_PER_WORD, const0_rtx); \
445 #define UNITS_PER_WORD macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c1785 factor = (GET_MODE_SIZE (mode) + UNITS_PER_WORD - 1) / UNITS_PER_WORD;
2379 if (GET_MODE_SIZE (mode) <= UNITS_PER_WORD
2782 byte = UNITS_PER_WORD;
3601 #define MAX_MOVE_BYTES (MAX_MOVE_REGS * UNITS_PER_WORD)
3736 num_words = (num_bytes + UNITS_PER_WORD - 1) / UNITS_PER_WORD;
3969 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner))
4009 return info.stack_words > 0 ? info.reg_words * UNITS_PER_WORD : 0;
4113 - gp_saved * UNITS_PER_WORD);
[all...]
H A Dmips.h1036 #define UNITS_PER_WORD (TARGET_64BIT ? 8 : 4)
1062 #define UNITS_PER_SIMD_WORD (TARGET_PAIRED_SINGLE_FLOAT ? 8 : UNITS_PER_WORD)
1190 && GET_MODE_SIZE (MODE) < UNITS_PER_WORD) \
1799 ? MIPS_STACK_ALIGN (UNITS_PER_WORD) : 0))
1851 ? (MAX_ARGS_IN_REGISTERS * UNITS_PER_WORD) \
1030 #define UNITS_PER_WORD macro
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h171 #define UNITS_PER_WORD 8
653 : (GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
909 : (GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
168 #define UNITS_PER_WORD macro
H A Dia64.c3843 *pretend_size = n * UNITS_PER_WORD;
3948 return (words + UNITS_PER_WORD - 1) / UNITS_PER_WORD; /* round up */
4024 args_byte_size = int_regs * UNITS_PER_WORD;
4027 && args_byte_size < (MAX_ARGUMENT_SLOTS * UNITS_PER_WORD)); i++)
4044 int_regs += offset / UNITS_PER_WORD;
4073 if (gr_size == UNITS_PER_WORD
4074 || (gr_size < UNITS_PER_WORD && offset % UNITS_PER_WORD == 0))
4076 else if (gr_size > UNITS_PER_WORD)
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h396 && GET_MODE_SIZE (MODE) < UNITS_PER_WORD) \
418 #define UNITS_PER_WORD (! TARGET_POWERPC64 ? 4 : 8)
420 #define MIN_UNITS_PER_WORD UNITS_PER_WORD
830 : (TARGET_SPE ? UNITS_PER_SPE_WORD : UNITS_PER_WORD))
1136 : ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD))
417 #define UNITS_PER_WORD macro

Completed in 330 milliseconds

12