Home
last modified time | relevance | path

Searched refs:ix86_expand_mask_vec_cmp (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-protos.h149 extern bool ix86_expand_mask_vec_cmp (rtx, enum rtx_code, rtx, rtx);
Dsse.md4232 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]);
Di386-expand.cc3841 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/
DChangeLog-202014094 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.
DChangeLog-20155067 * 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.