Searched refs:InstMIPS32And (Results 1 – 3 of 3) sorted by relevance
1205 using InstMIPS32And = InstMIPS32ThreeAddrGPR<InstMIPS32::And>; variable1374 template <> void InstMIPS32And::emitIAS(const Cfg *Func) const;1472 template <> constexpr const char *InstMIPS32And::Opcode = "and";
175 Context.insert<InstMIPS32And>(Dest, Src0, Src1); in _and()
671 template <> void InstMIPS32And::emitIAS(const Cfg *Func) const { in emitIAS()