aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2021-03-29 12:06:43 +0200
committerJan Beulich <jbeulich@suse.com>2021-03-29 12:06:43 +0200
commitbbe1eca622b28a28a2ea486d77914e6c25d63ed8 (patch)
tree0dea3c6aa856ab21991ab4e7a7486ded571acd8f /opcodes/ChangeLog
parentc8cad9d389b76d19449d9190122472fa465476e5 (diff)
downloadgdb-bbe1eca622b28a28a2ea486d77914e6c25d63ed8.zip
gdb-bbe1eca622b28a28a2ea486d77914e6c25d63ed8.tar.gz
gdb-bbe1eca622b28a28a2ea486d77914e6c25d63ed8.tar.bz2
x86: move some opcode table entries
For a long time there hasn't been a need anymore to keep together all templates with identical mnemonics. Move the MOVQ and MOVABS ones next to their MOV counterparts. Move the string forms of CMPSD and MOVSD next to their CMPS / MOVS counterparts. Re-arrange what so fgar was the SSE3 section. This makes reasonably obvious that MONITOR/MWAIT aren't suitable to cover by CpuSSE3, but adjusting this is left for another time.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 1928cf7..81c0fa2 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,15 @@
2021-03-29 Jan Beulich <jbeulich@suse.com>
+ * i386-opc.tbl (movq, movabs): Move next to mov counterparts.
+ (cmpsd): Move next to cmps.
+ (movsd): Move next to movs.
+ (cmpxchg16b): Move to separate section.
+ (fisttp, fisttpll): Likewise.
+ (monitor, mwait): Likewise.
+ * i386-tbl.h: Re-generate.
+
+2021-03-29 Jan Beulich <jbeulich@suse.com>
+
* i386-opc.tbl (psadbw): Add <sse2:comm>.
(vpsadbw): Add C.
* i386-tbl.h: Re-generate.