Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h1271 using InstMIPS32Sqrt_s = InstMIPS32TwoAddrFPR<InstMIPS32::Sqrt_s>; variable
1446 template <> void InstMIPS32Sqrt_s::emitIAS(const Cfg *Func) const;
1538 template <> constexpr const char *InstMIPS32Sqrt_s::Opcode = "sqrt.s";
DIceTargetLoweringMIPS32.h533 Context.insert<InstMIPS32Sqrt_s>(Dest, Src); in _sqrt_s()
DIceInstMIPS32.cpp1049 template <> void InstMIPS32Sqrt_s::emitIAS(const Cfg *Func) const { in emitIAS()