Searched refs:InstARM32Sxt (Results 1 – 3 of 3) sorted by relevance
817 Context.insert<InstARM32Sxt>(Dest, Src0, Pred);
1825 template <> const char *InstARM32Sxt::Opcode = "sxt"; // still requires b/h2577 template <> void InstARM32Sxt::emitIAS(const Cfg *Func) const { in emitIAS()
1061 using InstARM32Sxt = InstARM32UnaryopGPR<InstARM32::Sxt, true>; variable