Browse Source

Merged revisions 6714 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk

r6714 (florian)
* fixed assembling of sse instructions on x86-64 with regs > xmm7

git-svn-id: branches/fixes_2_2@6716 -

florian 18 years ago
parent
commit
8504e81032
2 changed files with 155 additions and 155 deletions
  1. 154 154
      compiler/x86/x86ins.dat
  2. 1 1
      tests/test/tfpuover.pp

File diff suppressed because it is too large
+ 154 - 154
compiler/x86/x86ins.dat


+ 1 - 1
tests/test/tfpuover.pp

@@ -18,7 +18,7 @@ begin
 { Explanation a addnote needs the same number of fpu regs
 { Explanation a addnote needs the same number of fpu regs
   that the max fpu need of left and right node, unless
   that the max fpu need of left and right node, unless
   these two numbers are equal:
   these two numbers are equal:
-  this is the reason of the symetric form of this test code PM }
+  this is the reason of the symmetric form of this test code PM }
   z:=((((x+y)*(x-y))+((x+y)*(x-y)))+(((x+y)*(x-y))+((x+y)*(x-y)))+
   z:=((((x+y)*(x-y))+((x+y)*(x-y)))+(((x+y)*(x-y))+((x+y)*(x-y)))+
       (((x+y)*(x-y))+((x+y)*(x-y)))+(((x+y)*(x-y))+((x+y)*(x-y))))+
       (((x+y)*(x-y))+((x+y)*(x-y)))+(((x+y)*(x-y))+((x+y)*(x-y))))+
      ((((x+y)*(x-y))+((x+y)*(x-y)))+(((x+y)*(x-y))+((x+y)*(x-y)))+
      ((((x+y)*(x-y))+((x+y)*(x-y)))+(((x+y)*(x-y))+((x+y)*(x-y)))+

Some files were not shown because too many files changed in this diff