| Index: src/arm/assembler-arm.h
|
| diff --git a/src/arm/assembler-arm.h b/src/arm/assembler-arm.h
|
| index 185ab6ab74c0f2260db649468dcd2d1c511ef9a8..9050c2c5d9bb33a5fdae1ffee14076f2f5b2a454 100644
|
| --- a/src/arm/assembler-arm.h
|
| +++ b/src/arm/assembler-arm.h
|
| @@ -947,16 +947,6 @@ class Assembler : public AssemblerBase {
|
| void ldc2(Coprocessor coproc, CRegister crd, Register base, int option,
|
| LFlag l = Short); // v5 and above
|
|
|
| - void stc(Coprocessor coproc, CRegister crd, const MemOperand& dst,
|
| - LFlag l = Short, Condition cond = al);
|
| - void stc(Coprocessor coproc, CRegister crd, Register base, int option,
|
| - LFlag l = Short, Condition cond = al);
|
| -
|
| - void stc2(Coprocessor coproc, CRegister crd, const MemOperand& dst,
|
| - LFlag l = Short); // v5 and above
|
| - void stc2(Coprocessor coproc, CRegister crd, Register base, int option,
|
| - LFlag l = Short); // v5 and above
|
| -
|
| // Support for VFP.
|
| // All these APIs support S0 to S31 and D0 to D15.
|
| // Currently these APIs do not support extended D registers, i.e, D16 to D31.
|
|
|