Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h1202 using InstMIPS32Addu = InstMIPS32ThreeAddrGPR<InstMIPS32::Addu>; variable
1373 template <> void InstMIPS32Addu::emitIAS(const Cfg *Func) const;
1471 template <> constexpr const char *InstMIPS32Addu::Opcode = "addu";
DIceTargetLoweringMIPS32.h171 Context.insert<InstMIPS32Addu>(Dest, Src0, Src1); in _addu()
DIceInstMIPS32.cpp666 template <> void InstMIPS32Addu::emitIAS(const Cfg *Func) const { in emitIAS()