Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp103 template <> const char *InstMIPS32Lwc1::Opcode = "lwc1";
927 template <> void InstMIPS32Lwc1::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1237 using InstMIPS32Lwc1 = InstMIPS32Load<InstMIPS32::Lwc1>; variable
1406 template <> void InstMIPS32Lwc1::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h351 Context.insert<InstMIPS32Lwc1>(Value, Mem, Reloc);
DIceTargetLoweringMIPS32.cpp2219 if (llvm::isa<InstMIPS32Lwc1>(CurInstr)) { in postLowerLegalization()