| Index: src/IceInstARM32.h
|
| diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h
|
| index 6dba05f5089354c668cb801b63e6fa7e41e7a741..cf2372e186d1341be548baae78e8b22f9862f46f 100644
|
| --- a/src/IceInstARM32.h
|
| +++ b/src/IceInstARM32.h
|
| @@ -266,6 +266,8 @@ public:
|
|
|
| static bool canHoldImm(Operand *C, uint32_t *ModifiedImm);
|
|
|
| + uint32_t getModifiedImm() const { return ModifiedImm; }
|
| +
|
| private:
|
| OperandARM32FlexFpImm(Cfg *Func, Type Ty, uint32_t ModifiedImm);
|
|
|
| @@ -1340,6 +1342,7 @@ private:
|
| void emitSingleDestSingleSource(const Cfg *Func) const;
|
|
|
| void emitIASSingleDestSingleSource(const Cfg *Func) const;
|
| + void emitIASScalarVFPMove(const Cfg *Func) const;
|
| void emitIASCoreVFPMove(const Cfg *Func) const;
|
|
|
| Variable *DestHi = nullptr;
|
|
|