Searched refs:InstARM32Uxt (Results 1 – 3 of 3) sorted by relevance
842 Context.insert<InstARM32Uxt>(Dest, Src0, Pred);
1826 template <> const char *InstARM32Uxt::Opcode = "uxt"; // still requires b/h2585 template <> void InstARM32Uxt::emitIAS(const Cfg *Func) const { in emitIAS()
1062 using InstARM32Uxt = InstARM32UnaryopGPR<InstARM32::Uxt, true>; variable