mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Merge branch 'GP-6065_ghidorahrex_PR-8579_esaulenka_fix_SuperH_bclr' into Ghidra_12.0
This commit is contained in:
@@ -2307,8 +2307,7 @@ define pcodeop Sleep_Standby;
|
||||
:bclr "#"imm3_00_02, rn_04_07
|
||||
is opcode_08_15=0b10000110 & rn_04_07 & opcode_03_03=0b0 & imm3_00_02
|
||||
{
|
||||
local b = *:1 (rn_04_07);
|
||||
*:1 (rn_04_07) = b & (~(1 << imm3_00_02));
|
||||
rn_04_07 = rn_04_07 & (~(1 << imm3_00_02));
|
||||
}
|
||||
|
||||
# BLD.B #imm3, @(disp12,Rn) 0011nnnn0iii1001 0011dddddddddddd (imm of (disp+Rn)) → T
|
||||
|
||||
Reference in New Issue
Block a user