/[qemu]/qemu/target-i386/cpu.h
ViewVC logotype

Diff of /qemu/target-i386/cpu.h

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

revision 1.3 by bellard, Wed Nov 12 23:23:42 2003 UTC revision 1.4 by bellard, Tue Dec 2 22:01:31 2003 UTC
# Line 184  Line 184 
184  enum {  enum {
185      CC_OP_DYNAMIC, /* must use dynamic code to get cc_op */      CC_OP_DYNAMIC, /* must use dynamic code to get cc_op */
186      CC_OP_EFLAGS,  /* all cc are explicitely computed, CC_SRC = flags */      CC_OP_EFLAGS,  /* all cc are explicitely computed, CC_SRC = flags */
187      CC_OP_MUL, /* modify all flags, C, O = (CC_SRC != 0) */  
188        CC_OP_MULB, /* modify all flags, C, O = (CC_SRC != 0) */
189        CC_OP_MULW,
190        CC_OP_MULL,
191    
192      CC_OP_ADDB, /* modify all flags, CC_DST = res, CC_SRC = src1 */      CC_OP_ADDB, /* modify all flags, CC_DST = res, CC_SRC = src1 */
193      CC_OP_ADDW,      CC_OP_ADDW,

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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