mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-16 15:40:14 +00:00
fix: also decode eieio (mbar 0) for VLE
This commit is contained in:
parent
b3616a6831
commit
8277a6312b
@ -52,7 +52,7 @@
|
||||
@ifndef IS_ISA
|
||||
# this is equilent to "mbar 0"
|
||||
#eieio 0x7c 00 06 ac
|
||||
:eieio is $(NOTVLE) & OP=31 & BITS_21_25=0 & BITS_16_20=0 & BITS_11_15=0 & XOP_1_10=854 & BIT_0=0
|
||||
:eieio is OP=31 & BITS_21_25=0 & BITS_16_20=0 & BITS_11_15=0 & XOP_1_10=854 & BIT_0=0
|
||||
{
|
||||
enforceInOrderExecutionIO();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user