Chromium Code Reviews| Index: runtime/vm/assembler_x64.h |
| diff --git a/runtime/vm/assembler_x64.h b/runtime/vm/assembler_x64.h |
| index d14c02d0614f8d0d5796b2b07c4921b844a03c96..f5d2e43fba6a39cb4a70f32f90abd9842b8e73c7 100644 |
| --- a/runtime/vm/assembler_x64.h |
| +++ b/runtime/vm/assembler_x64.h |
| @@ -365,6 +365,7 @@ class Assembler : public ValueObject { |
| void movq(const Address& dst, Register src); |
| void movq(const Address& dst, const Immediate& imm); |
| + void movsxl(Register dst, Register src); |
| void movsxl(Register dst, const Address& src); |
|
srdjan
2013/03/27 16:26:52
Should this be called movsxd? How should we otherw
|
| void leaq(Register dst, const Address& src); |