Searched refs:one_operand_shuffle (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c4545 bool one_operand_shuffle = rtx_equal_p (op0, op1); local
4552 if (TARGET_AVX512F && one_operand_shuffle)
4650 if (one_operand_shuffle)
4669 if (one_operand_shuffle)
4748 if (one_operand_shuffle)
4771 /* Similarly to the above one_operand_shuffle code,
4803 one_operand_shuffle special case, we avoid creating another
4805 one_operand_shuffle = false;
4866 else if (one_operand_shuffle)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc4960 bool one_operand_shuffle = rtx_equal_p (op0, op1); local
4977 if (TARGET_AVX512F && one_operand_shuffle)
5075 if (one_operand_shuffle)
5094 if (one_operand_shuffle)
5173 if (one_operand_shuffle)
5196 /* Similarly to the above one_operand_shuffle code,
5228 one_operand_shuffle special case, we avoid creating another
5230 one_operand_shuffle = false;
5291 else if (one_operand_shuffle)

Completed in 262 milliseconds