Skip to content

Commit 045fd17

Browse files
INSERTPS operand fixed
1 parent 475fad7 commit 045fd17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x86reference.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10094,13 +10094,13 @@ Should I add this comment?
1009410094
<syntax mod="mem">
1009510095
<mnem>INSERTPS</mnem>
1009610096
<dst><a>V</a><t>ps</t></dst>
10097-
<src><a>U</a><t>ps</t></src>
10097+
<src><a>M</a><t>d</t></src>
1009810098
<src><a>I</a><t>b</t></src>
1009910099
</syntax>
1010010100
<syntax mod="nomem">
1010110101
<mnem>INSERTPS</mnem>
1010210102
<dst><a>V</a><t>ps</t></dst>
10103-
<src><a>M</a><t>d</t></src>
10103+
<src><a>U</a><t>ps</t></src>
1010410104
<src><a>I</a><t>b</t></src>
1010510105
</syntax>
1010610106
<instr_ext>sse41</instr_ext>

0 commit comments

Comments
 (0)