mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Revert "JitArm64: Disable indexed paired loadstore instructions"
This reverts commit f70ddebb40
.
This commit is contained in:
@ -125,10 +125,10 @@ constexpr std::array<GekkoOPTemplate, 17> table4_2{{
|
||||
}};
|
||||
|
||||
constexpr std::array<GekkoOPTemplate, 4> table4_3{{
|
||||
{6, &JitArm64::FallBackToInterpreter}, // psq_lx (disabled for the time being due to bugs)
|
||||
{7, &JitArm64::FallBackToInterpreter}, // psq_stx (disabled for the time being due to bugs)
|
||||
{38, &JitArm64::FallBackToInterpreter}, // psq_lux (disabled for the time being due to bugs)
|
||||
{39, &JitArm64::FallBackToInterpreter}, // psq_stux (disabled for the time being due to bugs)
|
||||
{6, &JitArm64::psq_lXX}, // psq_lx
|
||||
{7, &JitArm64::psq_stXX}, // psq_stx
|
||||
{38, &JitArm64::psq_lXX}, // psq_lux
|
||||
{39, &JitArm64::psq_stXX}, // psq_stux
|
||||
}};
|
||||
|
||||
constexpr std::array<GekkoOPTemplate, 13> table19{{
|
||||
|
Reference in New Issue
Block a user