barf-project icon indicating copy to clipboard operation
barf-project copied to clipboard

Add support for REIL extensions.

Open cnheitman opened this issue 9 years ago • 0 comments

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.

cnheitman avatar Mar 19 '15 17:03 cnheitman