Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h1197 using InstMIPS32Abs_d = InstMIPS32TwoAddrFPR<InstMIPS32::Abs_d>; variable
1367 template <> void InstMIPS32Abs_d::emitIAS(const Cfg *Func) const;
1464 template <> constexpr const char *InstMIPS32Abs_d::Opcode = "abs.d";
DIceTargetLoweringMIPS32.h211 Context.insert<InstMIPS32Abs_d>(Dest, Src); in _abs_d()
DIceInstMIPS32.cpp632 template <> void InstMIPS32Abs_d::emitIAS(const Cfg *Func) const { in emitIAS()