Fix swapgs instruction.
This commit is contained in:
parent
174f1a392e
commit
77ab85cb32
|
@ -1,3 +1,7 @@
|
||||||
|
2001-01-24 Karsten Keil <kkeil@suse.de>
|
||||||
|
|
||||||
|
* i386.h (i386_optab): Fix swapgs
|
||||||
|
|
||||||
2001-01-14 Alan Modra <alan@linuxcare.com.au>
|
2001-01-14 Alan Modra <alan@linuxcare.com.au>
|
||||||
|
|
||||||
* hppa.h: Describe new '<' and '>' operand types, and tidy
|
* hppa.h: Describe new '<' and '>' operand types, and tidy
|
||||||
|
|
|
@ -1304,9 +1304,9 @@ static const template i386_optab[] = {
|
||||||
{"pswapd", 2, 0x0f0f, 0xbb, Cpu3dnow|Cpu686, FP|Modrm|ImmExt, { RegMMX|LongMem, RegMMX, 0 } },
|
{"pswapd", 2, 0x0f0f, 0xbb, Cpu3dnow|Cpu686, FP|Modrm|ImmExt, { RegMMX|LongMem, RegMMX, 0 } },
|
||||||
|
|
||||||
/* AMD extensions. */
|
/* AMD extensions. */
|
||||||
{"syscall", 0,0x0f05, X, CpuK6, NoSuf, { 0, 0, 0} },
|
{"syscall", 0, 0x0f05, X, CpuK6, NoSuf, { 0, 0, 0} },
|
||||||
{"sysret", 0,0x0f07, X, CpuK6, lq_Suf|DefaultSize, { 0, 0, 0} },
|
{"sysret", 0, 0x0f07, X, CpuK6, lq_Suf|DefaultSize, { 0, 0, 0} },
|
||||||
{"swapgs", 0,0x0f01, 7, Cpu64, NoSuf, { 0, 0, 0} },
|
{"swapgs", 0, 0x0f01, 0xf8, Cpu64, NoSuf|ImmExt, { 0, 0, 0} },
|
||||||
|
|
||||||
/* sentinel */
|
/* sentinel */
|
||||||
{NULL, 0, 0, 0, 0, 0, { 0, 0, 0} }
|
{NULL, 0, 0, 0, 0, 0, { 0, 0, 0} }
|
||||||
|
|
Loading…
Reference in New Issue