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

jit: support for and, or, xor, shl, shr, rotl and rotr operations #118

Merged
merged 8 commits into from
Jan 6, 2022

Conversation

mathetake
Copy link
Member

Signed-off-by: Takeshi Yoneda takeshi@tetrate.io

Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
@mathetake mathetake marked this pull request as ready for review January 6, 2022 07:59
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
@mathetake
Copy link
Member Author

Implemented Rotr and Rotl as well! bbeaec5

@mathetake mathetake changed the title jit: support for and, or, xor, shl and shr operations jit: support for and, or, xor, shl, shr, rotl and rotr operations Jan 6, 2022
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Copy link
Contributor

@codefromthecrypt codefromthecrypt left a comment

Choose a reason for hiding this comment

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

Really cut through the remaining operation list. good work!

wasm/jit/jit_amd64.go Outdated Show resolved Hide resolved
wasm/jit/jit_amd64.go Outdated Show resolved Hide resolved
wasm/jit/jit_amd64.go Outdated Show resolved Hide resolved
wasm/jit/jit_amd64.go Outdated Show resolved Hide resolved
wasm/jit/jit_amd64.go Outdated Show resolved Hide resolved
wasm/jit/jit_amd64.go Outdated Show resolved Hide resolved
wasm/jit/jit_amd64.go Outdated Show resolved Hide resolved
wasm/jit/jit_amd64.go Show resolved Hide resolved
Co-authored-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
@mathetake mathetake merged commit bc02e42 into main Jan 6, 2022
@mathetake mathetake deleted the simpilebin branch January 6, 2022 08:32
@mathetake
Copy link
Member Author

Thanks for the look! 👯

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

Successfully merging this pull request may close these issues.

None yet

2 participants