Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h1009 using InstARM32Lsr = InstARM32ThreeAddrGPR<InstARM32::Lsr>; variable
1735 template <> constexpr const char *InstARM32Lsr::Opcode = "lsr";
DIceTargetLoweringARM32.h413 Context.insert<InstARM32Lsr>(Dest, Src0, Src1, Pred);
DIceInstARM32.cpp593 template <> void InstARM32Lsr::emitIAS(const Cfg *Func) const { in emitIAS()