Implement mips floating point related registers

This commit is contained in:
mio
2025-02-17 20:16:36 +08:00
parent f2e80ff5be
commit 0c6f7c60d5
2 changed files with 98 additions and 0 deletions

View File

@@ -220,6 +220,10 @@ typedef enum UC_MIPS_REG {
UC_MIPS_REG_CP0_USERLOCAL,
UC_MIPS_REG_CP0_STATUS,
// FCR(s) Ref: https://s3-eu-west-1.amazonaws.com/downloads-mips/documents/MD00083-2B-MIPS64INT-AFP-06.01.pdf
UC_MIPS_REG_FIR,
UC_MIPS_REG_FCSR,
UC_MIPS_REG_ENDING, // <-- mark the end of the list or registers
// alias registers