Searched refs:GET_MODE_NUNITS (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dmachmode.h124 #define GET_MODE_NUNITS(MODE) mode_nunits[MODE] macro
H A Dtree-vect-generic.c359 && GET_MODE_NUNITS (mode) > best_nunits
361 best_mode = mode, best_nunits = GET_MODE_NUNITS (mode);
H A Dsimplify-rtx.c2698 unsigned n_elts = GET_MODE_NUNITS (mode);
2700 unsigned op0_n_elts = GET_MODE_NUNITS (op0mode);
2702 unsigned op1_n_elts = GET_MODE_NUNITS (op1mode);
2725 unsigned n_elts = GET_MODE_NUNITS (mode);
2739 unsigned op0_n_elts = GET_MODE_NUNITS (GET_MODE (op0));
2740 unsigned op1_n_elts = GET_MODE_NUNITS (GET_MODE (op1));
3558 units = GET_MODE_NUNITS (mode);
4391 num_elem = GET_MODE_NUNITS (outermode);
H A Drtlanal.c3011 == (GET_MODE_NUNITS (xmode)
3015 * GET_MODE_NUNITS (xmode)));
3026 < GET_MODE_NUNITS (xmode))
H A Dstor-layout.c1635 if (GET_MODE_NUNITS (mode) == nunits
H A Demit-rtl.c5067 units = GET_MODE_NUNITS (mode);
5091 int nunits = GET_MODE_NUNITS (mode);
H A Dtree-vect-transform.c647 int nunits = GET_MODE_NUNITS (TYPE_MODE (vectype));
H A Dtree.c6937 nunits = GET_MODE_NUNITS (mode);
H A Dexpr.c9524 units = GET_MODE_NUNITS (mode);
H A Dcombine.c8626 count = bitsize / GET_MODE_NUNITS (result_mode) - count;
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c2195 unsigned nunits = GET_MODE_NUNITS (mode);
2261 step = GET_MODE_NUNITS (mode) / 4;
2295 int nunits = GET_MODE_NUNITS (mode);
2388 int n_elts = GET_MODE_NUNITS (mode);
2949 if (GET_MODE_NUNITS (mode) != 1)
3013 && GET_MODE_NUNITS (mode) == 1
3068 && GET_MODE_NUNITS (mode) == 1
7336 int i, n_elt = GET_MODE_NUNITS (tmode);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c3183 if (GET_MODE_NUNITS (mode) == TYPE_VECTOR_SUBPARTS (type)
16477 int i, n_elt = GET_MODE_NUNITS (tmode);
19221 n_elts = GET_MODE_NUNITS (mode);
19279 int n_elts = GET_MODE_NUNITS (mode);

Completed in 600 milliseconds