Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp118 template <> const char *InstMIPS32Mthi::Opcode = "mthi";
1037 template <> void InstMIPS32Mthi::emit(const Cfg *Func) const { in emit()
1043 template <> void InstMIPS32Mthi::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1252 using InstMIPS32Mthi = InstMIPS32UnaryopGPR<InstMIPS32::Mthi>; variable
1426 template <> void InstMIPS32Mthi::emit(const Cfg *Func) const;
1427 template <> void InstMIPS32Mthi::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h451 Context.insert<InstMIPS32Mthi>(Dest, Src); in _mthi()