Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp120 template <> const char *InstMIPS32Mul::Opcode = "mul";
1048 template <> void InstMIPS32Mul::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1254 using InstMIPS32Mul = InstMIPS32ThreeAddrGPR<InstMIPS32::Mul>; variable
1428 template <> void InstMIPS32Mul::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h459 Context.insert<InstMIPS32Mul>(Dest, Src0, Src1); in _mul()