Skip to content

Commit 48e324c

Browse files
added note to various instructions operating on FP operands that are indicated as integer ones (reported by Kashio)
1 parent 83b1c4e commit 48e324c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

x86reference.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7154,6 +7154,10 @@
71547154
<!-- 0F12 -->
71557155

71567156
<pri_opcd value="12">
7157+
<!-- although these instructions operate on packed FP values, -->
7158+
<!-- Intel manual indicates the operands with integer types; this is presumably because -->
7159+
<!-- the operands are treated as integers during the move operation -->
7160+
71577161
<entry r="yes" mod="nomem">
71587162
<proc_start>09</proc_start>
71597163
<syntax>
@@ -7282,6 +7286,10 @@
72827286
</pri_opcd>
72837287

72847288
<pri_opcd value="15">
7289+
<!-- although these instructions operate on packed FP values, -->
7290+
<!-- Intel manual indicates the operand with integer type; this is presumably because -->
7291+
<!-- the operand is treated as integer during the move operation -->
7292+
72857293
<entry r="yes">
72867294
<proc_start>09</proc_start>
72877295
<syntax>
@@ -7352,6 +7360,9 @@
73527360
</entry>
73537361

73547362
<entry r="yes">
7363+
<!-- although this instruction operates on packed FP values, -->
7364+
<!-- Intel manual indicates the operands with integer types; this is presumably because -->
7365+
<!-- the operands are treated as integers during the move operation -->
73557366
<pref>F3</pref>
73567367
<proc_start lat_step="yes">10</proc_start>
73577368
<syntax>

0 commit comments

Comments
 (0)