Searched refs:InstMIPS32Add (Results 1 – 3 of 3) sorted by relevance
167 Context.insert<InstMIPS32Add>(Dest, Src0, Src1); in _add()
64 template <> const char *InstMIPS32Add::Opcode = "add";
1199 using InstMIPS32Add = InstMIPS32ThreeAddrGPR<InstMIPS32::Add>; variable