Searched refs:ncode (Results 1 – 7 of 7) sorted by relevance
109 unsigned ncode; /* number of code length code lengths */ member
861 state->ncode = BITS(4) + 4;875 while (state->have < state->ncode) {
114 unsigned ncode; /* number of code length code lengths */ member
365 state->ncode = BITS(4) + 4;378 while (state->have < state->ncode) {
926 state->ncode = BITS(4) + 4;939 while (state->have < state->ncode) {
1560 enum rtx_code ncode; in ia64_expand_compare() local1568 case EQ: magic = QCMP_EQ; ncode = NE; break; in ia64_expand_compare()1569 case NE: magic = QCMP_EQ; ncode = EQ; break; in ia64_expand_compare()1571 case UNORDERED: magic = QCMP_UNORD; ncode = NE; break; in ia64_expand_compare()1572 case ORDERED: magic = QCMP_UNORD; ncode = EQ; break; in ia64_expand_compare()1575 case LT: magic = QCMP_LT |QCMP_INV; ncode = NE; break; in ia64_expand_compare()1576 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break; in ia64_expand_compare()1577 case GT: magic = QCMP_GT |QCMP_INV; ncode = NE; break; in ia64_expand_compare()1578 case GE: magic = QCMP_GT|QCMP_EQ|QCMP_INV; ncode = NE; break; in ia64_expand_compare()1592 gen_rtx_fmt_ee (ncode, BImode, in ia64_expand_compare()
3379 enum rtx_code ncode = PLUS; in simplify_plus_minus() local3383 ncode = MINUS; in simplify_plus_minus()3397 tem = simplify_binary_operation (ncode, mode, tem_lhs, tem_rhs); in simplify_plus_minus()3403 tem = simplify_binary_operation (ncode, mode, lhs, rhs); in simplify_plus_minus()3411 && GET_CODE (XEXP (tem, 0)) == ncode in simplify_plus_minus()