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

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 2609 rtx n_op1 = GEN_INT (-INTVAL (op1));
2612 && (satisfies_constraint_K (n_op1)
2613 || satisfies_constraint_L (n_op1)))
2614 cmp_code = PLUS, branch_code = code, op1 = n_op1;
2602 rtx n_op1 = GEN_INT (-INTVAL (op1)); local
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 2608 rtx n_op1 = GEN_INT (-INTVAL (op1));
2611 && (satisfies_constraint_K (n_op1)
2612 || satisfies_constraint_L (n_op1)))
2613 cmp_code = PLUS, branch_code = code, op1 = n_op1;
2601 rtx n_op1 = GEN_INT (-INTVAL (op1)); local

Completed in 24 milliseconds