From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNXgz-0001lX-99 for qemu-devel@nongnu.org; Mon, 16 Feb 2015 21:15:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNXgt-00080c-4o for qemu-devel@nongnu.org; Mon, 16 Feb 2015 21:15:17 -0500 Received: from mail-pd0-f176.google.com ([209.85.192.176]:43908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNXgs-00080R-Vt for qemu-devel@nongnu.org; Mon, 16 Feb 2015 21:15:11 -0500 Received: by pdev10 with SMTP id v10so40223441pde.10 for ; Mon, 16 Feb 2015 18:15:10 -0800 (PST) Sender: Richard Henderson Message-ID: <54E2A42A.3080108@twiddle.net> Date: Mon, 16 Feb 2015 18:15:06 -0800 From: Richard Henderson MIME-Version: 1.0 References: <54E1F540.5070900@sunrus.com.cn> <54E1F56E.803@sunrus.com.cn> <54E219F3.5090307@twiddle.net> <54E27485.9010908@sunrus.com.cn> In-Reply-To: <54E27485.9010908@sunrus.com.cn> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/6 v2] target-tilegx: Firstly add to qemu with minimized features List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chen Gang S , Peter Maydell , Chris Metcalf , Riku Voipio , "walt@tilera.com" Cc: qemu-devel On 02/16/2015 02:51 PM, Chen Gang S wrote: > And excuse me, I still want to know, is there a real world register as a > PC register for tile (e.g. just like 'rip' for x86_64) which can be used > by software programer? (is it in SPR?) Do you actually have the manual for this chip? If you're asking this question, it sounds like you don't. And if you don't have the manual, I don't see how you plan to actually write this translator. r~