Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp97 template <> const char *InstMIPS32Divu::Opcode = "divu";
895 template <> void InstMIPS32Divu::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1231 using InstMIPS32Divu = InstMIPS32ThreeAddrGPR<InstMIPS32::Divu>; variable
1400 template <> void InstMIPS32Divu::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h335 Context.insert<InstMIPS32Divu>(Dest, Src0, Src1); in _divu()