]> git.proxmox.com Git - mirror_qemu.git/commit - target/xtensa/cpu.h
target/xtensa: add geometry to xtensa_get_regfile_by_name
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 28 Jun 2020 09:53:32 +0000 (02:53 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Fri, 21 Aug 2020 19:48:15 +0000 (12:48 -0700)
commitee659da21af5707191ef35e8de549d028790e7f5
tree8f7f65cffb008fcda2bc19142c1ccc26c983dbc7
parentfbcc38e4cb1b539b8615ec9b0adc285351d77628
target/xtensa: add geometry to xtensa_get_regfile_by_name

Register file name may not uniquely identify a register file in the set
of configurations. E.g. floating point registers may have different size
in different configurations. Use register file geometry as additional
identifier.

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