Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h1250 using InstMIPS32Movz_s = InstMIPS32ThreeAddrGPR<InstMIPS32::Movz_s>; variable
1421 template <> void InstMIPS32Movz_s::emitIAS(const Cfg *Func) const;
1517 template <> constexpr const char *InstMIPS32Movz_s::Opcode = "movz.s";
DIceTargetLoweringMIPS32.h443 Context.insert<InstMIPS32Movz_s>(Dest, Src0, Src1)->setDestRedefined(); in _movz_s()
DIceInstMIPS32.cpp911 template <> void InstMIPS32Movz_s::emitIAS(const Cfg *Func) const { in emitIAS()