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

Implement IsubBin, IsubBout, and IsubBorrowfor Cranelift interpreter #3234

Merged
merged 2 commits into from
Sep 1, 2021

Conversation

dheaton-arm
Copy link
Contributor

Implemented the following Opcodes for the Cranelift interpreter:

  • IsubBin to subtract two scalar integers with an input borrow flag.
  • IsubBout to subtract two scalar integers with an output borrow flag.
  • IsubBorrow to subtract two scalar integers with an input and output borrow flag.

Copyright (c) 2021, Arm Limited

Implemented the following Opcodes for the Cranelift interpreter:
- `IsubBin` to subtract two scalar integers with an input borrow flag.
- `IsubBout` to subtract two scalar integers with an output borrow flag.
- `IsubBorrow` to subtract two scalar integers with an input and output borrow flag.

Copyright (c) 2021, Arm Limited
@dheaton-arm dheaton-arm changed the title Implement IsubBin, IsubBout, and IsubBorrow Implement IsubBin, IsubBout, and IsubBorrowfor Cranelift interpreter Aug 24, 2021
@github-actions github-actions bot added the cranelift Issues related to the Cranelift code generator label Aug 24, 2021
cranelift/filetests/filetests/interpreter/isubborrow.clif Outdated Show resolved Hide resolved
@@ -0,0 +1,49 @@
test interpret
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets wait until this comment is resolved, to see if we do something similar here.

Copyright (c) 2021, Arm Limited
@cfallin cfallin merged commit 91410aa into bytecodealliance:main Sep 1, 2021
@dheaton-arm dheaton-arm deleted the implement-isubb branch September 2, 2021 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift Issues related to the Cranelift code generator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants