Skip to content

Conversation

@Robbepop
Copy link
Member

@Robbepop Robbepop commented Mar 26, 2025

➡️: Means that this instruction will be implemented in a follow-up PR.

Instruction
v128.load32_zero(m: memarg) -> v128
v128.load64_zero(m: memarg) -> v128
v128.load8_splat(m: memarg) -> v128
v128.load16_splat(m: memarg) -> v128
v128.load32_splat(m: memarg) -> v128
v128.load64_splat(m: memarg) -> v128
➡️ v128.load8_lane(m: memarg, x: v128, imm: ImmLaneIdx16) -> v128
➡️ v128.load16_lane(m: memarg, x: v128, imm: ImmLaneIdx8) -> v128
➡️ v128.load32_lane(m: memarg, x: v128, imm: ImmLaneIdx4) -> v128
➡️ v128.load64_lane(m: memarg, x: v128, imm: ImmLaneIdx2) -> v128
v128.load8x8_s(m: memarg)
v128.load8x8_u(m: memarg)
v128.load16x4_s(m: memarg)
v128.load16x4_u(m: memarg)
v128.load32x2_s(m: memarg)
v128.load32x2_u(m: memarg)

@codecov
Copy link

codecov bot commented Mar 26, 2025

Codecov Report

Attention: Patch coverage is 60.00000% with 34 lines in your changes missing coverage. Please review.

Project coverage is 71.09%. Comparing base (0f83a12) to head (808f3ba).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/wasmi/src/engine/executor/instrs.rs 43.33% 34 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1426      +/-   ##
==========================================
+ Coverage   70.86%   71.09%   +0.23%     
==========================================
  Files         161      161              
  Lines       16095    16167      +72     
==========================================
+ Hits        11405    11494      +89     
+ Misses       4690     4673      -17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Robbepop Robbepop merged commit 381fee1 into main Mar 26, 2025
18 of 19 checks passed
@Robbepop Robbepop deleted the rf-implement-simd-load-ops branch March 26, 2025 16:16
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.

1 participant