/[gxemul]/trunk/src/cpus/cpu_ia64_instr.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/cpus/cpu_ia64_instr.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 19 by dpavlin, Mon Oct 8 16:18:51 2007 UTC revision 20 by dpavlin, Mon Oct 8 16:19:23 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: cpu_ia64_instr.c,v 1.1 2005/08/29 14:36:41 debug Exp $   *  $Id: cpu_ia64_instr.c,v 1.2 2005/11/06 22:41:12 debug Exp $
29   *   *
30   *  IA64 instructions.   *  IA64 instructions.
31   *   *
# Line 61  X(end_of_page) Line 61  X(end_of_page)
61  }  }
62    
63    
 /*****************************************************************************/  
   
   
 /*  
  *  ia64_combine_instructions():  
  *  
  *  Combine two or more instructions, if possible, into a single function call.  
  */  
 void ia64_combine_instructions(struct cpu *cpu, struct ia64_instr_call *ic,  
         uint64_t addr)  
 {  
         int n_back;  
         n_back = (addr >> 4) & (IA64_IC_ENTRIES_PER_PAGE-1);  
   
         if (n_back >= 1) {  
         }  
   
         /*  TODO: Combine forward as well  */  
 }  
   
   
64  /*****************************************************************************/  /*****************************************************************************/
65    
66    

Legend:
Removed from v.19  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC 1.1.26