barf-project
barf-project copied to clipboard
Add support for REIL extensions.
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.