Searched refs:GETTYPE (Results 1 – 3 of 3) sorted by relevance
95 printf(" type: %s\n", type_name[GETTYPE(exp->op)]); in stack_push()96 printf(" flag: %s\n", type_name[GETTYPE(exp->flag)]); in stack_push()126 type_name[GETTYPE((stk->ptr[stk->index - 1])->op)]); in stack_pop()128 type_name[GETTYPE((stk->ptr[stk->index - 1])->flag)]); in stack_pop()139 printf(" type: %s\n", type_name[GETTYPE(e->op)]); in freeexpr()168 type = GETTYPE(op); in setop1()196 type = GETTYPE(op); in setop_reduce()203 type_name[GETTYPE(exp3->op)]); in setop_reduce()206 type_name[GETTYPE(exp2->op)]); in setop_reduce()209 type_name[GETTYPE(exp1->op)]); in setop_reduce()[all …]
69 #define GETTYPE(op) ((op) & 0x000fffff) macro
543 switch (GETTYPE(e->op)) { in printexpr()557 gprintf(level, "OP: %s\n", op_name[GETTYPE(e->op)]); in printexpr()