Home
last modified time | relevance | path

Searched refs:InstARM32Clz (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.h383 Context.insert<InstARM32Clz>(Dest, Src0, Pred);
H A DIceInstARM32.cpp1821 template <> const char *InstARM32Clz::Opcode = "clz";
2561 template <> void InstARM32Clz::emitIAS(const Cfg *Func) const { in emitIAS()
H A DIceInstARM32.h1054 using InstARM32Clz = InstARM32UnaryopGPR<InstARM32::Clz, false>; variable