Searched refs:InstMIPS32Andi (Results 1 – 3 of 3) sorted by relevance
1206 using InstMIPS32Andi = InstMIPS32Imm16<InstMIPS32::Andi>; variable1375 template <> void InstMIPS32Andi::emitIAS(const Cfg *Func) const;1473 template <> constexpr const char *InstMIPS32Andi::Opcode = "andi";
179 Context.insert<InstMIPS32Andi>(Dest, Src, Imm); in _andi()
676 template <> void InstMIPS32Andi::emitIAS(const Cfg *Func) const { in emitIAS()