Home
last modified time | relevance | path

Searched refs:negop (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.cc6861 rtx negop = (cond == LT) ? then : els; in s390_expand_vcond() local
6866 if (negop == CONST1_RTX (target_mode)) in s390_expand_vcond()
6877 else if (all_ones_operand (negop, target_mode)) in s390_expand_vcond()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-expand.cc4799 rtx negop = operands[2 - (code == LT)]; in ix86_expand_int_vcond() local
4801 if (negop == CONST1_RTX (data_mode)) in ix86_expand_int_vcond()
4810 && vector_all_ones_operand (negop, data_mode)) in ix86_expand_int_vcond()