qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 2/3] target/mips: implement Octeon-specific BBIT instructi


From: Richard Henderson
Subject: Re: [PATCH v2 2/3] target/mips: implement Octeon-specific BBIT instructions
Date: Thu, 9 Jun 2022 07:19:32 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

On 6/9/22 01:23, Pavel Dovgalyuk wrote:
This patch introduces Octeon-specific decoder and implements
check-bit-and-jump instructions.

Signed-off-by: Pavel Dovgalyuk<Pavel.Dovgalyuk@ispras.ru>

--

v2 changes:
      - Changed insn field description and simplified the jumps
        (suggested by Richard Henderson)
---
  target/mips/tcg/meson.build        |    2 ++
  target/mips/tcg/octeon.decode      |   15 ++++++++++++
  target/mips/tcg/octeon_translate.c |   46 ++++++++++++++++++++++++++++++++++++
  target/mips/tcg/translate.c        |    5 ++++
  target/mips/tcg/translate.h        |    1 +
  5 files changed, 69 insertions(+)
  create mode 100644 target/mips/tcg/octeon.decode
  create mode 100644 target/mips/tcg/octeon_translate.c

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

r~



reply via email to

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