Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp105 template <> const char *InstMIPS32Mfhi::Opcode = "mfhi";
949 template <> void InstMIPS32Mfhi::emit(const Cfg *Func) const { in emit()
955 template <> void InstMIPS32Mfhi::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1239 using InstMIPS32Mfhi = InstMIPS32UnaryopGPR<InstMIPS32::Mfhi>; variable
1410 template <> void InstMIPS32Mfhi::emit(const Cfg *Func) const;
1411 template <> void InstMIPS32Mfhi::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h363 Context.insert<InstMIPS32Mfhi>(Dest, Src); in _mfhi()