Home
last modified time | relevance | path

Searched refs:InstMIPS32Ll (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.cpp98 template <> const char *InstMIPS32Ll::Opcode = "ll";
911 template <> void InstMIPS32Ll::emitIAS(const Cfg *Func) const { in emitIAS()
H A DIceInstMIPS32.h1234 using InstMIPS32Ll = InstMIPS32Load<InstMIPS32::Ll>; variable
1402 template <> void InstMIPS32Ll::emitIAS(const Cfg *Func) const;
H A DIceTargetLoweringMIPS32.h343 Context.insert<InstMIPS32Ll>(Value, Mem); in _ll()