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