• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

iovisor / ubpf / 21843099892 / 1
80%
main: 80%

Build:
DEFAULT BRANCH: main
Ran 09 Feb 2026 10:30PM UTC
Files 70
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Feb 2026 10:21PM UTC coverage: 59.867% (+1.0%) from 58.851%
21843099892.1

push

github

web-flow
Implement MOVSX instruction support for CPU v4 (RFC 9669) (#760)

* Implement MOVSX support for validation, interpreter and JIT

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Fix x86_64 JIT MOVSX - force REX prefix for byte register access

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Format code with clang-format

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Revert "Format code with clang-format"

This reverts commit 0f55b0593.

* Add CPU version v4 flag for MOVSX and RFC9669 conformance tests

Configure cmake/ctest to automatically run MOVSX and RFC9669 tests
with --cpu_version v4 flag. This ensures these v4 instruction tests
run with the correct CPU version instead of being skipped.

Tests affected:
- All movsx* tests (movsx832-reg, movsx1632-reg, movsx864-reg,
  movsx1664-reg, movsx3264-reg, rfc9669_movsx)
- All rfc9669_* conformance tests (88 tests total)

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

* Fix type conversion portability in MOVSX interpreter

Add intermediate unsigned casts to make sign-extension behavior
well-defined across all platforms. Converting uint64_t directly to
int8_t/int16_t/int32_t is implementation-defined when the value
doesn't fit. Cast through uint8_t/uint16_t/uint32_t first to ensure
portable truncation before sign extension.

Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Alan-Jowett <20480683+Alan-Jowett@users.noreply.github.com>

3947 of 6593 relevant lines covered (59.87%)

19980.13 hits per line

Source Files on job run-Debug-ubuntu-24.04-arm-arm64 - 21843099892.1
  • Tree
  • List 70
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 21843099892
  • 2749995c on github
  • Prev Job for on main (#21837419504.5)
  • Next Job for on main (#21882564574.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc