Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
15 lines
503 B
XML
15 lines
503 B
XML
<?xml version="1.0"?>
|
|
<!-- Copyright (C) 2025 Linaro Ltd.
|
|
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
This is the SME2 ZT0 register. Upstream GDB dynamically generates
|
|
the XML for this feature, but because the vector is always 64 bytes
|
|
in size we prefer to use static XML for it.
|
|
-->
|
|
<!DOCTYPE feature SYSTEM "gdb-target.dtd">
|
|
<feature name="org.gnu.gdb.aarch64.sme2">
|
|
<vector id="sme2_bv" type="uint8" count="64"/>
|
|
<reg name="zt0" bitsize="512" type="sme2_bv"/>
|
|
</feature>
|