Home
last modified time | relevance | path

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 Di386-protos.h149 extern bool ix86_expand_mask_vec_cmp (rtx, enum rtx_code, rtx, rtx);
H A 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]);
H A 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.old/dist/gcc/config/i386/
H A Di386-protos.h144 extern bool ix86_expand_mask_vec_cmp (rtx, enum rtx_code, rtx, rtx);
H A Dsse.md3063 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 Di386-expand.c3505 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 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.
H A 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.