Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h817 Context.insert<InstARM32Sxt>(Dest, Src0, Pred);
DIceInstARM32.cpp1825 template <> const char *InstARM32Sxt::Opcode = "sxt"; // still requires b/h
2577 template <> void InstARM32Sxt::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstARM32.h1061 using InstARM32Sxt = InstARM32UnaryopGPR<InstARM32::Sxt, true>; variable