Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp145 template <> const char *InstMIPS32Subu::Opcode = "subu";
1178 template <> void InstMIPS32Subu::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1279 using InstMIPS32Subu = InstMIPS32ThreeAddrGPR<InstMIPS32::Subu>; variable
1455 template <> void InstMIPS32Subu::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h565 Context.insert<InstMIPS32Subu>(Dest, Src0, Src1); in _subu()