mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:37:43 +00:00
LibX86: Correct CVTSS2SI's register signature
This was annotated the wrong way around.
This commit is contained in:
parent
7826729ab2
commit
fd2af972ed
6 changed files with 6 additions and 6 deletions
|
@ -2926,7 +2926,7 @@ VPU_INSTRUCTION(CVTPI2PS_xmm1_mm2m64);
|
|||
VPU_INSTRUCTION(CVTSI2SS_xmm1_rm32);
|
||||
VPU_INSTRUCTION(MOVNTPS_xmm1m128_xmm2);
|
||||
VPU_INSTRUCTION(CVTPS2PI_xmm1_mm2m64);
|
||||
VPU_INSTRUCTION(CVTSS2SI_xmm1_rm32);
|
||||
VPU_INSTRUCTION(CVTSS2SI_r32_xmm2m32);
|
||||
VPU_INSTRUCTION(UCOMISS_xmm1_xmm2m32);
|
||||
VPU_INSTRUCTION(COMISS_xmm1_xmm2m32);
|
||||
VPU_INSTRUCTION(MOVMSKPS_reg_xmm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue