Home
last modified time | relevance | path

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

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