Searched refs:InstMIPS32Teq (Results 1 – 3 of 3) sorted by relevance
147 template <> const char *InstMIPS32Teq::Opcode = "teq";1208 template <> void InstMIPS32Teq::emitIAS(const Cfg *Func) const { in emitIAS()
1282 using InstMIPS32Teq = InstMIPS32Trap<InstMIPS32::Teq>; variable1456 template <> void InstMIPS32Teq::emitIAS(const Cfg *Func) const;
579 Context.insert<InstMIPS32Teq>(Src0, Src1, TrapCode); in _teq()