You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for the instructions below (based on this implementation) in order to ease the translation process.
REIL Extensions.
LSHL: Logical left shift. LSHR: Logical right shift. ASHR: Arithmetic right shift. SDIV: Signed division. SMUL: Signed multiplication. SEXT: Sign extension. SYS: Transition between user and supervisor level code. BISNZ: Comparison for non-zero value. EQU: Comparison for equality.
The text was updated successfully, but these errors were encountered:
Add support for the instructions below (based on this implementation) in order to ease the translation process.
REIL Extensions.
LSHL
: Logical left shift.LSHR
: Logical right shift.ASHR
: Arithmetic right shift.SDIV
: Signed division.SMUL
: Signed multiplication.SEXT
: Sign extension.SYS
: Transition between user and supervisor level code.BISNZ
: Comparison for non-zero value.EQU
: Comparison for equality.The text was updated successfully, but these errors were encountered: