Lines Matching refs:unop
1508 struct storage *addr = x86_address_gen(expr->unop);
1518 emit_copy(new, addr, expr->unop->ctype);
1673 struct storage *target = x86_expression(expr->unop);
1682 emit_move(target, REG_EAX, expr->unop->ctype, NULL);
1685 emit_move(REG_EDX, new, expr->unop->ctype, NULL);
1693 emit_move(target, REG_EAX, expr->unop->ctype, NULL);
1695 emit_move(REG_EAX, new, expr->unop->ctype, NULL);
2103 if (fn->unop->type == EXPR_SYMBOL) {
2104 struct symbol *sym = fn->unop->symbol;
2143 addr = x86_expression(expr->unop);
2144 if (expr->unop->type == EXPR_SYMBOL)