Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp101 template <> const char *InstMIPS32Lui::Opcode = "lui";
157 template <> void InstMIPS32Lui::emit(const Cfg *Func) const { in emit()
900 template <> void InstMIPS32Lui::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1235 using InstMIPS32Lui = InstMIPS32UnaryopGPR<InstMIPS32::Lui>; variable
1403 template <> void InstMIPS32Lui::emit(const Cfg *Func) const;
1404 template <> void InstMIPS32Lui::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h355 Context.insert<InstMIPS32Lui>(Dest, Src, Reloc);