Searched refs:InstMIPS32Xor (Results 1 – 3 of 3) sorted by relevance
154 template <> const char *InstMIPS32Xor::Opcode = "xor";1233 template <> void InstMIPS32Xor::emitIAS(const Cfg *Func) const { in emitIAS()
1288 using InstMIPS32Xor = InstMIPS32ThreeAddrGPR<InstMIPS32::Xor>; variable1461 template <> void InstMIPS32Xor::emitIAS(const Cfg *Func) const;
599 Context.insert<InstMIPS32Xor>(Dest, Src0, Src1); in _xor()