Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp141 template <> const char *InstMIPS32Sub_d::Opcode = "sub.d";
1168 template <> void InstMIPS32Sub_d::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1277 using InstMIPS32Sub_d = InstMIPS32ThreeAddrFPR<InstMIPS32::Sub_d>; variable
1453 template <> void InstMIPS32Sub_d::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h557 Context.insert<InstMIPS32Sub_d>(Dest, Src0, Src1); in _sub_d()