Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp119 template <> const char *InstMIPS32Mtlo::Opcode = "mtlo";
1026 template <> void InstMIPS32Mtlo::emit(const Cfg *Func) const { in emit()
1032 template <> void InstMIPS32Mtlo::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1253 using InstMIPS32Mtlo = InstMIPS32UnaryopGPR<InstMIPS32::Mtlo>; variable
1424 template <> void InstMIPS32Mtlo::emit(const Cfg *Func) const;
1425 template <> void InstMIPS32Mtlo::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h455 Context.insert<InstMIPS32Mtlo>(Dest, Src); in _mtlo()