Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for REIL extensions. #3

Open
cnheitman opened this issue Mar 19, 2015 · 0 comments
Open

Add support for REIL extensions. #3

cnheitman opened this issue Mar 19, 2015 · 0 comments

Comments

@cnheitman
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant