mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
disas/riscv: Add support for XVentanaCondOps
This patch adds XVentanaCondOps support to the RISC-V disassembler. Co-developed-by: LIU Zhiwei <zhiwei_liu@linux.alibaba.com> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu> Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Message-Id: <20230612111034.3955227-8-christoph.muellner@vrull.eu> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
c859a2424d
commit
f6f72338d8
4 changed files with 67 additions and 1 deletions
18
disas/riscv-xventana.h
Normal file
18
disas/riscv-xventana.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
* QEMU disassembler -- RISC-V specific header (xventana*).
|
||||
*
|
||||
* Copyright (c) 2023 VRULL GmbH
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
*/
|
||||
|
||||
#ifndef DISAS_RISCV_XVENTANA_H
|
||||
#define DISAS_RISCV_XVENTANA_H
|
||||
|
||||
#include "disas/riscv.h"
|
||||
|
||||
extern const rv_opcode_data ventana_opcode_data[];
|
||||
|
||||
void decode_xventanacondops(rv_decode*, rv_isa);
|
||||
|
||||
#endif /* DISAS_RISCV_XVENTANA_H */
|
Loading…
Add table
Add a link
Reference in a new issue