mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
target/sparc: Move RDPSR, RDHPR to decodetree
Implement htstate in the obvious way. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/847 Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
af25071c1d
commit
668bb9b755
2 changed files with 83 additions and 43 deletions
|
@ -44,6 +44,16 @@ CALL 01 i:s30
|
|||
RDY 10 rd:5 101000 rs1:5 0 0000000000000
|
||||
}
|
||||
|
||||
{
|
||||
RDPSR 10 rd:5 101001 00000 0 0000000000000
|
||||
RDHPR_hpstate 10 rd:5 101001 00000 0 0000000000000
|
||||
}
|
||||
RDHPR_htstate 10 rd:5 101001 00001 0 0000000000000
|
||||
RDHPR_hintp 10 rd:5 101001 00011 0 0000000000000
|
||||
RDHPR_htba 10 rd:5 101001 00101 0 0000000000000
|
||||
RDHPR_hver 10 rd:5 101001 00110 0 0000000000000
|
||||
RDHPR_hstick_cmpr 10 rd:5 101001 11111 0 0000000000000
|
||||
|
||||
Tcc_r 10 0 cond:4 111010 rs1:5 0 cc:1 0000000 rs2:5
|
||||
{
|
||||
# For v7, the entire simm13 field is present, but masked to 7 bits.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue