Skip to content

Commit

Permalink
InstcountCI: Adds addressing limitations to instcountci
Browse files Browse the repository at this point in the history
Spurred on by FEX-Emu#3421

This does a bunch of GPR and vector loads to showcase addressing
limitations between ARM and x86.

Tests:
- 8/16/32/64-bit GPR loads
   - Both 32-bit and 64-bit addressing modes
- 32/64/128-bit Vector loads
   - Both 32-bit and 64-bit addressing modes
- Duplicate the tests for 32-bit addressing mode with a 32-bit process
   - Since it should change behaviour.

Untested:
- 8/16-bit vector loadstores since those don't exist on x86
   - 16-bit x87 integer load exists but that doesn't go through a vector
     load in FEX.
  • Loading branch information
Sonicadvance1 authored and bylaws committed Feb 29, 2024
1 parent a2d4ac2 commit aea5009
Show file tree
Hide file tree
Showing 2 changed files with 1,205 additions and 0 deletions.
Loading

0 comments on commit aea5009

Please sign in to comment.