Searched refs:InstMIPS32Xori (Results 1 – 3 of 3) sorted by relevance
155 template <> const char *InstMIPS32Xori::Opcode = "xori";1238 template <> void InstMIPS32Xori::emitIAS(const Cfg *Func) const { in emitIAS()
1289 using InstMIPS32Xori = InstMIPS32Imm16<InstMIPS32::Xori>; variable1462 template <> void InstMIPS32Xori::emitIAS(const Cfg *Func) const;
603 Context.insert<InstMIPS32Xori>(Dest, Src, Imm); in _xori()