Skip to content

Commit 475fad7

Browse files
PINSRB Mod field value fixed
1 parent 82d44a3 commit 475fad7

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
@@ -10065,15 +10065,15 @@ Should I add this comment?
1006510065
<pref>66</pref>
1006610066
<sec_opcd escape="yes">20</sec_opcd>
1006710067
<proc_start lat_step="yes">12</proc_start>
10068-
<syntax mod="nomem">
10068+
<syntax mod="mem">
1006910069
<mnem>PINSRB</mnem>
1007010070
<dst><a>V</a><t>dq</t></dst>
1007110071
<src><a>M</a><t>b</t></src>
1007210072
<src><a>I</a><t>b</t></src>
1007310073
</syntax>
1007410074
<!-- to keep the syntax of SSE zero-extending instructions
1007510075
consistent, Rdqp must be used instead of just Rd -->
10076-
<syntax mod="mem">
10076+
<syntax mod="nomem">
1007710077
<mnem>PINSRB</mnem>
1007810078
<dst><a>V</a><t>dq</t></dst>
1007910079
<src><a>R</a><t>dqp</t></src> <!-- effective type is 'b' -->

0 commit comments

Comments
 (0)