/[qemu]/qemu/ops_template.h
ViewVC logotype

Diff of /qemu/ops_template.h

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

revision 1.16 by bellard, Thu May 8 15:42:38 2003 UTC revision 1.17 by bellard, Sat May 10 21:38:19 2003 UTC
# Line 204  static int glue(compute_all_shl, SUFFIX) Line 204  static int glue(compute_all_shl, SUFFIX)
204      return cf | pf | af | zf | sf | of;      return cf | pf | af | zf | sf | of;
205  }  }
206    
 #if DATA_BITS == 32  
207  static int glue(compute_c_shl, SUFFIX)(void)  static int glue(compute_c_shl, SUFFIX)(void)
208  {  {
209        return (CC_SRC >> (DATA_BITS - 1)) & CC_C;
210    }
211    
212    #if DATA_BITS == 32
213    static int glue(compute_c_sar, SUFFIX)(void)
214    {
215      return CC_SRC & 1;      return CC_SRC & 1;
216  }  }
217  #endif  #endif

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26