Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Borland Delphi > Re: Parallel ex...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 8 of 12 Topic 3727 of 3940
Post > Topic >>

Re: Parallel execution of carry dependent instructions ?

by ilya <asmdev@[EMAIL PROTECTED] > May 6, 2008 at 09:52 PM

On May 4, 9:54 am, "Skybuck Flying" <BloodySh...@[EMAIL PROTECTED]
> wrote:
> Hello,
>
> Suppose I write x86 code like so:
>
>   bt eax, 0
>   adc [edx], 0
>
>   bt eax, 1
>   adc [edx + 4], 0
>
>   bt eax, 2
>   adc [edx + 8], 0
>

> Bye,

I think you can forget about flags.

According to Agner Fog and his "instruction_tables" on PentiumM the 2
instruction will not be executed at the same time, and will take 2uop.
On Core2 arch they will be executed t the same time but still take
2uops.
Specify your CPUs people if you wanna talk about speed.
 




 12 Posts in Topic:
Parallel execution of carry dependent instructions ?
"Skybuck Flying"  2008-05-04 16:54:41 
Re: Parallel execution of carry dependent instructions ?
"Skybuck Flying"  2008-05-04 17:03:58 
Re: Parallel execution of carry dependent instructions ?
"Skybuck Flying"  2008-05-04 17:20:52 
Re: Parallel execution of carry dependent instructions ?
MitchAlsup <MitchAlsup  2008-05-04 10:45:23 
Re: Parallel execution of carry dependent instructions ?
Robert Redelmeier <red  2008-05-04 18:53:59 
Re: Parallel execution of carry dependent instructions ?
"Rod Pemberton"  2008-05-05 03:45:29 
Re: Parallel execution of carry dependent instructions ?
"Skybuck Flying"  2008-05-05 21:35:47 
Re: Parallel execution of carry dependent instructions ?
ilya <asmdev@[EMAIL PR  2008-05-06 21:52:35 
Re: Parallel execution of carry dependent instructions ?
"Terry Russell"  2008-05-08 21:49:38 
Re: Parallel execution of carry dependent instructions ?
Robert Redelmeier <red  2008-05-08 13:28:57 
Re: Parallel execution of carry dependent instructions ?
"Terry Russell"  2008-05-09 01:21:04 
Re: Parallel execution of carry dependent instructions ?
"Wolfgang Kern"  2008-05-08 23:01:23 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Oct 6 15:43:01 CDT 2008.