Searched refs:InstMIPS32Sllv (Results 1 – 3 of 3) sorted by relevance
131 template <> const char *InstMIPS32Sllv::Opcode = "sllv";1113 template <> void InstMIPS32Sllv::emitIAS(const Cfg *Func) const { in emitIAS()
1265 using InstMIPS32Sllv = InstMIPS32ThreeAddrGPR<InstMIPS32::Sllv>; variable1440 template <> void InstMIPS32Sllv::emitIAS(const Cfg *Func) const;
509 Context.insert<InstMIPS32Sllv>(Dest, Src0, Src1); in _sllv()