mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 13:44:31 +01:00
A64: Implement system registers FPCR and FPSR
This commit is contained in:
parent
9e4e4e9c1d
commit
e3da92024e
12 changed files with 216 additions and 4 deletions
|
|
@ -90,6 +90,11 @@ public:
|
|||
/// Modify FPCR.
|
||||
void SetFpcr(std::uint32_t value);
|
||||
|
||||
/// View FPSR.
|
||||
std::uint32_t GetFpsr() const;
|
||||
/// Modify FPSR.
|
||||
void SetFpsr(std::uint32_t value);
|
||||
|
||||
/// View PSTATE
|
||||
std::uint32_t GetPstate() const;
|
||||
/// Modify PSTATE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue