mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
target/mips: Clean up handling of CP0 register 0
Clean up handling of CP0 register 0. Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Message-Id: <1567009614-12438-2-git-send-email-aleksandar.markovic@rt-rk.com>
This commit is contained in:
parent
705be57094
commit
1b142da5f8
2 changed files with 23 additions and 20 deletions
|
@ -277,6 +277,9 @@ typedef struct mips_def_t mips_def_t;
|
|||
|
||||
/* CP0 Register 00 */
|
||||
#define CP0_REG00__INDEX 0
|
||||
#define CP0_REG00__MVPCONTROL 1
|
||||
#define CP0_REG00__MVPCONF0 2
|
||||
#define CP0_REG00__MVPCONF1 3
|
||||
#define CP0_REG00__VPCONTROL 4
|
||||
/* CP0 Register 01 */
|
||||
/* CP0 Register 02 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue