Searched refs:InstMIPS32Slt (Results 1 – 3 of 3) sorted by relevance
132 template <> const char *InstMIPS32Slt::Opcode = "slt";1118 template <> void InstMIPS32Slt::emitIAS(const Cfg *Func) const { in emitIAS()
1266 using InstMIPS32Slt = InstMIPS32ThreeAddrGPR<InstMIPS32::Slt>; variable1441 template <> void InstMIPS32Slt::emitIAS(const Cfg *Func) const;
513 Context.insert<InstMIPS32Slt>(Dest, Src0, Src1); in _slt()