Searched refs:InstMIPS32Mov_s (Results 1 – 3 of 3) sorted by relevance
108 template <> const char *InstMIPS32Mov_s::Opcode = "mov.s";965 template <> void InstMIPS32Mov_s::emitIAS(const Cfg *Func) const { in emitIAS()
1242 using InstMIPS32Mov_s = InstMIPS32TwoAddrFPR<InstMIPS32::Mov_s>; variable1413 template <> void InstMIPS32Mov_s::emitIAS(const Cfg *Func) const;
411 Context.insert<InstMIPS32Mov_s>(Dest, Src); in _mov_s()