mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
JitArm64: Add unit tests for single/double conversion
This commit is contained in:
parent
2a9d88739c
commit
9d6263f306
4 changed files with 276 additions and 1 deletions
|
@ -163,7 +163,7 @@ public:
|
|||
Arm64Gen::ARM64Reg src_reg,
|
||||
Arm64Gen::ARM64Reg scratch_reg = Arm64Gen::ARM64Reg::INVALID_REG);
|
||||
|
||||
private:
|
||||
protected:
|
||||
struct SlowmemHandler
|
||||
{
|
||||
Arm64Gen::ARM64Reg dest_reg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue