Searched refs:qimode (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Doptabs-query.c389 machine_mode qimode;
390 if (!qimode_for_vec_perm (mode).exists (&qimode)
391 || maybe_gt (GET_MODE_NUNITS (qimode), GET_MODE_MASK (QImode) + 1))
394 if (direct_optab_handler (vec_perm_optab, qimode) == CODE_FOR_nothing)
403 if (optab_handler (add_optab, qimode) == CODE_FOR_nothing)
437 machine_mode qimode;
438 if (qimode_for_vec_perm (mode).exists (&qimode))
442 if (selector_fits_mode_p (qimode, qimode_indices)
443 && (direct_optab_handler (vec_perm_optab, qimode)
H A Doptabs.c5629 machine_mode qimode;
5630 if (!qimode_for_vec_perm (mode).exists (&qimode))
5631 qimode = VOIDmode;
5659 shift_code_qi = ((qimode != VOIDmode && qimode != mode)
5660 ? optab_handler (shift_optab, qimode)
5681 rtx tmp = gen_reg_rtx (qimode);
5682 create_output_operand (&ops[0], tmp, qimode);
5683 create_input_operand (&ops[1], gen_lowpart (qimode, v2), qimode);
5606 machine_mode qimode; local
5775 machine_mode qimode; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Doptabs-query.cc389 machine_mode qimode;
390 if (!qimode_for_vec_perm (mode).exists (&qimode)
391 || maybe_gt (GET_MODE_NUNITS (qimode), GET_MODE_MASK (QImode) + 1))
394 if (direct_optab_handler (vec_perm_optab, qimode) == CODE_FOR_nothing)
403 if (optab_handler (add_optab, qimode) == CODE_FOR_nothing)
437 machine_mode qimode;
438 if (qimode_for_vec_perm (mode).exists (&qimode))
442 if (selector_fits_mode_p (qimode, qimode_indices)
443 && (direct_optab_handler (vec_perm_optab, qimode)
H A Doptabs.cc6209 machine_mode qimode;
6210 if (!qimode_for_vec_perm (mode).exists (&qimode))
6211 qimode = VOIDmode;
6239 shift_code_qi = ((qimode != VOIDmode && qimode != mode)
6240 ? optab_handler (shift_optab, qimode)
6261 rtx tmp = gen_reg_rtx (qimode);
6262 create_output_operand (&ops[0], tmp, qimode);
6263 create_input_operand (&ops[1], gen_lowpart (qimode, v2), qimode);
6186 machine_mode qimode; local
6357 machine_mode qimode; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc22250 machine_mode himode, qimode = GET_MODE (dest);
22257 if (qimode == E_V64QImode)
22263 if ((qimode == V8QImode || qimode == V16QImode)
22267 if (qimode == V32QImode
22271 switch (qimode)
22309 machine_mode qimode, himode;
22323 qimode = GET_MODE (dest);
22338 switch (qimode)
22375 vec_const_and = gen_reg_rtx (qimode);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c19523 machine_mode qimode = GET_MODE (dest); local
19533 switch (qimode)
19562 op2_l = gen_reg_rtx (qimode);
19563 op2_h = gen_reg_rtx (qimode);
19567 op1_l = gen_reg_rtx (qimode);
19568 op1_h = gen_reg_rtx (qimode);
19571 full_interleave = qimode == V16QImode;
19598 d.op0 = gen_lowpart (qimode, res_l);
19599 d.op1 = gen_lowpart (qimode, res_h);
19600 d.vmode = qimode;
[all...]

Completed in 319 milliseconds