* tc-i386.h (CpuK6, CpuAthlon, CpuSledgehammer, CpuMMX, Cpu3dnow,

CpuUnknown): Renumber
	(CpuP4, CpuSSE2): New.
	(CpuUnknownFlags): Add CpuP4 and CpuSSE2

	* i386.h (i386_optab): Fix 64bit pushf template; Add instructions
	introduced by Pentium4
This commit is contained in:
Jan Hubicka
2001-01-03 15:36:26 +00:00
parent c79ec95060
commit 234ad742b1
2 changed files with 173 additions and 4 deletions

View File

@ -1,3 +1,8 @@
Wed Jan 3 16:27:15 MET 2001 Jan hubicka <jh@suse.cz>
* i386.h (i386_optab): Fix 64bit pushf template; Add instructions
introduced by Pentium4
Sat Dec 30 19:03:15 MET 2000 Jan hubicka <jh@suse.cz>
* i386.h (i386_optab): Add "rex*" instructions;