Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp132 template <> const char *InstMIPS32Sltiu::Opcode = "sltiu";
1128 template <> void InstMIPS32Sltiu::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1268 using InstMIPS32Sltiu = InstMIPS32Imm16<InstMIPS32::Sltiu>; variable
1443 template <> void InstMIPS32Sltiu::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h521 Context.insert<InstMIPS32Sltiu>(Dest, Src, Imm); in _sltiu()