From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJhal-0004ho-9h for qemu-devel@nongnu.org; Mon, 05 Nov 2018 11:19:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJhP0-0001zt-In for qemu-devel@nongnu.org; Mon, 05 Nov 2018 11:07:09 -0500 Received: from eddie.linux-mips.org ([148.251.95.138]:33936 helo=cvs.linux-mips.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJhP0-0001VT-7e for qemu-devel@nongnu.org; Mon, 05 Nov 2018 11:06:58 -0500 Received: (from localhost user: 'macro', uid#1010) by eddie.linux-mips.org with ESMTP id S23990901AbeKEQG2HaLf- (ORCPT ); Mon, 5 Nov 2018 17:06:28 +0100 Date: Mon, 5 Nov 2018 16:06:28 +0000 (GMT) Sender: "Maciej W. Rozycki" From: "Maciej W. Rozycki" In-Reply-To: <20181105154046.GA2383@sx9> Message-ID: References: <1001e61e-b6c0-1a41-9e9f-e2fd5a51f7b5@linaro.org> <20181104131236.GA30862@sx9> <20181105154046.GA2383@sx9> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: Re: [Qemu-devel] [PATCH 1/2] target/mips: Fix decoding mechanism of R5900 MFLO1, MFHI1, MTLO1 and MTHI1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fredrik Noring Cc: Richard Henderson , =?UTF-8?Q?Philippe_Mathieu-Daud=C3=A9?= , Aleksandar Markovic , Aurelien Jarno , =?UTF-8?Q?J=C3=BCrgen_Urban?= , Jia Liu , qemu-devel@nongnu.org On Mon, 5 Nov 2018, Fredrik Noring wrote: > where ac can range from 0 to 3. Do you have a link to a better reference, > by chance, that isn't tied to microMIPS? Here: you'll find everything you need I believe. HTH, Maciej