fix: also decode eieio (mbar 0) for VLE

This commit is contained in:
William Tan 2023-01-10 17:10:36 -05:00
parent b3616a6831
commit 8277a6312b
No known key found for this signature in database

View File

@ -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();
}