Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp117 template <> const char *InstMIPS32Mtc1::Opcode = "mtc1";
1010 template <> void InstMIPS32Mtc1::emit(const Cfg *Func) const { in emit()
1021 template <> void InstMIPS32Mtc1::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1251 using InstMIPS32Mtc1 = InstMIPS32TwoAddrGPR<InstMIPS32::Mtc1>; variable
1422 template <> void InstMIPS32Mtc1::emit(const Cfg *Func) const;
1423 template <> void InstMIPS32Mtc1::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h447 Context.insert<InstMIPS32Mtc1>(Dest, Src); in _mtc1()