Home
last modified time | relevance | path

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

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