Home
last modified time | relevance | path

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

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