dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/doc unrolling.txt,1.5,1.6


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/doc unrolling.txt,1.5,1.6
Date: Sun, 10 Aug 2003 02:27:15 -0400

Update of /cvsroot/dotgnu-pnet/pnet/doc
In directory subversions:/tmp/cvs-serv10731

Modified Files:
        unrolling.txt 
Log Message:


Forgot to document the change to md_cmp_reg_imm_word_32.


Index: unrolling.txt
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/doc/unrolling.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** unrolling.txt       10 Aug 2003 06:20:09 -0000      1.5
--- unrolling.txt       10 Aug 2003 06:27:13 -0000      1.6
***************
*** 462,466 ****
        The "cond" argument hints to the code generator as to what kind of
        condition will be tested for in a subsequent branch instruction.
- 
        This is needed on some CPU's (e.g. PPC and ia64) to modify the manner
        in which the condition codes are set.
--- 462,465 ----
***************
*** 471,477 ****
      Set the condition codes based on comparing "reg" against NULL or zero.
  
! md_cmp_reg_imm_word_32(inst, reg, imm)
  
      Set the condition codes based on comparing "reg" against "imm".
  
  md_branch_eq(inst)
--- 470,480 ----
      Set the condition codes based on comparing "reg" against NULL or zero.
  
! md_cmp_reg_imm_word_32(inst, cond, reg, imm)
  
      Set the condition codes based on comparing "reg" against "imm".
+       The "cond" argument hints to the code generator as to what kind of
+       condition will be tested for in a subsequent branch instruction.
+       This is needed on some CPU's (e.g. PPC and ia64) to modify the manner
+       in which the condition codes are set.
  
  md_branch_eq(inst)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]