All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: Richard Henderson <richard.henderson@linaro.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/6] target/rx: Improvements to disassembly
Date: Tue, 28 May 2019 00:39:04 +0900	[thread overview]
Message-ID: <87woib6h5z.wl-ysato@users.sourceforge.jp> (raw)
In-Reply-To: <20190523150803.31504-1-richard.henderson@linaro.org>

On Fri, 24 May 2019 00:07:57 +0900,
Richard Henderson wrote:
> 
> Here's a sample of the new output, taken from u-boot.bin:
> 
> IN:
> 0xfff8000a:  fb 12 00 01 00 00          mov.l   #0x00000100, r1
> 0xfff80010:  fb 32 f0 13 00 00          mov.l   #0x000013f0, r3
> 0xfff80016:  43 13                      sub     r1, r3
> 0xfff80018:  fb 22 00 ea f9 ff          mov.l   #-398848, r2
> 0xfff8001e:  7f 8f                      smovf
> 0xfff80020:  ef 01                      mov.l   r0, r1
> 0xfff80022:  05 1e 32 00                bsr.a   fff83240
> 
> IN:
> 0xfff83240:  72 11 5c fb                add     #-1188, r1
> 0xfff83244:  75 21 f0                   and     #-16, r1
> 0xfff83247:  02                         rts
> 
> Obviously there are still a few inconsistencies in the
> format strings used for the immediates, but the format
> is readable and it is easy to look at the opcode to see
> how our decode compares to the manual.
>

Hmm.
The output of the immediate value should be the same as the output of objdump.
I do not think that it is the proper format, but I did that because
it was useful for comparing the results.

> 
> r~
> 
> 
> Richard Henderson (6):
>   target/rx: Disassemble rx_index_addr into a string
>   target/rx: Replace operand with prt_ldmi in disassembler
>   target/rx: Use prt_ldmi for XCHG_mr disassembly
>   target/rx: Emit all disassembly in one prt()
>   target/rx: Collect all bytes during disassembly
>   target/rx: Dump bytes for each insn during disassembly
> 
>  target/rx/disas.c | 366 +++++++++++++++++++++-------------------------
>  1 file changed, 166 insertions(+), 200 deletions(-)
> 
> -- 
> 2.17.1
> 

-- 
Yosinori Sato


  parent reply	other threads:[~2019-05-27 15:45 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-23 15:07 [Qemu-devel] [PATCH 0/6] target/rx: Improvements to disassembly Richard Henderson
2019-05-23 15:07 ` [Qemu-devel] [PATCH 1/6] target/rx: Disassemble rx_index_addr into a string Richard Henderson
2019-05-27 15:28   ` Yoshinori Sato
2019-05-23 15:07 ` [Qemu-devel] [PATCH 2/6] target/rx: Replace operand with prt_ldmi in disassembler Richard Henderson
2019-05-27 15:29   ` Yoshinori Sato
2019-05-23 15:08 ` [Qemu-devel] [PATCH 3/6] target/rx: Use prt_ldmi for XCHG_mr disassembly Richard Henderson
2019-05-27 15:30   ` Yoshinori Sato
2019-05-23 15:08 ` [Qemu-devel] [PATCH 4/6] target/rx: Emit all disassembly in one prt() Richard Henderson
2019-05-27 15:31   ` Yoshinori Sato
2019-05-23 15:08 ` [Qemu-devel] [PATCH 5/6] target/rx: Collect all bytes during disassembly Richard Henderson
2019-05-27 15:31   ` Yoshinori Sato
2019-05-23 15:08 ` [Qemu-devel] [PATCH 6/6] target/rx: Dump bytes for each insn " Richard Henderson
2019-05-27 15:30   ` Yoshinori Sato
2019-05-27 15:39 ` Yoshinori Sato [this message]
2019-05-27 17:47   ` [Qemu-devel] [PATCH 0/6] target/rx: Improvements to disassembly Aleksandar Markovic
2019-05-28 13:02     ` Yoshinori Sato
2019-05-31  9:22   ` Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87woib6h5z.wl-ysato@users.sourceforge.jp \
    --to=ysato@users.sourceforge.jp \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.