Searched refs:InstARM32Cmp (Results 1 – 3 of 3) sorted by relevance
372 Context.insert<InstARM32Cmp>(Src0, Src1, Pred);
1774 template <> void InstARM32Cmp::emitIAS(const Cfg *Func) const { in emitIAS()1889 template <> const char *InstARM32Cmp::Opcode = "cmp";
1067 using InstARM32Cmp = InstARM32CmpLike<InstARM32::Cmp>; variable