]> git.proxmox.com Git - mirror_qemu.git/commit
target-xtensa: add 64-bit floating point registers
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 29 Jun 2015 07:50:03 +0000 (10:50 +0300)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 6 Jul 2015 10:25:11 +0000 (13:25 +0300)
commitddd44279fdbc545a9182cb642645af8a4672c267
tree2419cab26d887b77965daef5fdf552356523c589
parentf50a1640fb82708a5d528dee1ace42a224b95b15
target-xtensa: add 64-bit floating point registers

Xtensa ISA got specification for 64-bit floating point registers and
opcodes, see ISA, 4.3.11 "Floating point coprocessor option".

Add 64-bit FP registers.

Although 64-bit floating point is currently not supported by xtensa
translator, these registers need to be reported to gdb with proper size,
otherwise it wouldn't find other registers.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target-xtensa/cpu.h
target-xtensa/gdbstub.c
target-xtensa/overlay_tool.h
target-xtensa/translate.c