| Index: runtime/vm/assembler_arm.h
 | 
| ===================================================================
 | 
| --- runtime/vm/assembler_arm.h	(revision 21886)
 | 
| +++ runtime/vm/assembler_arm.h	(working copy)
 | 
| @@ -393,6 +393,8 @@
 | 
|             Condition cond = AL);
 | 
|    void mls(Register rd, Register rn, Register rm, Register ra,
 | 
|             Condition cond = AL);
 | 
| +  void smull(Register rd_lo, Register rd_hi, Register rn, Register rm,
 | 
| +             Condition cond = AL);
 | 
|    void umull(Register rd_lo, Register rd_hi, Register rn, Register rm,
 | 
|               Condition cond = AL);
 | 
|  
 | 
| 
 |