Home
last modified time | relevance | path

Searched refs:GET_MODE_NUNITS (Results 1 – 25 of 33) sorted by relevance

12

/openbsd/src/gnu/gcc/gcc/
Dmachmode.h124 #define GET_MODE_NUNITS(MODE) mode_nunits[MODE] macro
Dtree-vect-generic.c358 && GET_MODE_NUNITS (mode) > best_nunits in type_for_widest_vector_mode()
360 best_mode = mode, best_nunits = GET_MODE_NUNITS (mode); in type_for_widest_vector_mode()
Dsimplify-rtx.c2687 unsigned n_elts = GET_MODE_NUNITS (mode); in simplify_const_binary_operation()
2689 unsigned op0_n_elts = GET_MODE_NUNITS (op0mode); in simplify_const_binary_operation()
2691 unsigned op1_n_elts = GET_MODE_NUNITS (op1mode); in simplify_const_binary_operation()
2714 unsigned n_elts = GET_MODE_NUNITS (mode); in simplify_const_binary_operation()
2728 unsigned op0_n_elts = GET_MODE_NUNITS (GET_MODE (op0)); in simplify_const_binary_operation()
2729 unsigned op1_n_elts = GET_MODE_NUNITS (GET_MODE (op1)); in simplify_const_binary_operation()
3546 units = GET_MODE_NUNITS (mode); in simplify_relational_operation()
4378 num_elem = GET_MODE_NUNITS (outermode); in simplify_immed_subreg()
Drtlanal.c2989 == (GET_MODE_NUNITS (xmode) in subreg_offset_representable_p()
2993 * GET_MODE_NUNITS (xmode))); in subreg_offset_representable_p()
3004 < GET_MODE_NUNITS (xmode)) in subreg_offset_representable_p()
Dstor-layout.c1630 if (GET_MODE_NUNITS (mode) == nunits in layout_type()
Demit-rtl.c5038 units = GET_MODE_NUNITS (mode); in gen_const_vector()
5062 int nunits = GET_MODE_NUNITS (mode); in gen_rtx_CONST_VECTOR()
Dtree-vect-transform.c647 int nunits = GET_MODE_NUNITS (TYPE_MODE (vectype)); in get_initial_def_for_reduction()
Dtree.c6879 nunits = GET_MODE_NUNITS (mode); in build_vector_type_for_mode()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dmachmode.h99 #define GET_MODE_NUNITS(MODE) \ macro
Dsimplify-rtx.c2447 gen_rtvec_v (GET_MODE_NUNITS (outermode),
2517 int i, elts = GET_MODE_NUNITS (outermode);
Demit-rtl.c5315 units = GET_MODE_NUNITS (mode);
5341 for (i = GET_MODE_NUNITS (mode) - 1; i >= 0; i--)
Dtree.h1161 GET_MODE_NUNITS (VECTOR_TYPE_CHECK (VECTOR_TYPE)->type.mode)
Dc-common.c6294 && nunits == (unsigned HOST_WIDE_INT) GET_MODE_NUNITS (mode))
/openbsd/src/gnu/gcc/gcc/config/v850/
Dv850.h823 + (GET_MODE_NUNITS (MODE) * UNITS_PER_WORD)))) \
/openbsd/src/gnu/usr.bin/gcc/gcc/config/romp/
Dromp.h211 (FP_REGNO_P (REGNO) ? GET_MODE_NUNITS (MODE) \
/openbsd/src/gnu/gcc/gcc/config/m68k/
Dm68k.h260 ((REGNO) >= 16 ? GET_MODE_NUNITS (MODE) \
/openbsd/src/gnu/usr.bin/gcc/gcc/config/cris/
Dcris.h1435 + 2 * GET_MODE_NUNITS (GET_MODE (XEXP (X, 0))); \
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dm68k.h509 ((REGNO) >= 16 ? GET_MODE_NUNITS (MODE) \
/openbsd/src/gnu/gcc/gcc/config/i386/
Dpredicates.md688 int nunits = GET_MODE_NUNITS (mode);
Di386.c2845 if (GET_MODE_NUNITS (mode) == TYPE_VECTOR_SUBPARTS (type) in type_natural_mode()
16040 int i, n_elt = GET_MODE_NUNITS (tmode); in ix86_expand_vec_init_builtin()
18629 n_elts = GET_MODE_NUNITS (mode); in ix86_expand_vector_init_general()
18687 int n_elts = GET_MODE_NUNITS (mode); in ix86_expand_vector_init()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000.h2115 && GET_MODE_NUNITS (MODE) == 1 \
Drs6000.c2130 && GET_MODE_NUNITS (mode) == 1
2177 && GET_MODE_NUNITS (mode) == 1
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.c2154 unsigned nunits = GET_MODE_NUNITS (mode); in vspltis_constant()
2220 step = GET_MODE_NUNITS (mode) / 4; in easy_altivec_constant()
2254 int nunits = GET_MODE_NUNITS (mode); in gen_easy_altivec_constant()
2347 int n_elts = GET_MODE_NUNITS (mode); in rs6000_expand_vector_init()
2907 if (GET_MODE_NUNITS (mode) != 1) in legitimate_lo_sum_address_p()
2971 && GET_MODE_NUNITS (mode) == 1 in rs6000_legitimize_address()
3026 && GET_MODE_NUNITS (mode) == 1 in rs6000_legitimize_address()
7287 int i, n_elt = GET_MODE_NUNITS (tmode); in altivec_expand_vec_init_builtin()
Dpredicates.md321 rtx last = CONST_VECTOR_ELT (op, GET_MODE_NUNITS (mode) - 1);
/openbsd/src/gnu/gcc/gcc/config/cris/
Dcris.c1702 + 2 * GET_MODE_NUNITS (GET_MODE (XEXP (x, 0)))); in cris_rtx_costs()

12