Chromium Code Reviews| Index: runtime/vm/constants_arm64.h |
| =================================================================== |
| --- runtime/vm/constants_arm64.h (revision 42607) |
| +++ runtime/vm/constants_arm64.h (working copy) |
| @@ -455,6 +455,7 @@ |
| MADD = MiscDP3SourceFixed, |
| MSUB = MiscDP3SourceFixed | B15, |
| SMULH = MiscDP3SourceFixed | B31 | B22, |
| + UMULH = MiscDP3SourceFixed | B31 | B23 | B22, |
| UMADDL = MiscDP3SourceFixed | B31 | B23 | B21, |
| }; |