x86asm.net
Message board for the users of x86asm.net
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Intel Instruction set power dissipation profile.

 
Post new topic   Reply to topic    x86asm.net Forum Index -> Other Assembly Discussions
View previous topic :: View next topic  
Author Message
kt.chocofudge



Joined: 09 Jul 2009
Posts: 1

PostPosted: Thu Jul 09, 2009 8:46 am    Post subject: Intel Instruction set power dissipation profile. Reply with quote

Hi,
I am an undergrad student newly introduced to the x86 ISA.

I am curious: Given an instruction Eg: MOV, It has several variants as far as data movement is concerned.

How different will the power dissipation numbers be for two different variants of the same instruction?
1) MOV R1, R2
2) MOV R1, MEM ....?

Where can I get information on this?

Thanks.
Back to top
View user's profile Send private message
MazeGen
Site Admin


Joined: 05 Sep 2007
Posts: 98
Location: .cz

PostPosted: Mon Jul 13, 2009 10:15 am    Post subject: Reply with quote

Hello kt.chocofudge,

if you mean how much slower is memory operand access, it depends on many factors. If it is in L1 cache, it should be as fast as register operand. If it is not cached, it tooks longer time. And if the memory was paged out, it takes a lot of time.

I suggest Agner Fog's optimization manuals for further reading.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    x86asm.net Forum Index -> Other Assembly Discussions All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group