Searched refs:ix86_expand_mask_vec_cmp (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-protos.h | 149 extern bool ix86_expand_mask_vec_cmp (rtx, enum rtx_code, rtx, rtx);
|
H A 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]);
|
H A 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.old/dist/gcc/config/i386/ |
H A D | i386-protos.h | 144 extern bool ix86_expand_mask_vec_cmp (rtx, enum rtx_code, rtx, rtx);
|
H A D | sse.md | 3063 bool ok = ix86_expand_mask_vec_cmp (operands[0], GET_CODE (operands[1]), 3076 bool ok = ix86_expand_mask_vec_cmp (operands[0], GET_CODE (operands[1]), 3149 bool ok = ix86_expand_mask_vec_cmp (operands[0], GET_CODE (operands[1]), 3162 bool ok = ix86_expand_mask_vec_cmp (operands[0], GET_CODE (operands[1]), 6908 ix86_expand_mask_vec_cmp (k, LT, tmp[2], tmp[0]); 6955 ix86_expand_mask_vec_cmp (k, LT, tmp[2], tmp[0]);
|
H A D | i386-expand.c | 3505 bool ok = ix86_expand_mask_vec_cmp (dest, code, cmp_op0, cmp_op1); in ix86_expand_sse_cmp() 3952 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/ |
H A 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.
|
H A 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.
|