Searched refs:v2mode (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| H A D | ia64.cc | 11397 machine_mode v2mode; in expand_vselect_vconcat() local 11400 if (!GET_MODE_2XWIDER_MODE (GET_MODE (op0)).exists (&v2mode)) in expand_vselect_vconcat() 11402 x = gen_rtx_VEC_CONCAT (v2mode, op0, op1); in expand_vselect_vconcat()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
| H A D | ia64.c | 11397 machine_mode v2mode; in expand_vselect_vconcat() local 11400 if (!GET_MODE_2XWIDER_MODE (GET_MODE (op0)).exists (&v2mode)) in expand_vselect_vconcat() 11402 x = gen_rtx_VEC_CONCAT (v2mode, op0, op1); in expand_vselect_vconcat()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | mips.cc | 21565 machine_mode v2mode; in mips_expand_vselect_vconcat() local 21568 if (!GET_MODE_2XWIDER_MODE (GET_MODE (op0)).exists (&v2mode)) in mips_expand_vselect_vconcat() 21570 x = gen_rtx_VEC_CONCAT (v2mode, op0, op1); in mips_expand_vselect_vconcat()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | mips.c | 21381 machine_mode v2mode; in mips_expand_vselect_vconcat() local 21384 if (!GET_MODE_2XWIDER_MODE (GET_MODE (op0)).exists (&v2mode)) in mips_expand_vselect_vconcat() 21386 x = gen_rtx_VEC_CONCAT (v2mode, op0, op1); in mips_expand_vselect_vconcat()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-expand.c | 16371 machine_mode v2mode; in expand_vselect_vconcat() local 16378 if (!GET_MODE_2XWIDER_MODE (GET_MODE (op0)).exists (&v2mode)) in expand_vselect_vconcat() 16381 PUT_MODE (x, v2mode); in expand_vselect_vconcat()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-expand.cc | 18406 machine_mode v2mode; in expand_vselect_vconcat() local 18413 if (!GET_MODE_2XWIDER_MODE (GET_MODE (op0)).exists (&v2mode)) in expand_vselect_vconcat() 18416 PUT_MODE (x, v2mode); in expand_vselect_vconcat()
|