Chromium Code Reviews| Index: src/arm/macro-assembler-arm.h |
| =================================================================== |
| --- src/arm/macro-assembler-arm.h (revision 8283) |
| +++ src/arm/macro-assembler-arm.h (working copy) |
| @@ -314,7 +314,11 @@ |
| const Register fpscr_flags, |
| const Condition cond = al); |
| + void Vmov(const DwVfpRegister dst, |
| + const double imm, |
| + const Condition cond = al); |
| + |
| // --------------------------------------------------------------------------- |
| // Activation frames |