Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp62 template <> const char *InstMIPS32Abs_s::Opcode = "abs.s";
731 template <> void InstMIPS32Abs_s::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1198 using InstMIPS32Abs_s = InstMIPS32TwoAddrFPR<InstMIPS32::Abs_s>; variable
1368 template <> void InstMIPS32Abs_s::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h215 Context.insert<InstMIPS32Abs_s>(Dest, Src); in _abs_s()