mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge remote-tracking branch
'origin/GP-939_ghidorahrex_PR-2970_bobataylor_v850_fix_mul_simm' (Closes #2970)
This commit is contained in:
commit
fe0b081973
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
# MUL imm9, reg2, reg3 - rrrrr111111iiiii|wwwww01001IIII00
|
# MUL imm9, reg2, reg3 - rrrrr111111iiiii|wwwww01001IIII00
|
||||||
:mul imm9, R1115, R2731 is op0510=0x3F & s0004 & R1115; op2226=0x9 & op1617=0x0 & s1821 & R2731
|
:mul imm9, R1115, R2731 is op0510=0x3F & op0004 & R1115; op2226=0x9 & op1617=0x0 & s1821 & R2731
|
||||||
[ imm9 = (s1821 << 5) | s0004; ]
|
[ imm9 = (s1821 << 5) | op0004; ]
|
||||||
{
|
{
|
||||||
local res:8 = sext(R1115) * imm9;
|
local res:8 = sext(R1115) * imm9;
|
||||||
R1115 = res:4;
|
R1115 = res:4;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue