]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/rx: TCG translation
authorYoshinori Sato <ysato@users.sourceforge.jp>
Mon, 21 Jan 2019 13:24:40 +0000 (05:24 -0800)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 19 Mar 2020 16:15:19 +0000 (17:15 +0100)
commite5918d7d7f032a22963f30352bc5f982003b93e2
tree3e80736580b952f2e6464fc28251523e5b2df2cc
parenta4f34ecc8555121bb5866c15bbd66dd516e9671e
target/rx: TCG translation

This part only supported RXv1 instructions.

Instruction manual:
  https://www.renesas.com/us/en/doc/products/mpumcu/doc/rx_family/r01us0032ej0120_rxsm.pdf

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200224141923.82118-5-ysato@users.sourceforge.jp>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
target/rx/Makefile.objs [new file with mode: 0644]
target/rx/insns.decode [new file with mode: 0644]
target/rx/translate.c [new file with mode: 0644]