Searched refs:InstMIPS32Or (Results 1 – 3 of 3) sorted by relevance
126 template <> const char *InstMIPS32Or::Opcode = "or";1090 template <> void InstMIPS32Or::emitIAS(const Cfg *Func) const { in emitIAS()
1260 using InstMIPS32Or = InstMIPS32ThreeAddrGPR<InstMIPS32::Or>; variable1435 template <> void InstMIPS32Or::emitIAS(const Cfg *Func) const;
489 Context.insert<InstMIPS32Or>(Dest, Src0, Src1); in _or()