| Index: src/arm/assembler-arm.h
|
| ===================================================================
|
| --- src/arm/assembler-arm.h (revision 4989)
|
| +++ src/arm/assembler-arm.h (working copy)
|
| @@ -930,7 +930,11 @@
|
| const Register base,
|
| int offset, // Offset must be a multiple of 4.
|
| const Condition cond = al);
|
| +
|
| void vmov(const DwVfpRegister dst,
|
| + const DwVfpRegister src,
|
| + const Condition cond = al);
|
| + void vmov(const DwVfpRegister dst,
|
| const Register src1,
|
| const Register src2,
|
| const Condition cond = al);
|
|
|