Chromium Code Reviews| Index: src/compiler/x64/instruction-codes-x64.h |
| diff --git a/src/compiler/x64/instruction-codes-x64.h b/src/compiler/x64/instruction-codes-x64.h |
| index 5735d205ead644964191e799dfdaa8beb2cf045e..4636c7deb6ccad438cffd44b56997edc978bc8fe 100644 |
| --- a/src/compiler/x64/instruction-codes-x64.h |
| +++ b/src/compiler/x64/instruction-codes-x64.h |
| @@ -117,9 +117,13 @@ namespace compiler { |
| V(AVXFloat32Neg) \ |
| V(X64Movsxbl) \ |
| V(X64Movzxbl) \ |
| + V(X64Movsxbq) \ |
| + V(X64Movzxbq) \ |
| V(X64Movb) \ |
| V(X64Movsxwl) \ |
| V(X64Movzxwl) \ |
| + V(X64Movsxwq) \ |
| + V(X64Movzxwq) \ |
| V(X64Movw) \ |
| V(X64Movl) \ |
| V(X64Movsxlq) \ |