mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch 'origin/GP-3157_ghidorahrex_PR-5053_rbran_armneon_vqdmull_fix'
This commit is contained in:
commit
a6be09898f
1 changed files with 2 additions and 2 deletions
|
@ -4821,7 +4821,7 @@ define pcodeop SignedSatQ;
|
|||
}
|
||||
|
||||
:vqdmull.S^esize2021 Qd, Dn, Dm is ( ( $(AMODE) & ARMcond=0 & cond=15 & c2327=5 & c2021<3 & c0811=0xD & Q6=0 & c0404=0 ) |
|
||||
( $(TMODE_E) & thv_c2327=0x1f & thv_c2324=1 & thv_c2021<3 & thv_c0811=0xD & thv_Q6=0 & thv_c0404=0 ) ) & esize2021 & Dm & Dn & Qd
|
||||
( $(TMODE_E) & thv_c2327=0x1f & thv_c2021<3 & thv_c0811=0xD & thv_Q6=0 & thv_c0404=0 ) ) & esize2021 & Dm & Dn & Qd
|
||||
|
||||
{
|
||||
Qd = VectorDoubleMultiplyLong(Dn,Dm,esize2021,0:1);
|
||||
|
@ -4829,7 +4829,7 @@ define pcodeop SignedSatQ;
|
|||
}
|
||||
|
||||
:vqdmull.S^esize2021 Qd, Dn, vmlDmA is ( ( $(AMODE) & ARMcond=0 & cond=15 & c2327=5 & c2021<3 & c0811=0xb & Q6=1 & c0404=0 ) |
|
||||
( $(TMODE_E) & thv_c2327=0x1e & thv_c2324=1 & thv_c2021<3 & thv_c0811=0xb & thv_Q6=1 & thv_c0404=0 ) ) & esize2021 & vmlDmA & Dn & Qd
|
||||
( $(TMODE_E) & thv_c2327=0x1f & thv_c2021<3 & thv_c0811=0xb & thv_Q6=1 & thv_c0404=0 ) ) & esize2021 & vmlDmA & Dn & Qd
|
||||
|
||||
{
|
||||
Qd = VectorDoubleMultiplyLong(Dn,vmlDmA,esize2021,0:1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue