Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp107 template <> const char *InstMIPS32Movf::Opcode = "movf";
970 template <> void InstMIPS32Movf::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1243 using InstMIPS32Movf = InstMIPS32MovConditional<InstMIPS32::Movf>; variable
1414 template <> void InstMIPS32Movf::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h415 Context.insert<InstMIPS32Movf>(Dest, Src0, FCC)->setDestRedefined(); in _movf()