Home
last modified time | relevance | path

Searched refs:InstMIPS32Swc1 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp147 template <> const char *InstMIPS32Swc1::Opcode = "swc1";
1197 template <> void InstMIPS32Swc1::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1281 using InstMIPS32Swc1 = InstMIPS32Store<InstMIPS32::Swc1>; variable
1448 template <> void InstMIPS32Swc1::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h573 Context.insert<InstMIPS32Swc1>(Value, Mem); in _swc1()
DIceTargetLoweringMIPS32.cpp2198 if (llvm::isa<InstMIPS32Swc1>(CurInstr)) { in postLowerLegalization()