Searched refs:InstARM32Cmn (Results 1 – 3 of 3) sorted by relevance
1065 using InstARM32Cmn = InstARM32CmpLike<InstARM32::Cmn>; variable1788 template <> constexpr const char *InstARM32Cmn::Opcode = "cmn";
367 Context.insert<InstARM32Cmn>(Src0, Src1, Pred);
1766 template <> void InstARM32Cmn::emitIAS(const Cfg *Func) const { in emitIAS()