| Index: src/DartARM32/assembler_arm.h
|
| diff --git a/src/DartARM32/assembler_arm.h b/src/DartARM32/assembler_arm.h
|
| index de8d4da92ecfdea8e481347c5a096ddb1ca0b134..4de9e66bff789993f50d085f6c62437a8c39cc2b 100644
|
| --- a/src/DartARM32/assembler_arm.h
|
| +++ b/src/DartARM32/assembler_arm.h
|
| @@ -632,9 +632,15 @@ class Assembler : public ValueObject {
|
| bool vmovs(SRegister sd, float s_imm, Condition cond = AL);
|
| bool vmovd(DRegister dd, double d_imm, Condition cond = AL);
|
|
|
| +#if 0
|
| + // Moved to ARM32::AssemblerARM32::vldrs()
|
| void vldrs(SRegister sd, Address ad, Condition cond = AL);
|
| +#endif
|
| void vstrs(SRegister sd, Address ad, Condition cond = AL);
|
| +#if 0
|
| + // Moved to ARM32::AssemblerARM32::vldrd()
|
| void vldrd(DRegister dd, Address ad, Condition cond = AL);
|
| +#endif
|
| void vstrd(DRegister dd, Address ad, Condition cond = AL);
|
|
|
| void vldms(BlockAddressMode am, Register base,
|
|
|