File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Ghidra/Processors/SuperH/data/languages Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -488,15 +488,15 @@ disppc2: @(disp,pc) is disp_00_07 & pc
488
488
:movu.b @(l_disp_00_11, l_rm_20_23), l_rn_24_27
489
489
is l_opcode_28_31=0b0011 & l_rn_24_27 & l_rm_20_23 & l_opcode_16_19=0b0001 & l_opcode_12_15=0b1000 & l_disp_00_11
490
490
{
491
- l_rm_20_23 = zext(*:1 (l_disp_00_11 + l_rm_20_23));
491
+ l_rn_24_27 = zext(*:1 (l_disp_00_11 + l_rm_20_23));
492
492
}
493
493
494
494
# MOVU.W @(disp12,Rm), Rn 0011nnnnmmmm0001 1001dddddddddddd (disp×2+Rm) → zero extension → Rn
495
495
:movu.w @(disp, l_rm_20_23), l_rn_24_27
496
496
is l_opcode_28_31=0b0011 & l_rn_24_27 & l_rm_20_23 & l_opcode_16_19=0b0001 & l_opcode_12_15=0b1001 & l_disp_00_11
497
497
[ disp = l_disp_00_11 * 2; ]
498
498
{
499
- l_rm_20_23 = zext(*:2 (disp + l_rm_20_23));
499
+ l_rn_24_27 = zext(*:2 (disp + l_rm_20_23));
500
500
}
501
501
502
502
simm20: "#"value is l_simm20_20_23 & l_imm20_00_15
You can’t perform that action at this time.
0 commit comments