qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 07/21] target/loongarch: Add fixed point load/store instru


From: Richard Henderson
Subject: Re: [PATCH v5 07/21] target/loongarch: Add fixed point load/store instruction translation
Date: Tue, 14 Sep 2021 06:47:30 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 9/14/21 6:00 AM, Song Gao wrote:
This patch implement fixed point load/store instruction translation.

This includes:
- LD.{B[U]/H[U]/W[U]/D}, ST.{B/H/W/D}
- LDX.{B[U]/H[U]/W[U]/D}, STX.{B/H/W/D}
- LDPTR.{W/D}, STPTR.{W/D}
- PRELD
- LD{GT/LE}.{B/H/W/D}, ST{GT/LE}.{B/H/W/D}
- DBAR, IBAR

Signed-off-by: Song Gao<gaosong@loongson.cn>
Signed-off-by: XiaoJuan Yang<yangxiaojuan@loongson.cn>
---
  target/loongarch/helper.h                  |   3 +
  target/loongarch/insn_trans/trans_memory.c | 235 +++++++++++++++++++++++++++++
  target/loongarch/insns.decode              |  58 +++++++
  target/loongarch/op_helper.c               |  15 ++
  target/loongarch/translate.c               |  30 ++++
  5 files changed, 341 insertions(+)
  create mode 100644 target/loongarch/insn_trans/trans_memory.c

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]