diff options
author | Song Gao | 2022-08-05 05:35:22 +0200 |
---|---|---|
committer | Richard Henderson | 2022-08-05 19:02:40 +0200 |
commit | d182c3900072ea9b7f4de8785b441a2aa4804d48 (patch) | |
tree | 0b5425ba0f8a15d0e46bb6ba22ceff6dd2d25cf4 /gdb-xml | |
parent | target/loongarch: update loongarch-base64.xml (diff) | |
download | qemu-d182c3900072ea9b7f4de8785b441a2aa4804d48.tar.gz qemu-d182c3900072ea9b7f4de8785b441a2aa4804d48.tar.xz qemu-d182c3900072ea9b7f4de8785b441a2aa4804d48.zip |
target/loongarch: Update loongarch-fpu.xml
Rename loongarch-fpu64.xml to loongarch-fpu.xml and update
loongarch-fpu.xml to match upstream GDB [1]
[1]:https://github.com/bminor/binutils-gdb/blob/master/gdb/features/loongarch/fpu.xml
Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220805033523.1416837-5-gaosong@loongson.cn>
Diffstat (limited to 'gdb-xml')
-rw-r--r-- | gdb-xml/loongarch-fpu.xml | 50 | ||||
-rw-r--r-- | gdb-xml/loongarch-fpu64.xml | 57 |
2 files changed, 50 insertions, 57 deletions
diff --git a/gdb-xml/loongarch-fpu.xml b/gdb-xml/loongarch-fpu.xml new file mode 100644 index 0000000000..78e42cf5dd --- /dev/null +++ b/gdb-xml/loongarch-fpu.xml @@ -0,0 +1,50 @@ +<?xml version="1.0"?> +<!-- Copyright (C) 2021 Free Software Foundation, Inc. + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. --> + +<!DOCTYPE feature SYSTEM "gdb-target.dtd"> +<feature name="org.gnu.gdb.loongarch.fpu"> + + <union id="fputype"> + <field name="f" type="ieee_single"/> + <field name="d" type="ieee_double"/> + </union> + + <reg name="f0" bitsize="64" type="fputype" group="float"/> + <reg name="f1" bitsize="64" type="fputype" group="float"/> + <reg name="f2" bitsize="64" type="fputype" group="float"/> + <reg name="f3" bitsize="64" type="fputype" group="float"/> + <reg name="f4" bitsize="64" type="fputype" group="float"/> + <reg name="f5" bitsize="64" type="fputype" group="float"/> + <reg name="f6" bitsize="64" type="fputype" group="float"/> + <reg name="f7" bitsize="64" type="fputype" group="float"/> + <reg name="f8" bitsize="64" type="fputype" group="float"/> + <reg name="f9" bitsize="64" type="fputype" group="float"/> + <reg name="f10" bitsize="64" type="fputype" group="float"/> + <reg name="f11" bitsize="64" type="fputype" group="float"/> + <reg name="f12" bitsize="64" type="fputype" group="float"/> + <reg name="f13" bitsize="64" type="fputype" group="float"/> + <reg name="f14" bitsize="64" type="fputype" group="float"/> + <reg name="f15" bitsize="64" type="fputype" group="float"/> + <reg name="f16" bitsize="64" type="fputype" group="float"/> + <reg name="f17" bitsize="64" type="fputype" group="float"/> + <reg name="f18" bitsize="64" type="fputype" group="float"/> + <reg name="f19" bitsize="64" type="fputype" group="float"/> + <reg name="f20" bitsize="64" type="fputype" group="float"/> + <reg name="f21" bitsize="64" type="fputype" group="float"/> + <reg name="f22" bitsize="64" type="fputype" group="float"/> + <reg name="f23" bitsize="64" type="fputype" group="float"/> + <reg name="f24" bitsize="64" type="fputype" group="float"/> + <reg name="f25" bitsize="64" type="fputype" group="float"/> + <reg name="f26" bitsize="64" type="fputype" group="float"/> + <reg name="f27" bitsize="64" type="fputype" group="float"/> + <reg name="f28" bitsize="64" type="fputype" group="float"/> + <reg name="f29" bitsize="64" type="fputype" group="float"/> + <reg name="f30" bitsize="64" type="fputype" group="float"/> + <reg name="f31" bitsize="64" type="fputype" group="float"/> + <reg name="fcc" bitsize="64" type="uint64" group="float"/> + <reg name="fcsr" bitsize="32" type="uint32" group="float"/> +</feature> diff --git a/gdb-xml/loongarch-fpu64.xml b/gdb-xml/loongarch-fpu64.xml deleted file mode 100644 index e52cf89fbc..0000000000 --- a/gdb-xml/loongarch-fpu64.xml +++ /dev/null @@ -1,57 +0,0 @@ -<?xml version="1.0"?> -<!-- Copyright (C) 2021 Free Software Foundation, Inc. - - Copying and distribution of this file, with or without modification, - are permitted in any medium without royalty provided the copyright - notice and this notice are preserved. --> - -<!DOCTYPE feature SYSTEM "gdb-target.dtd"> -<feature name="org.gnu.gdb.loongarch.fpu"> - - <union id="fpu64type"> - <field name="f" type="ieee_single"/> - <field name="d" type="ieee_double"/> - </union> - - <reg name="f0" bitsize="64" type="fpu64type" group="float"/> - <reg name="f1" bitsize="64" type="fpu64type" group="float"/> - <reg name="f2" bitsize="64" type="fpu64type" group="float"/> - <reg name="f3" bitsize="64" type="fpu64type" group="float"/> - <reg name="f4" bitsize="64" type="fpu64type" group="float"/> - <reg name="f5" bitsize="64" type="fpu64type" group="float"/> - <reg name="f6" bitsize="64" type="fpu64type" group="float"/> - <reg name="f7" bitsize="64" type="fpu64type" group="float"/> - <reg name="f8" bitsize="64" type="fpu64type" group="float"/> - <reg name="f9" bitsize="64" type="fpu64type" group="float"/> - <reg name="f10" bitsize="64" type="fpu64type" group="float"/> - <reg name="f11" bitsize="64" type="fpu64type" group="float"/> - <reg name="f12" bitsize="64" type="fpu64type" group="float"/> - <reg name="f13" bitsize="64" type="fpu64type" group="float"/> - <reg name="f14" bitsize="64" type="fpu64type" group="float"/> - <reg name="f15" bitsize="64" type="fpu64type" group="float"/> - <reg name="f16" bitsize="64" type="fpu64type" group="float"/> - <reg name="f17" bitsize="64" type="fpu64type" group="float"/> - <reg name="f18" bitsize="64" type="fpu64type" group="float"/> - <reg name="f19" bitsize="64" type="fpu64type" group="float"/> - <reg name="f20" bitsize="64" type="fpu64type" group="float"/> - <reg name="f21" bitsize="64" type="fpu64type" group="float"/> - <reg name="f22" bitsize="64" type="fpu64type" group="float"/> - <reg name="f23" bitsize="64" type="fpu64type" group="float"/> - <reg name="f24" bitsize="64" type="fpu64type" group="float"/> - <reg name="f25" bitsize="64" type="fpu64type" group="float"/> - <reg name="f26" bitsize="64" type="fpu64type" group="float"/> - <reg name="f27" bitsize="64" type="fpu64type" group="float"/> - <reg name="f28" bitsize="64" type="fpu64type" group="float"/> - <reg name="f29" bitsize="64" type="fpu64type" group="float"/> - <reg name="f30" bitsize="64" type="fpu64type" group="float"/> - <reg name="f31" bitsize="64" type="fpu64type" group="float"/> - <reg name="fcc0" bitsize="8" type="uint8" group="float"/> - <reg name="fcc1" bitsize="8" type="uint8" group="float"/> - <reg name="fcc2" bitsize="8" type="uint8" group="float"/> - <reg name="fcc3" bitsize="8" type="uint8" group="float"/> - <reg name="fcc4" bitsize="8" type="uint8" group="float"/> - <reg name="fcc5" bitsize="8" type="uint8" group="float"/> - <reg name="fcc6" bitsize="8" type="uint8" group="float"/> - <reg name="fcc7" bitsize="8" type="uint8" group="float"/> - <reg name="fcsr" bitsize="32" type="uint32" group="float"/> -</feature> |