Searched refs:InstARM32Lsr (Results 1 – 3 of 3) sorted by relevance
1009 using InstARM32Lsr = InstARM32ThreeAddrGPR<InstARM32::Lsr>; variable1735 template <> constexpr const char *InstARM32Lsr::Opcode = "lsr";
413 Context.insert<InstARM32Lsr>(Dest, Src0, Src1, Pred);
593 template <> void InstARM32Lsr::emitIAS(const Cfg *Func) const { in emitIAS()