You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the opcodes pshh, pshl, poph, and popl aren't costed. We need to create benchmarks to cost those and confirm that the sanity benchmarks make sense as well.
The pshh and pshl should be tested with a full bitmask (1 << 24) - 1. The same applies to poph and popl, but they require an initialization script that calls pshh/pshl with full bitmask.
The text was updated successfully, but these errors were encountered:
Overview
Currently, the opcodes
pshh
,pshl
,poph
, andpopl
aren't costed. We need to create benchmarks to cost those and confirm that the sanity benchmarks make sense as well.Related to #1444
Implementation details
The
pshh
andpshl
should be tested with a full bitmask(1 << 24) - 1
. The same applies topoph
andpopl
, but they require an initialization script that callspshh
/pshl
with full bitmask.The text was updated successfully, but these errors were encountered: