Searched refs:InstMIPS32Add_d (Results 1 – 3 of 3) sorted by relevance
1200 using InstMIPS32Add_d = InstMIPS32ThreeAddrFPR<InstMIPS32::Add_d>; variable1369 template <> void InstMIPS32Add_d::emitIAS(const Cfg *Func) const;1468 template <> constexpr const char *InstMIPS32Add_d::Opcode = "add.d";
223 Context.insert<InstMIPS32Add_d>(Dest, Src0, Src1); in _add_d()
647 template <> void InstMIPS32Add_d::emitIAS(const Cfg *Func) const { in emitIAS()