Home
last modified time | relevance | path

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

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