home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4675 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: TMapping again!
  5. Date: 3 Mar 1996 04:03:45 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Distribution: world
  8. Message-ID: <4hb5n1$r52@maureen.teleport.com>
  9. References: <38232686@kone.fipnet.fi> <4h0agu$6n9@maureen.teleport.com> <38232763@kone.fipnet.fi>
  10. NNTP-Posting-Host: julie.teleport.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Jyrki Saarinen (jsaarinen@kone.fipnet.fi) wrote:
  14.  
  15. : > : >  on x86 doing a 32bit immediate add is as fast as a reg to register
  16. : > : >  add?
  17. : > 
  18. : > : Should be, like on a 040.
  19. : > 
  20. : >  On the 040/030 , because of the code/data cache are separate the
  21. : >  CPU in '1' cycle can access both... but on the x86 I was not sure
  22. : >  it could do that. I dont think I will ever do serious x86 programming
  23. : >  but Its good to know things like this
  24.  
  25. : Hmm, I am not sure if add.l d0,d1 is as fast add.l #$12345678,d1
  26. : on the 68030. Propably not.
  27.  
  28.  Its not, I knew that it is on  the 040 and I assumed the same on the
  29.  030... but imediate cost you extra cycle.
  30.  
  31.  Stephan
  32.  
  33.