Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp120 template <> const char *InstMIPS32Mul_s::Opcode = "mul.s";
1058 template <> void InstMIPS32Mul_s::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1256 using InstMIPS32Mul_s = InstMIPS32ThreeAddrFPR<InstMIPS32::Mul_s>; variable
1430 template <> void InstMIPS32Mul_s::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h467 Context.insert<InstMIPS32Mul_s>(Dest, Src0, Src1); in _mul_s()