Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp65 template <> const char *InstMIPS32Add_d::Opcode = "add.d";
741 template <> void InstMIPS32Add_d::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1200 using InstMIPS32Add_d = InstMIPS32ThreeAddrFPR<InstMIPS32::Add_d>; variable
1369 template <> void InstMIPS32Add_d::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h223 Context.insert<InstMIPS32Add_d>(Dest, Src0, Src1); in _add_d()