Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp136 template <> const char *InstMIPS32Sqrt_d::Opcode = "sqrt.d";
1138 template <> void InstMIPS32Sqrt_d::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1270 using InstMIPS32Sqrt_d = InstMIPS32TwoAddrFPR<InstMIPS32::Sqrt_d>; variable
1445 template <> void InstMIPS32Sqrt_d::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h529 Context.insert<InstMIPS32Sqrt_d>(Dest, Src); in _sqrt_d()