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