aarch64: Add FPCR and FPSR registers

Co-authored-by: merry <git@mary.rs>
This commit is contained in:
TSR Berry
2022-10-14 15:15:48 +02:00
parent b99ec09c90
commit 12fd4fc086
2 changed files with 16 additions and 0 deletions

View File

@@ -313,6 +313,10 @@ typedef enum uc_arm64_reg {
UC_ARM64_REG_PSTATE,
//> floating point control and status registers
UC_ARM64_REG_FPCR,
UC_ARM64_REG_FPSR,
//> exception link registers, depreciated, use UC_ARM64_REG_CP_REG instead
UC_ARM64_REG_ELR_EL0,
UC_ARM64_REG_ELR_EL1,