48 CCFlagBits ccflags =
flags;
58 return !(!ccflags.ezf && ccflags.zf);
60 panic(
"This condition is not implemented!");
62 panic(
"This condition is not implemented!");
64 panic(
"This condition is not implemented!");
66 return !ccflags.ezf && ccflags.zf;
75 return ccflags.cf | ccflags.zf;
81 return ccflags.sf ^ ccflags.of;
83 return (ccflags.sf ^ ccflags.of) | ccflags.zf;
91 return !ccflags.ezf && ccflags.zf;
93 panic(
"This condition is not implemented!");
95 panic(
"This condition is not implemented!");
97 panic(
"This condition is not implemented!");
99 return !ccflags.ezf && !ccflags.zf;
108 return !(ccflags.cf | ccflags.zf);
114 return !(ccflags.sf ^ ccflags.of);
116 return !((ccflags.sf ^ ccflags.of) | ccflags.zf);
118 panic(
"Unknown condition: %d\n", condition);