Chromium Code Reviews| Index: runtime/vm/assembler_x64.h |
| =================================================================== |
| --- runtime/vm/assembler_x64.h (revision 14796) |
| +++ runtime/vm/assembler_x64.h (working copy) |
| @@ -440,6 +440,7 @@ |
| void imulq(Register dst, Register src); |
| void imulq(Register dst, const Address& address); |
| + void imulq(Register dst, const Immediate& imm); |
| void subq(Register dst, Register src); |
| void subq(Register reg, const Immediate& imm); |