Searched refs:InstARM32Tst (Results 1 – 3 of 3) sorted by relevance
1067 using InstARM32Tst = InstARM32CmpLike<InstARM32::Tst>; variable1790 template <> constexpr const char *InstARM32Tst::Opcode = "tst";
820 Context.insert<InstARM32Tst>(Src0, Src1, Pred);
1782 template <> void InstARM32Tst::emitIAS(const Cfg *Func) const { in emitIAS()