Searched refs:ix86_expand_mask_vec_cmp (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386-protos.h | 149 extern bool ix86_expand_mask_vec_cmp (rtx, enum rtx_code, rtx, rtx);
|
| D | sse.md | 4232 bool ok = ix86_expand_mask_vec_cmp (operands[0], GET_CODE (operands[1]), 4245 bool ok = ix86_expand_mask_vec_cmp (operands[0], GET_CODE (operands[1]), 4318 bool ok = ix86_expand_mask_vec_cmp (operands[0], GET_CODE (operands[1]), 4331 bool ok = ix86_expand_mask_vec_cmp (operands[0], GET_CODE (operands[1]), 9447 ix86_expand_mask_vec_cmp (k, LT, tmp[2], tmp[0]); 9494 ix86_expand_mask_vec_cmp (k, LT, tmp[2], tmp[0]);
|
| D | i386-expand.cc | 3841 bool ok = ix86_expand_mask_vec_cmp (dest, code, cmp_op0, cmp_op1); in ix86_expand_sse_cmp() 4336 ix86_expand_mask_vec_cmp (rtx dest, enum rtx_code code, rtx cmp_op0, rtx cmp_op1) in ix86_expand_mask_vec_cmp() function
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2020 | 14094 ix86_expand_mask_vec_cmp instead. 15482 (ix86_expand_mask_vec_cmp): Change prototype. 15483 * config/i386/i386-protos.h (ix86_expand_mask_vec_cmp): Change prototype.
|
| D | ChangeLog-2015 | 5067 * config/i386/i386.c (ix86_expand_mask_vec_cmp): Add missing break. 7088 * config/i386/i386-protos.h (ix86_expand_mask_vec_cmp): New. 7096 (ix86_expand_mask_vec_cmp): New.
|