Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceInstMIPS32.cpp145 template <> const char *InstMIPS32Swc1::Opcode = "swc1";
1197 template <> void InstMIPS32Swc1::emitIAS(const Cfg *Func) const { in emitIAS()
H A DIceInstMIPS32.h1281 using InstMIPS32Swc1 = InstMIPS32Store<InstMIPS32::Swc1>; variable
1448 template <> void InstMIPS32Swc1::emitIAS(const Cfg *Func) const;
H A DIceTargetLoweringMIPS32.h573 Context.insert<InstMIPS32Swc1>(Value, Mem); in _swc1()
H A DIceTargetLoweringMIPS32.cpp2200 if (llvm::isa<InstMIPS32Swc1>(CurInstr)) { in postLowerLegalization()