Lines Matching defs:emit_move
193 static void emit_move(struct storage *src, struct storage *dest,
378 emit_move(value, reg, value->ctype, "reload register");
1101 emit_move(src, reg, ctype, "begin copy ..");
1109 emit_move(reg, dest, ctype, ".... end copy");
1154 static void emit_move(struct storage *src, struct storage *dest,
1265 emit_move(val, reg1, NULL, NULL);
1279 emit_move(reg1, new, NULL, "end EXPR_COMPARE");
1318 emit_move(val, REG_EDX, NULL, NULL);
1323 emit_move(left, REG_EAX, NULL, NULL);
1334 emit_move(reg, new, NULL, NULL);
1430 emit_move(dest, new, NULL, "end EXPR_BINOP");
1543 emit_move(val, REG_EAX, expr->ctype, "return");
1603 emit_move(reg_true, new, expr->ctype, NULL);
1663 emit_move(op, REG_EAX, old_type, "begin cast ..");
1666 emit_move(REG_EAX, new, new_type, ".... end cast");
1681 emit_move(val, REG_EDX, NULL, NULL);
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);
1718 emit_move(val, REG_EAX, stmt->switch_expression->ctype, "begin case");
1949 emit_move(val, REG_EAX, NULL, "loop pre condition");
1977 emit_move(val, REG_EAX, NULL, "loop post condition");
2116 emit_move(fncall, REG_EAX, fn->ctype, NULL);
2131 emit_move(REG_EAX, retval, NULL, "end function call");
2147 emit_move(addr, REG_EAX, NULL, "begin deref ..");
2154 emit_move(REG_ECX, new, NULL, ".... end deref");
2182 emit_move(val, addr, expr->left->ctype, NULL);