Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp76 template <> const char *InstMIPS32C_ole_s::Opcode = "c.ole.s";
790 template <> void InstMIPS32C_ole_s::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1210 using InstMIPS32C_ole_s = InstMIPS32FPCmp<InstMIPS32::C_ole_s>; variable
1379 template <> void InstMIPS32C_ole_s::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h251 Context.insert<InstMIPS32C_ole_s>(Src0, Src1); in _c_ole_s()