mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-10 06:27:59 -05:00
Merge remote-tracking branch 'origin/Ghidra_12.0'
This commit is contained in:
@@ -7285,7 +7285,7 @@ is m=0 & b_3030=0 & s=0 & b_2428=0x1f & ftype=1 & b_21=0 & Rm_FPR64 & b_15=0 & R
|
||||
:fmadd Rd_FPR32, Rn_FPR32, Rm_FPR32, Ra_FPR32
|
||||
is m=0 & b_3030=0 & s=0 & b_2428=0x1f & ftype=0 & b_21=0 & Rm_FPR32 & b_15=0 & Ra_FPR32 & Rn_FPR32 & Rd_FPR32 & Zd
|
||||
{
|
||||
Rd_FPR32 = Rn_FPR32 f+ (Rm_FPR32 f* Ra_FPR32); #NEON_fmadd(Rn_FPR32, Rm_FPR32, Ra_FPR32);
|
||||
Rd_FPR32 = Ra_FPR32 f+ (Rm_FPR32 f* Rn_FPR32); #NEON_fmadd(Rn_FPR32, Rm_FPR32, Ra_FPR32);
|
||||
}
|
||||
|
||||
# C7.2.100 FMADD page C7-2246 line 131323 MATCH x1f000000/mask=xff208000
|
||||
|
||||
@@ -4816,7 +4816,7 @@ vmlDmA: Dm_4^"["^thv_M5^"]" is TMode=1 & thv_c2021=2 & Dm_4 & thv_M5 {
|
||||
tmp2:8 = Qm(8);
|
||||
tmp1 = ~ tmp1;
|
||||
tmp2 = ~ tmp2;
|
||||
Qd = (zext(tmp1) << 8) | zext(tmp2);
|
||||
Qd = (zext(tmp2) << 64) | zext(tmp1);
|
||||
}
|
||||
|
||||
define pcodeop FloatVectorNeg;
|
||||
|
||||
Reference in New Issue
Block a user