Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp113 template <> const char *InstMIPS32Movt::Opcode = "movt";
990 template <> void InstMIPS32Movt::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1247 using InstMIPS32Movt = InstMIPS32MovConditional<InstMIPS32::Movt>; variable
1418 template <> void InstMIPS32Movt::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h431 Context.insert<InstMIPS32Movt>(Dest, Src0, FCC)->setDestRedefined(); in _movt()