Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp104 template <> const char *InstMIPS32Mfc1::Opcode = "mfc1";
933 template <> void InstMIPS32Mfc1::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1238 using InstMIPS32Mfc1 = InstMIPS32TwoAddrGPR<InstMIPS32::Mfc1>; variable
1407 template <> void InstMIPS32Mfc1::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h359 Context.insert<InstMIPS32Mfc1>(Dest, Src); in _mfc1()