Searched refs:EXPR_SUB (Results 1 – 3 of 3) sorted by relevance
3611 case EXPR_SUB: res = arg1 - arg2; break; in exec_instructions()3656 case EXPR_SUB: res = arg1 - arg2; break; in exec_instructions()3886 case EXPR_SUB: f1 = f1 - f2; break; in exec_instructions()3910 case EXPR_SUB: n1 = n1 - n2; break; in exec_instructions()5584 case EXPR_SUB: what = "-"; break; in list_instructions()
4126 EXPR_SUB, // - enumerator
801 ? EXPR_MULT : *op == '/'? EXPR_DIV : EXPR_SUB; in generate_two_op()