Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp106 template <> const char *InstMIPS32Mflo::Opcode = "mflo";
938 template <> void InstMIPS32Mflo::emit(const Cfg *Func) const { in emit()
944 template <> void InstMIPS32Mflo::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1240 using InstMIPS32Mflo = InstMIPS32UnaryopGPR<InstMIPS32::Mflo>; variable
1408 template <> void InstMIPS32Mflo::emit(const Cfg *Func) const;
1409 template <> void InstMIPS32Mflo::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h367 Context.insert<InstMIPS32Mflo>(Dest, Src); in _mflo()