Searched refs:GET_MODE_UNIT_SIZE (Results 1 – 25 of 35) sorted by relevance
12
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | machmode.h | 95 #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))))
|
| D | simplify-rtx.c | 2516 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));
|
| D | alias.c | 1533 || (int) GET_MODE_UNIT_SIZE (y_mode) < -INTVAL (XEXP (x, 1)))) 1537 || (int) GET_MODE_UNIT_SIZE (x_mode) < -INTVAL (XEXP (y, 1))))
|
| D | stor-layout.c | 312 alignment = GET_MODE_UNIT_SIZE (mode);
|
| D | varasm.c | 3490 assemble_integer (elt, GET_MODE_UNIT_SIZE (pool->mode), 4070 elt_size = GET_MODE_UNIT_SIZE (TYPE_MODE (TREE_TYPE (exp)));
|
| D | emit-rtl.c | 1197 < GET_MODE_UNIT_SIZE (GET_MODE (SUBREG_REG (x)))); 1260 && msize != GET_MODE_UNIT_SIZE (GET_MODE (x)))
|
| D | dwarf2out.c | 8264 ? 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/ |
| D | m68k.h | 524 && 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/ |
| D | machmode.h | 116 #define GET_MODE_UNIT_SIZE(MODE) \ macro
|
| D | alias.c | 1538 || (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()
|
| D | emit-rtl.c | 965 = 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()
|
| D | dwarf2out.c | 8906 ? 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/ |
| D | ns32k.h | 397 && (GET_MODE_UNIT_SIZE(MODE1) == GET_MODE_UNIT_SIZE(MODE2))) \
|
| D | ns32k.c | 470 int size = GET_MODE_UNIT_SIZE (mode);
|
| /openbsd/src/gnu/gcc/gcc/config/sh/ |
| D | predicates.md | 599 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)
|
| D | sh.h | 1781 && GET_MODE_UNIT_SIZE ((MODE)) > UNITS_PER_WORD) \
|
| /openbsd/src/gnu/gcc/gcc/config/mcore/ |
| D | mcore.h | 603 && GET_MODE_UNIT_SIZE ((MODE)) > UNITS_PER_WORD) \
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/mmix/ |
| D | mmix.c | 890 && 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/ |
| D | mcore.h | 730 && GET_MODE_UNIT_SIZE ((MODE)) > UNITS_PER_WORD) \
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/ |
| D | sh.c | 6515 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));
|
| D | sh.h | 1571 && GET_MODE_UNIT_SIZE ((MODE)) > UNITS_PER_WORD) \
|
| /openbsd/src/gnu/gcc/gcc/config/m68k/ |
| D | m68k.c | 3641 && GET_MODE_UNIT_SIZE (mode) <= TARGET_FP_REG_SIZE) in m68k_regno_mode_ok()
|
| /openbsd/src/gnu/gcc/gcc/config/mips/ |
| D | mips.c | 3728 && 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/ |
| D | rtl.texi | 1142 @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/ |
| D | rtl.texi | 1306 @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