Searched refs:InstMIPS32Ori (Results 1 – 3 of 3) sorted by relevance
1261 using InstMIPS32Ori = InstMIPS32Imm16<InstMIPS32::Ori>; variable1287 using InstMIPS32Ori = InstMIPS32Imm16<InstMIPS32::Ori>; variable1436 template <> void InstMIPS32Ori::emitIAS(const Cfg *Func) const;
127 template <> const char *InstMIPS32Ori::Opcode = "ori";1095 template <> void InstMIPS32Ori::emitIAS(const Cfg *Func) const { in emitIAS()
493 Context.insert<InstMIPS32Ori>(Dest, Src, Imm); in _ori()