Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp133 template <> const char *InstMIPS32Slti::Opcode = "slti";
1123 template <> void InstMIPS32Slti::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1267 using InstMIPS32Slti = InstMIPS32Imm16<InstMIPS32::Slti>; variable
1442 template <> void InstMIPS32Slti::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h517 Context.insert<InstMIPS32Slti>(Dest, Src, Imm); in _slti()