Searched refs:InstARM32Movw (Results 1 – 3 of 3) sorted by relevance
1053 using InstARM32Movw = InstARM32UnaryopGPR<InstARM32::Movw, false>; variable1704 template <> void InstARM32Movw::emit(const Cfg *Func) const;
1820 template <> const char *InstARM32Movw::Opcode = "movw";2504 template <> void InstARM32Movw::emit(const Cfg *Func) const { in emit()2524 template <> void InstARM32Movw::emitIAS(const Cfg *Func) const { in emitIAS()
709 Context.insert<InstARM32Movw>(Dest, Src0, Pred);