Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp115 template <> const char *InstMIPS32Movz_d::Opcode = "movz.d";
1000 template <> void InstMIPS32Movz_d::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1249 using InstMIPS32Movz_d = InstMIPS32ThreeAddrGPR<InstMIPS32::Movz_d>; variable
1420 template <> void InstMIPS32Movz_d::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h439 Context.insert<InstMIPS32Movz_d>(Dest, Src0, Src1)->setDestRedefined(); in _movz_d()