Chromium Code Reviews| Index: src/arm/assembler-arm.h |
| =================================================================== |
| --- src/arm/assembler-arm.h (revision 4973) |
| +++ src/arm/assembler-arm.h (working copy) |
| @@ -988,6 +988,9 @@ |
| const Condition cond = al); |
| void vmrs(const Register dst, |
| const Condition cond = al); |
| + void vsqrt(const DwVfpRegister dst, |
| + const DwVfpRegister src, |
| + const Condition cond = al); |
| // Pseudo instructions |
| void nop(int type = 0); |