Home
last modified time | relevance | path

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

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