From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvA8R-00059c-RQ for qemu-devel@nongnu.org; Tue, 15 Jan 2013 12:17:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvA8O-00062c-Tq for qemu-devel@nongnu.org; Tue, 15 Jan 2013 12:17:15 -0500 Received: from mail-qa0-f48.google.com ([209.85.216.48]:56199) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvA8O-00062K-Pf for qemu-devel@nongnu.org; Tue, 15 Jan 2013 12:17:12 -0500 Received: by mail-qa0-f48.google.com with SMTP id l8so399248qaq.0 for ; Tue, 15 Jan 2013 09:17:11 -0800 (PST) Sender: Richard Henderson Message-ID: <50F58F14.4020706@twiddle.net> Date: Tue, 15 Jan 2013 09:17:08 -0800 From: Richard Henderson MIME-Version: 1.0 References: <867gnlup4w.fsf@shell.gmplib.org> <50F1B339.9010709@twiddle.net> <86mwwbr5s5.fsf@shell.gmplib.org> <50F45277.9070506@twiddle.net> <864niiid1d.fsf@shell.gmplib.org> In-Reply-To: <864niiid1d.fsf@shell.gmplib.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] 3 new x86 instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Torbjorn Granlund Cc: Blue Swirl , qemu-devel@nongnu.org On 01/15/2013 09:14 AM, Torbjorn Granlund wrote: > There seem to be no mention of MULX in the i386 subdirectory. Then you got the wrong branch from the repository: translate.c:4055: case 0x3f6: /* mulx By, Gy, rdx, Ey */ You need the "x86-next" branch. r~