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