Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceInstMIPS32.cpp99 template <> const char *InstMIPS32Lui::Opcode = "lui";
155 template <> void InstMIPS32Lui::emit(const Cfg *Func) const { in emit()
900 template <> void InstMIPS32Lui::emitIAS(const Cfg *Func) const { in emitIAS()
H A 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;
H A DIceTargetLoweringMIPS32.h355 Context.insert<InstMIPS32Lui>(Dest, Src, Reloc);