Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceInstMIPS32.cpp135 template <> const char *InstMIPS32Sqrt_s::Opcode = "sqrt.s";
1143 template <> void InstMIPS32Sqrt_s::emitIAS(const Cfg *Func) const { in emitIAS()
H A DIceInstMIPS32.h1271 using InstMIPS32Sqrt_s = InstMIPS32TwoAddrFPR<InstMIPS32::Sqrt_s>; variable
1446 template <> void InstMIPS32Sqrt_s::emitIAS(const Cfg *Func) const;
H A DIceTargetLoweringMIPS32.h533 Context.insert<InstMIPS32Sqrt_s>(Dest, Src); in _sqrt_s()