Home | History | Annotate | Download | only in src

Lines Matching refs:OperandARM32FlexFpImm

248 class OperandARM32FlexFpImm : public OperandARM32Flex {
249 OperandARM32FlexFpImm() = delete;
250 OperandARM32FlexFpImm(const OperandARM32FlexFpImm &) = delete;
251 OperandARM32FlexFpImm &operator=(const OperandARM32FlexFpImm &) = delete;
254 static OperandARM32FlexFpImm *create(Cfg *Func, Type Ty,
256 return new (Func->allocate<OperandARM32FlexFpImm>())
257 OperandARM32FlexFpImm(Func, Ty, ModifiedImm);
273 OperandARM32FlexFpImm(Cfg *Func, Type Ty, uint32_t ModifiedImm);