Searched refs:GET_MODE_ALIGNMENT (Results 26 - 41 of 41) sorted by relevance

12

/openbsd-current/gnu/gcc/gcc/
H A Drtl.h1184 ? GET_MODE_ALIGNMENT (GET_MODE (RTX)) : BITS_PER_UNIT))
H A Dtree-ssa-loop-ivopts.c1464 && (base_align < GET_MODE_ALIGNMENT (mode)
1465 || bitpos % GET_MODE_ALIGNMENT (mode) != 0
H A Dreload1.c2013 unsigned int inherent_align = GET_MODE_ALIGNMENT (mode);
H A Dcombine.c6049 % (STRICT_ALIGNMENT ? GET_MODE_ALIGNMENT (tmode)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h1879 : GET_MODE_ALIGNMENT (MODE)) \
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Drecog.c2026 && mode_sz <= GET_MODE_ALIGNMENT (mode) / BITS_PER_UNIT)
H A Drtl.h1181 ? GET_MODE_ALIGNMENT (GET_MODE (RTX)) : BITS_PER_UNIT))
H A Dcombine.c6207 % (STRICT_ALIGNMENT ? GET_MODE_ALIGNMENT (tmode)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c5127 if (GET_MODE_ALIGNMENT (mode) == 128)
5141 if (GET_MODE_ALIGNMENT (mode) == 128)
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dsh.c6953 < GET_MODE_ALIGNMENT (TYPE_MODE (field_type)))
7177 && ((mode == BLKmode ? TYPE_ALIGN (type) : GET_MODE_ALIGNMENT (mode))
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dsparc.c4517 && (type ? TYPE_ALIGN (type) : GET_MODE_ALIGNMENT (mode)) >= 128
/openbsd-current/gnu/gcc/gcc/config/mips/
H A Dmips.c3994 alignment = type ? TYPE_ALIGN (type) : GET_MODE_ALIGNMENT (mode);
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Darm.c2716 return (GET_MODE_ALIGNMENT (mode) > PARM_BOUNDARY
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c5758 set_mem_align (mem, GET_MODE_ALIGNMENT (DFmode));
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Di386.c3815 align = GET_MODE_ALIGNMENT (mode);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c2434 align = GET_MODE_ALIGNMENT (mode);

Completed in 896 milliseconds

12