| Index: src/IceAssemblerARM32.cpp
|
| diff --git a/src/IceAssemblerARM32.cpp b/src/IceAssemblerARM32.cpp
|
| index 29a9c25f12806ffdcb489555b85a48796ceb0068..3cf2af7479bcaad27991ab448aac4af0bd9ddd99 100644
|
| --- a/src/IceAssemblerARM32.cpp
|
| +++ b/src/IceAssemblerARM32.cpp
|
| @@ -2413,7 +2413,7 @@ void AssemblerARM32::vmovd(const Operand *OpDd,
|
| emitVFPddd(Cond, OpcodePlusImm8, Dd, D0, D0);
|
| }
|
|
|
| -void AssemblerARM32::vmovdd(const Operand *OpDd, const Operand *OpDm,
|
| +void AssemblerARM32::vmovdd(const Operand *OpDd, const Variable *OpDm,
|
| CondARM32::Cond Cond) {
|
| // VMOV (register) - ARM section A8.8.340, encoding A2:
|
| // vmov<c>.f64 <Dd>, <Sm>
|
| @@ -2444,7 +2444,7 @@ void AssemblerARM32::vmovs(const Operand *OpSd,
|
| emitVFPsss(Cond, OpcodePlusImm8, Sd, S0, S0);
|
| }
|
|
|
| -void AssemblerARM32::vmovss(const Operand *OpSd, const Operand *OpSm,
|
| +void AssemblerARM32::vmovss(const Operand *OpSd, const Variable *OpSm,
|
| CondARM32::Cond Cond) {
|
| // VMOV (register) - ARM section A8.8.340, encoding A2:
|
| // vmov<c>.f32 <Sd>, <Sm>
|
|
|