本文介绍了多少说明在x86上的今天的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想了解最新的x86汇编
从所有通过老386条基本指令
所有的SSE补充至今

I am trying to learn up to date x86 assemblyall from old 386 base instructions throughall the sse additions till now

我在读一些类似的东西计数SSE5
170新的指令 - 并成为我
敦促知道其中有多少是
在present总

I am reading some things like SSE5 counts170 new instructions - and I becomeurged to know how many of them arein total on present

有些人可能会说,这ishard数
(becouse的是,其中一些
是接近,但工作在不同的
类型参数),但我认为它可以
计有一些合理的假设
怎么算有的一 - 既然如此,
anybode问题的答案

some may say that it ishard to count(becouse of that that some of themare close but works on differenttype arguments) but i think it can becounted with some reasonable assumptionshow to count some as a one - So couldanybode answer to that

最好是表多少
在每个处理器扩展指令它

the best would be the table how manyinstructions in each processor extension itwas

推荐答案

在这里看一看,此房源应该给你多少的说明添加到每个x86架构的想法。

Have a look here, this listing should give you an idea on how many instructions were added to each x86 architecture.

在任何情况下,不存在比官英特尔®64和IA-32架构软件开发人员手册。

In any case there is no better reference than the official Intel® 64 and IA-32 Architectures Software Developer’s Manual.

这篇关于多少说明在x86上的今天的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 19:21