Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h1257 using InstMIPS32Mult = InstMIPS32ThreeAddrGPR<InstMIPS32::Mult>; variable
1431 template <> void InstMIPS32Mult::emit(const Cfg *Func) const;
1524 template <> constexpr const char *InstMIPS32Mult::Opcode = "mult";
DIceInstMIPS32.cpp969 template <> void InstMIPS32Mult::emit(const Cfg *Func) const { in emit()
975 template <> void InstMIPS32Mult::emitIAS(const Cfg *Func) const { in emitIAS()
DIceTargetLoweringMIPS32.h471 Context.insert<InstMIPS32Mult>(Dest, Src0, Src1); in _mult()