Home
last modified time | relevance | path

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

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