HomeSort by: relevance | last modified time | path
    Searched defs:is_unary (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
gen-mul-tables.cc 126 bool is_unary () const function in class:Operator
479 const int j_end = op->is_unary () ? 2 : num_vals;
489 || (!op->is_unary () && j == num_vals - 1));
507 if (op->is_unary ())
532 e->m_rhs = op->is_unary () ? op->m_rhs_if_unary : j;
1352 op->is_unary () ? "" : "r", e->m_rhs);
gen-mul-tables.cc 126 bool is_unary () const function in class:Operator
479 const int j_end = op->is_unary () ? 2 : num_vals;
489 || (!op->is_unary () && j == num_vals - 1));
507 if (op->is_unary ())
532 e->m_rhs = op->is_unary () ? op->m_rhs_if_unary : j;
1352 op->is_unary () ? "" : "r", e->m_rhs);

Completed in 43 milliseconds