Searched refs:EXPR_DIV (Results 1 – 3 of 3) sorted by relevance
3601 case EXPR_DIV: if (arg2 == 0) in exec_instructions()3655 case EXPR_DIV: res = arg1 / arg2; break; in exec_instructions()3885 case EXPR_DIV: f1 = f1 / f2; break; in exec_instructions()3906 case EXPR_DIV: n1 = num_divide(n1, n2, &failed); in exec_instructions()5582 case EXPR_DIV: what = "/"; break; in list_instructions()
4128 EXPR_DIV, // / enumerator
801 ? EXPR_MULT : *op == '/'? EXPR_DIV : EXPR_SUB; in generate_two_op()