Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp121 template <> const char *InstMIPS32Mul_d::Opcode = "mul.d";
1053 template <> void InstMIPS32Mul_d::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1255 using InstMIPS32Mul_d = InstMIPS32ThreeAddrFPR<InstMIPS32::Mul_d>; variable
1429 template <> void InstMIPS32Mul_d::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h463 Context.insert<InstMIPS32Mul_d>(Dest, Src0, Src1); in _mul_d()