Searched refs:InstARM32Movw (Results 1 – 3 of 3) sorted by relevance
1052 using InstARM32Movw = InstARM32UnaryopGPR<InstARM32::Movw, false>; variable1703 template <> void InstARM32Movw::emit(const Cfg *Func) const;1711 template <> constexpr const char *InstARM32Movw::Opcode = "movw";
708 Context.insert<InstARM32Movw>(Dest, Src0, Pred);
2429 template <> void InstARM32Movw::emit(const Cfg *Func) const { in emit()2446 template <> void InstARM32Movw::emitIAS(const Cfg *Func) const { in emitIAS()