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