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