Searched refs:InstMIPS32Movt (Results 1 – 3 of 3) sorted by relevance
113 template <> const char *InstMIPS32Movt::Opcode = "movt";990 template <> void InstMIPS32Movt::emitIAS(const Cfg *Func) const { in emitIAS()
1247 using InstMIPS32Movt = InstMIPS32MovConditional<InstMIPS32::Movt>; variable1418 template <> void InstMIPS32Movt::emitIAS(const Cfg *Func) const;
431 Context.insert<InstMIPS32Movt>(Dest, Src0, FCC)->setDestRedefined(); in _movt()