| Index: runtime/vm/assembler_arm.h
|
| ===================================================================
|
| --- runtime/vm/assembler_arm.h (revision 40992)
|
| +++ runtime/vm/assembler_arm.h (working copy)
|
| @@ -422,6 +422,8 @@
|
| Condition cond = AL);
|
| void umlal(Register rd_lo, Register rd_hi, Register rn, Register rm,
|
| Condition cond = AL);
|
| + void umaal(Register rd_lo, Register rd_hi, Register rn, Register rm,
|
| + Condition cond = AL);
|
|
|
| // Division instructions.
|
| void sdiv(Register rd, Register rn, Register rm, Condition cond = AL);
|
|
|