mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-07 13:30:45 -05:00
AA64: fix ldpsw increment size to match load
This commit is contained in:
committed by
ghidorahrex
parent
9ce3e2431f
commit
bbe8d7ca93
@@ -3049,7 +3049,7 @@ is b_3031=0b10 & b_2529=0b10100 & (b_24=1 | b_23=1) & b_22=1 & Rt2_GPR64 & addrP
|
||||
is b_2531=0b0110100 & (b_24=1 | b_23=1) & b_22=1 & Rt2_GPR64 & addrPairIndexed & Rt_GPR64
|
||||
{
|
||||
local addrval1:8 = sext(*:4 addrPairIndexed);
|
||||
local addrval2:8 = sext(*:4 (addrPairIndexed + 8));
|
||||
local addrval2:8 = sext(*:4 (addrPairIndexed + 4));
|
||||
Rt_GPR64 = addrval1;
|
||||
Rt2_GPR64 = addrval2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user