Home
last modified time | relevance | path

Searched refs:InstMIPS32Div (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.cpp92 template <> const char *InstMIPS32Div::Opcode = "div";
880 template <> void InstMIPS32Div::emitIAS(const Cfg *Func) const { in emitIAS()
H A DIceInstMIPS32.h1228 using InstMIPS32Div = InstMIPS32ThreeAddrGPR<InstMIPS32::Div>; variable
1397 template <> void InstMIPS32Div::emitIAS(const Cfg *Func) const;
H A DIceTargetLoweringMIPS32.h323 Context.insert<InstMIPS32Div>(Dest, Src0, Src1); in _div()