Skip to content

Commit

Permalink
MMX CVTPS2PI swap datatypes on operands.
Browse files Browse the repository at this point in the history
 * intelxed#123

Change-Id: Icfbbd39ede958dd1205c032fd290167136d422e7
  • Loading branch information
mjcharne authored and markcharney committed Mar 16, 2018
1 parent 3c96a6f commit 6ef7829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafiles/xed-isa.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11068,9 +11068,9 @@ CATEGORY : CONVERT
EXTENSION : SSE
ATTRIBUTES : MXCSR MMX_EXCEPT NOTSX
PATTERN : 0x0F 0x2D no_refining_prefix MOD[mm] MOD!=3 REG[rrr] RM[nnn] MODRM()
OPERANDS : REG0=MMX_R():w:q:f32 MEM0:r:q:i32
OPERANDS : REG0=MMX_R():w:q:i32 MEM0:r:q:f32
PATTERN : 0x0F 0x2D no_refining_prefix MOD[0b11] MOD=3 REG[rrr] RM[nnn]
OPERANDS : REG0=MMX_R():w:q:f32 REG1=XMM_B():r:q:i32
OPERANDS : REG0=MMX_R():w:q:i32 REG1=XMM_B():r:q:f32
}
{
ICLASS : UCOMISS
Expand Down

0 comments on commit 6ef7829

Please sign in to comment.