Searched refs:InstARM32TwoAddrGPR (Results 1 – 2 of 2) sorted by relevance
656 class InstARM32TwoAddrGPR : public InstARM32Pred {657 InstARM32TwoAddrGPR() = delete;658 InstARM32TwoAddrGPR(const InstARM32TwoAddrGPR &) = delete;659 InstARM32TwoAddrGPR &operator=(const InstARM32TwoAddrGPR &) = delete;663 static InstARM32TwoAddrGPR *create(Cfg *Func, Variable *Dest, Operand *Src, in create()665 return new (Func->allocate<InstARM32TwoAddrGPR>()) in create()666 InstARM32TwoAddrGPR(Func, Dest, Src, Predicate); in create()687 InstARM32TwoAddrGPR(Cfg *Func, Variable *Dest, Operand *Src, in InstARM32TwoAddrGPR() function1052 using InstARM32Movt = InstARM32TwoAddrGPR<InstARM32::Movt>;
2479 void InstARM32TwoAddrGPR<K>::emitIAS(const Cfg *Func) const { in emitIAS()3526 template class InstARM32TwoAddrGPR<InstARM32::Movt>; variable