From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgHV1-00085f-SF for qemu-devel@nongnu.org; Tue, 24 Apr 2007 05:39:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgHV0-000840-FV for qemu-devel@nongnu.org; Tue, 24 Apr 2007 05:39:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgHV0-00083p-7I for qemu-devel@nongnu.org; Tue, 24 Apr 2007 05:39:50 -0400 Received: from nz-out-0506.google.com ([64.233.162.224]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HgHPV-0000BL-0h for qemu-devel@nongnu.org; Tue, 24 Apr 2007 05:34:09 -0400 Received: by nz-out-0506.google.com with SMTP id i11so3589110nzi for ; Tue, 24 Apr 2007 02:34:08 -0700 (PDT) Message-ID: <83a4d4ca0704240234q6f8ecf59gbfa91432a2fee08@mail.gmail.com> Date: Tue, 24 Apr 2007 11:34:07 +0200 From: "Eduardo Felipe" Subject: Re: [Qemu-devel] Re: Detecting an assembly instruction in QEMU In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_49073_4590244.1177407247344" References: <83a4d4ca0704080713t596e4d83lbd1c495d92eda581@mail.gmail.com> <83a4d4ca0704081514v584660e4h8a36e5d1aee16d82@mail.gmail.com> <83a4d4ca0704170249l83c5d7bqe0b0f8cc8b5a4a58@mail.gmail.com> <83a4d4ca0704220609m33ebfda7m825dab6d0992be28@mail.gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org ------=_Part_49073_4590244.1177407247344 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, You have a description of memory access instruction format in cpu-all.h, under /* CPU memory access without any memory or io remapping */ These instructions are defined in softmmu_header.h. If you don't care too much about performance it will be easier to modify the code written in C (undef ASM_SOFTMMU in op.c). Regards, Eduardo ------=_Part_49073_4590244.1177407247344 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,

You have a description of memory access instruction format in cpu-all.h, under
/* CPU memory access without any memory or io remapping */

These instructions are defined in softmmu_header.h. If you don't care too much about performance it will be easier to modify the code written in C (undef ASM_SOFTMMU in op.c).

Regards,
Eduardo ------=_Part_49073_4590244.1177407247344--