qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 2/2] target/loongarch: move translate modules to tcg/


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 2/2] target/loongarch: move translate modules to tcg/
Date: Tue, 2 Jan 2024 10:45:28 +0100
User-agent: Mozilla Thunderbird

On 2/1/24 03:02, Song Gao wrote:
Introduce the target/loongarch/tcg directory. Its purpose is to hold the TCG
code that is selected by CONFIG_TCG

Signed-off-by: Song Gao <gaosong@loongson.cn>
---
  target/loongarch/{ => tcg}/constant_timer.c   |  0
  target/loongarch/{ => tcg}/csr_helper.c       |  0
  target/loongarch/{ => tcg}/fpu_helper.c       |  0
  target/loongarch/{ => tcg}/iocsr_helper.c     |  0
  target/loongarch/{ => tcg}/op_helper.c        |  0
  target/loongarch/{ => tcg}/tlb_helper.c       |  0
  target/loongarch/{ => tcg}/translate.c        |  0
  target/loongarch/{ => tcg}/vec_helper.c       |  0
  .../{ => tcg}/insn_trans/trans_arith.c.inc    |  0
  .../{ => tcg}/insn_trans/trans_atomic.c.inc   |  0
  .../{ => tcg}/insn_trans/trans_bit.c.inc      |  0
  .../{ => tcg}/insn_trans/trans_branch.c.inc   |  0
  .../{ => tcg}/insn_trans/trans_extra.c.inc    |  0
  .../{ => tcg}/insn_trans/trans_farith.c.inc   |  0
  .../{ => tcg}/insn_trans/trans_fcmp.c.inc     |  0
  .../{ => tcg}/insn_trans/trans_fcnv.c.inc     |  0
  .../{ => tcg}/insn_trans/trans_fmemory.c.inc  |  0
  .../{ => tcg}/insn_trans/trans_fmov.c.inc     |  0
  .../{ => tcg}/insn_trans/trans_memory.c.inc   |  0
  .../insn_trans/trans_privileged.c.inc         |  0
  .../{ => tcg}/insn_trans/trans_shift.c.inc    |  0
  .../{ => tcg}/insn_trans/trans_vec.c.inc      |  0
  target/loongarch/meson.build                  | 15 +--------------
  target/loongarch/tcg/meson.build              | 19 +++++++++++++++++++
  24 files changed, 20 insertions(+), 14 deletions(-)

  create mode 100644 target/loongarch/tcg/meson.build
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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