mirror of
https://github.com/open-goal/jak-project
synced 2026-09-02 18:12:50 -04:00
8c926caa23
Alters the opcode constants and the lane index maths, so the pext, vector shift, shuffle, blend and splat helpers now emit the correct ZIP1/ZIP2, SHL/SSHR/USHR, INS and DUP machine encodings for 128-bit vector operations. Adds an Imm5 field helper, which the lane-insert and duplicate encodings need. Follows #4384, from the same Apple Silicon work.