x86: drop left-over 4-way alternative disassembler templates
Commit 7c52e0e865
, dropping the general concept of 4-way alternatives,
for whatever reason, omitted cleaning up these two instances.
This commit is contained in:
parent
c423d21a43
commit
464dc4af9a
@ -1,3 +1,7 @@
|
|||||||
|
2020-06-25 Jan Beulich <jbeulich@suse.com>
|
||||||
|
|
||||||
|
* i386-dis.c: (float_mem): Reduce alternatives for fstpt and fldpt.
|
||||||
|
|
||||||
2020-06-25 Jan Beulich <jbeulich@suse.com>
|
2020-06-25 Jan Beulich <jbeulich@suse.com>
|
||||||
|
|
||||||
* i386-dis.c: Adjust description of "LQ" macro.
|
* i386-dis.c: Adjust description of "LQ" macro.
|
||||||
|
@ -12342,9 +12342,9 @@ static const char *float_mem[] = {
|
|||||||
"fist{l|}",
|
"fist{l|}",
|
||||||
"fistp{l|}",
|
"fistp{l|}",
|
||||||
"(bad)",
|
"(bad)",
|
||||||
"fld{t||t|}",
|
"fld{t|}",
|
||||||
"(bad)",
|
"(bad)",
|
||||||
"fstp{t||t|}",
|
"fstp{t|}",
|
||||||
/* dc */
|
/* dc */
|
||||||
"fadd{l|}",
|
"fadd{l|}",
|
||||||
"fmul{l|}",
|
"fmul{l|}",
|
||||||
|
Loading…
Reference in New Issue
Block a user