How many x86 instructions are there? (2016)
fgiesen.wordpress.com
How many x86 instructions are there? (2016)
1–10 of 92 posts
Re: How many x86 instructions are there? (2016)
#2Re: How many x86 instructions are there? (2016)
#3Re: How many x86 instructions are there? (2016)
#4Re: How many x86 instructions are there? (2016)
#5I feel sudden urge to write some assembly for fun. Have not done it for at least a couple of years I think.
Re: How many x86 instructions are there? (2016)
#6I feel sudden urge to write some assembly for fun. Have not done it for at least a couple of years I think.
Then when checking the results are half the speed of what the compiler spits out and the fun is gone. At least that's what happens to me...
Re: How many x86 instructions are there? (2016)
#7[1] https://github.com/Battelle/sandsifter
Re: How many x86 instructions are there? (2016)
#8Hopefully this will have either saved you a click or validated your time in reading the article.
Re: How many x86 instructions are there? (2016)
#9While having instructions for everything that are slow in early models but can be significantly improved in silicon over time is one way to look at CISC, I genuinely wonder how much silicon is spent on instructions that are so rarely used they'd be better in software.
Or to ask another way: how many instructions are in billions of x86 cores that rarely if ever get used? Hmmm...
Re: How many x86 instructions are there? (2016)
#10ARM has all these variations which make it seem as complicated as x86, but they are distict variations and future CPUs can for example drop 16 bit Thumb fairly clearly.