Searched refs:InstARM32Clz (Results 1 – 3 of 3) sorted by relevance
1053 using InstARM32Clz = InstARM32UnaryopGPR<InstARM32::Clz, false>; variable1712 template <> constexpr const char *InstARM32Clz::Opcode = "clz";
375 Context.insert<InstARM32Clz>(Dest, Src0, Pred);
2480 template <> void InstARM32Clz::emitIAS(const Cfg *Func) const { in emitIAS()