Chromium Code Reviews| Index: runtime/vm/assembler_arm.h |
| =================================================================== |
| --- runtime/vm/assembler_arm.h (revision 19404) |
| +++ runtime/vm/assembler_arm.h (working copy) |
| @@ -488,6 +488,10 @@ |
| void bx(Register rm, Condition cond = AL); |
| void blx(Register rm, Condition cond = AL); |
| + // MRC |
|
regis
2013/03/04 21:54:52
Better to spell out MRC: Move to ARM core register
srdjan
2013/03/04 22:02:17
Also terminate all comments with a period.
|
| + void mrc(Register rd, int32_t coproc, int32_t opc1, |
| + int32_t CRn, int32_t CRm, int32_t opc2, Condition cond = AL); |
|
regis
2013/03/04 21:54:52
No upper case for locals.
|
| + |
| // Macros. |
| // Branch to an entry address. Call sequence is never patched. |
| void Branch(const ExternalLabel* label, Condition cond = AL); |