i586 instructions on Cyrix 686 and AMD K5 processors

M

Mark Hobley

Can anyone tell me if the following instructions are supported on the
AMD K5 and the original Cyrix 686 processors?

cmpxchg8b
rdmsr
rdtsc
rsm
wrmsr

Mark.
 
Y

Yousuf Khan

Mark said:
Can anyone tell me if the following instructions are supported on the
AMD K5 and the original Cyrix 686 processors?

cmpxchg8b
rdmsr
rdtsc
rsm
wrmsr


Check out the CPUID instruction, that will give you all you need to know
about which instructions come with what. If the CPUID instruction itself
is not supported, then you can only think of the processor as 486-class
or lower.

Yousuf Khan
 
M

Mark Hobley

Yousuf Khan said:
Check out the CPUID instruction, that will give you all you need to know
about which instructions come with what.

Thanks. But unfortunately, it only tells me about the machine that I run
in on. I am working on some documentation and making some kernel bug fixes
for such machines and I need accurate information about the presence or
absence of those specific instructions on various Cyrix 686 and AMD K5
and K6 series processors.

Mark.
 
Y

YKhan

Thanks. But unfortunately, it only tells me about the machine that I run
in on. I am working on some documentation and making some kernel bug fixes
for such machines and I need accurate information about the presence or
absence of those specific instructions on various Cyrix 686 and AMD K5
and K6 series processors.

Mark.

Try here:
x86 - Wikipedia, the free encyclopedia
http://en.wikipedia.org/wiki/X86
 
Y

Yousuf Khan

Mark said:
Yeah. Unfortunately that information is not entirely accurate. The
Wikipedia table is one of the articles that I am working on. :p

Cheers,

Mark.

There was a website called sandpile.org or something like that. Had a
lot of info on older x86 processors.

Yousuf Khan
 
M

Mark Hobley

Yousuf Khan said:
There was a website called sandpile.org or something like that. Had a
lot of info on older x86 processors.

Yeah. I've been there too. Unfortunately, the links to the programmers
reference manuals that I require do not work.

Mark.
 
F

Franc Zabkar

Yeah. I've been there too. Unfortunately, the links to the programmers
reference manuals that I require do not work.

Mark.

Can you tell us which document numbers you need? I have some old AMD
CD-ROMs that may have this information. Not sure about Cyrix, though.

- Franc Zabkar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top