Home
last modified time | relevance | path

Searched refs:GET_MODE_UNIT_SIZE (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dmachmode.h95 #define GET_MODE_UNIT_SIZE(MODE) (mode_unit_size[(int) (MODE)]) macro
100 ((GET_MODE_UNIT_SIZE ((MODE)) == 0) ? 0 \
101 : (GET_MODE_SIZE ((MODE)) / GET_MODE_UNIT_SIZE ((MODE))))
Dsimplify-rtx.c2516 int subsize = GET_MODE_UNIT_SIZE (outermode);
2526 if (byte >= GET_MODE_UNIT_SIZE (innermode))
2770 int is_realpart = byte < GET_MODE_UNIT_SIZE (innermode);
2775 final_offset = byte % (GET_MODE_UNIT_SIZE (innermode));
Dalias.c1533 || (int) GET_MODE_UNIT_SIZE (y_mode) < -INTVAL (XEXP (x, 1))))
1537 || (int) GET_MODE_UNIT_SIZE (x_mode) < -INTVAL (XEXP (y, 1))))
Dstor-layout.c312 alignment = GET_MODE_UNIT_SIZE (mode);
Dvarasm.c3490 assemble_integer (elt, GET_MODE_UNIT_SIZE (pool->mode),
4070 elt_size = GET_MODE_UNIT_SIZE (TYPE_MODE (TREE_TYPE (exp)));
Demit-rtl.c1197 < GET_MODE_UNIT_SIZE (GET_MODE (SUBREG_REG (x))));
1260 && msize != GET_MODE_UNIT_SIZE (GET_MODE (x)))
Ddwarf2out.c8264 ? GET_MODE_UNIT_SIZE (mode)
8265 : -GET_MODE_UNIT_SIZE (mode)));
9224 unsigned int elt_size = GET_MODE_UNIT_SIZE (mode);
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dm68k.h524 && GET_MODE_UNIT_SIZE (MODE) <= 12))
548 && GET_MODE_UNIT_SIZE ((MODE)) > 4 \
550 && (REGNO) % (GET_MODE_UNIT_SIZE ((MODE)) / 4) != 0)) \
554 && GET_MODE_UNIT_SIZE (MODE) <= 12) \
555 : ((REGNO) < 56 ? TARGET_FPA && GET_MODE_UNIT_SIZE (MODE) <= 8 : 0)))
/openbsd/src/gnu/gcc/gcc/
Dmachmode.h116 #define GET_MODE_UNIT_SIZE(MODE) \ macro
Dalias.c1538 || (int) GET_MODE_UNIT_SIZE (y_mode) < -INTVAL (XEXP (x, 1)))) in base_alias_check()
1542 || (int) GET_MODE_UNIT_SIZE (x_mode) < -INTVAL (XEXP (y, 1)))) in base_alias_check()
Demit-rtl.c965 = get_reg_attrs (t, GET_MODE_UNIT_SIZE (GET_MODE (XEXP (x, 0)))); in set_decl_rtl()
999 = get_reg_attrs (t, GET_MODE_UNIT_SIZE (GET_MODE (XEXP (x, 0)))); in set_decl_incoming_rtl()
1174 || msize == (unsigned int) GET_MODE_UNIT_SIZE (GET_MODE (x))); in gen_highpart()
Ddwarf2out.c8906 ? GET_MODE_UNIT_SIZE (mode) in mem_loc_descriptor()
8907 : -GET_MODE_UNIT_SIZE (mode))); in mem_loc_descriptor()
9896 unsigned int elt_size = GET_MODE_UNIT_SIZE (mode); in add_const_value_attribute()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/ns32k/
Dns32k.h397 && (GET_MODE_UNIT_SIZE(MODE1) == GET_MODE_UNIT_SIZE(MODE2))) \
Dns32k.c470 int size = GET_MODE_UNIT_SIZE (mode);
/openbsd/src/gnu/gcc/gcc/config/sh/
Dpredicates.md599 if (GET_MODE_UNIT_SIZE (mode) == 1)
603 unit_size = GET_MODE_UNIT_SIZE (GET_MODE (op));
638 if (GET_MODE_UNIT_SIZE (mode) == 1)
Dsh.h1781 && GET_MODE_UNIT_SIZE ((MODE)) > UNITS_PER_WORD) \
/openbsd/src/gnu/gcc/gcc/config/mcore/
Dmcore.h603 && GET_MODE_UNIT_SIZE ((MODE)) > UNITS_PER_WORD) \
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mmix/
Dmmix.c890 && GET_MODE_UNIT_SIZE (TYPE_MODE (type)) < 8
891 && GET_MODE_UNIT_SIZE (TYPE_MODE (type)) != 0)
903 - GET_MODE_UNIT_SIZE (TYPE_MODE (type))));
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mcore/
Dmcore.h730 && GET_MODE_UNIT_SIZE ((MODE)) > UNITS_PER_WORD) \
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/
Dsh.c6515 if (GET_MODE_UNIT_SIZE (mode) == 1)
6550 if (GET_MODE_UNIT_SIZE (mode) == 1)
6554 unit_size = GET_MODE_UNIT_SIZE (GET_MODE (v));
Dsh.h1571 && GET_MODE_UNIT_SIZE ((MODE)) > UNITS_PER_WORD) \
/openbsd/src/gnu/gcc/gcc/config/m68k/
Dm68k.c3641 && GET_MODE_UNIT_SIZE (mode) <= TARGET_FP_REG_SIZE) in m68k_regno_mode_ok()
/openbsd/src/gnu/gcc/gcc/config/mips/
Dmips.c3728 && GET_MODE_UNIT_SIZE (mode) <= UNITS_PER_FPVALUE); in mips_arg_info()
3747 && GET_MODE_UNIT_SIZE (mode) < UNITS_PER_FPVALUE) in mips_arg_info()
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Drtl.texi1142 @findex GET_MODE_UNIT_SIZE
1143 @item GET_MODE_UNIT_SIZE (@var{m})
1152 @code{GET_MODE_SIZE} divided by @code{GET_MODE_UNIT_SIZE}.
/openbsd/src/gnu/gcc/gcc/doc/
Drtl.texi1306 @findex GET_MODE_UNIT_SIZE
1307 @item GET_MODE_UNIT_SIZE (@var{m})
1316 @code{GET_MODE_SIZE} divided by @code{GET_MODE_UNIT_SIZE}.

12