HomeSort by: relevance | last modified time | path
    Searched defs:qimode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 6207 /* Set QIMODE to a different vector mode with byte elements.
6209 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...]
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 6466 /* Set QIMODE to a different vector mode with byte elements.
6468 machine_mode qimode;
6469 if (!qimode_for_vec_perm (mode).exists (&qimode))
6470 qimode = VOIDmode;
6498 shift_code_qi = ((qimode != VOIDmode && qimode != mode)
6499 ? optab_handler (shift_optab, qimode)
6520 rtx tmp = gen_reg_rtx (qimode);
6521 create_output_operand (&ops[0], tmp, qimode);
6522 create_input_operand (&ops[1], gen_lowpart (qimode, v2), qimode)
6446 machine_mode qimode; local
6620 machine_mode qimode; local
    [all...]

Completed in 31 milliseconds