Chromium Code Reviews| Index: src/arm/assembler-arm.h |
| =================================================================== |
| --- src/arm/assembler-arm.h (revision 5198) |
| +++ src/arm/assembler-arm.h (working copy) |
| @@ -966,6 +966,11 @@ |
| int offset, // Offset must be a multiple of 4. |
| const Condition cond = al); |
| + void vstr(const SwVfpRegister src, |
| + const Register base, |
| + int offset, // Offset must be a multiple of 4. |
| + const Condition cond = al); |
| + |
| void vmov(const DwVfpRegister dst, |
| double imm, |
| const Condition cond = al); |