725 |
|
start_brace (); |
726 |
|
printf ("\tuae_u32 %s;\n", value); |
727 |
|
break; |
728 |
– |
|
728 |
|
default: |
729 |
|
break; |
730 |
|
} |
745 |
|
} |
746 |
|
printf ("\t}\n"); |
747 |
|
return; |
748 |
+ |
|
749 |
|
case flag_logical: |
750 |
|
if (strcmp (value, "0") == 0) { |
751 |
|
printf ("\tSET_CZNV (FLAGVAL_Z);\n"); |
786 |
|
break; |
787 |
|
} |
788 |
|
#endif |
789 |
– |
|
789 |
|
genflags_normal (type, size, value, src, dst); |
790 |
|
} |
791 |
|
|
956 |
|
printf ("\tuae_u16 newv_hi = (src & 0xF0) + (dst & 0xF0);\n"); |
957 |
|
printf ("\tuae_u16 newv, tmp_newv;\n"); |
958 |
|
printf ("\tint cflg;\n"); |
959 |
< |
printf ("\tnewv = tmp_newv = newv_hi + newv_lo;"); |
959 |
> |
printf ("\tnewv = tmp_newv = newv_hi + newv_lo;\n"); |
960 |
|
printf ("\tif (newv_lo > 9) { newv += 6; }\n"); |
961 |
|
printf ("\tcflg = (newv & 0x3F0) > 0x90;\n"); |
962 |
|
printf ("\tif (cflg) newv += 0x60;\n"); |
988 |
|
printf ("\tuae_u16 newv;\n"); |
989 |
|
printf ("\tint cflg;\n"); |
990 |
|
printf ("\tif (newv_lo > 9) { newv_lo -= 6; }\n"); |
991 |
< |
printf ("\tnewv = newv_hi + newv_lo;"); |
991 |
> |
printf ("\tnewv = newv_hi + newv_lo;\n"); |
992 |
|
printf ("\tcflg = (newv & 0x1F0) > 0x90;\n"); |
993 |
|
printf ("\tif (cflg) newv -= 0x60;\n"); |
994 |
|
printf ("\tSET_CFLG (cflg);\n"); |
1200 |
|
printf ("\tif ((format & 0xF000) == 0x0000) { break; }\n"); |
1201 |
|
printf ("\telse if ((format & 0xF000) == 0x1000) { ; }\n"); |
1202 |
|
printf ("\telse if ((format & 0xF000) == 0x2000) { m68k_areg(regs, 7) += 4; break; }\n"); |
1203 |
+ |
/* gb-- the next two lines are deleted in Bernie's gencpu.c */ |
1204 |
|
printf ("\telse if ((format & 0xF000) == 0x3000) { m68k_areg(regs, 7) += 4; break; }\n"); |
1205 |
|
printf ("\telse if ((format & 0xF000) == 0x7000) { m68k_areg(regs, 7) += 52; break; }\n"); |
1206 |
|
printf ("\telse if ((format & 0xF000) == 0x8000) { m68k_areg(regs, 7) += 50; break; }\n"); |
1289 |
|
m68k_pc_offset = 0; |
1290 |
|
break; |
1291 |
|
case i_Bcc: |
1292 |
+ |
if (0 && !using_prefetch && !using_exception_3 && (cpu_level >= 2)) { |
1293 |
+ |
/* gb-- variant probably more favorable to compiler optimizations |
1294 |
+ |
also assumes no prefetch buffer is used |
1295 |
+ |
Hmm, that would make sense with processors capable of conditional moves */ |
1296 |
+ |
if (curi->size == sz_long && next_cpu_level < 1) |
1297 |
+ |
next_cpu_level = 1; |
1298 |
+ |
genamode (curi->smode, "srcreg", curi->size, "src", 1, 0); |
1299 |
+ |
printf ("\tm68k_incpc (cctrue(%d) ? ((uae_s32)src + 2) : %d);\n", curi->cc, m68k_pc_offset); |
1300 |
+ |
m68k_pc_offset = 0; |
1301 |
+ |
} |
1302 |
+ |
else { |
1303 |
+ |
/* original code for branch instructions */ |
1304 |
|
if (curi->size == sz_long) { |
1305 |
|
if (cpu_level < 2) { |
1306 |
|
printf ("\tm68k_incpc(2);\n"); |
1324 |
|
printf ("\t}\n"); |
1325 |
|
need_endlabel = 1; |
1326 |
|
} |
1315 |
– |
#ifdef USE_COMPILER |
1316 |
– |
printf ("\tm68k_setpc_bcc(m68k_getpc() + 2 + (uae_s32)src);\n"); |
1317 |
– |
#else |
1327 |
|
printf ("\tm68k_incpc ((uae_s32)src + 2);\n"); |
1319 |
– |
#endif |
1328 |
|
fill_prefetch_0 (); |
1329 |
< |
printf ("\tgoto %s;\n", endlabelstr); |
1329 |
> |
printf ("return;\n"); |
1330 |
|
printf ("didnt_jump:;\n"); |
1331 |
|
need_endlabel = 1; |
1332 |
+ |
} |
1333 |
|
break; |
1334 |
|
case i_LEA: |
1335 |
|
genamode (curi->smode, "srcreg", curi->size, "src", 0, 0); |
1357 |
|
printf ("\t\t}\n"); |
1358 |
|
need_endlabel = 1; |
1359 |
|
} |
1351 |
– |
#ifdef USE_COMPILER |
1352 |
– |
printf ("\t\t\tm68k_setpc_bcc(m68k_getpc() + (uae_s32)offs + 2);\n"); |
1353 |
– |
#else |
1360 |
|
printf ("\t\t\tm68k_incpc((uae_s32)offs + 2);\n"); |
1355 |
– |
#endif |
1361 |
|
fill_prefetch_0 (); |
1362 |
< |
printf ("\t\tgoto %s;\n", endlabelstr); |
1362 |
> |
printf ("return;\n"); |
1363 |
|
printf ("\t\t}\n"); |
1364 |
|
printf ("\t}\n"); |
1365 |
|
need_endlabel = 1; |
1457 |
|
abort (); |
1458 |
|
} |
1459 |
|
printf ("\tSET_ZFLG (upper == reg || lower == reg);\n"); |
1460 |
< |
printf ("\tSET_CFLG (lower <= upper ? reg < lower || reg > upper : reg > upper || reg < lower);\n"); |
1460 |
> |
printf ("\tSET_CFLG_ALWAYS (lower <= upper ? reg < lower || reg > upper : reg > upper || reg < lower);\n"); |
1461 |
|
printf ("\tif ((extra & 0x800) && GET_CFLG) { Exception(6,oldpc); goto %s; }\n}\n", endlabelstr); |
1462 |
|
need_endlabel = 1; |
1463 |
|
break; |
1994 |
|
printf ("\ttmp = (bf0 << (offset & 7)) | (bf1 >> (8 - (offset & 7)));\n"); |
1995 |
|
} |
1996 |
|
printf ("\ttmp >>= (32 - width);\n"); |
1997 |
< |
printf ("\tSET_NFLG (tmp & (1 << (width-1)) ? 1 : 0);\n"); |
1997 |
> |
printf ("\tSET_NFLG_ALWAYS (tmp & (1 << (width-1)) ? 1 : 0);\n"); |
1998 |
|
printf ("\tSET_ZFLG (tmp == 0); SET_VFLG (0); SET_CFLG (0);\n"); |
1999 |
|
switch (curi->mnemo) { |
2000 |
|
case i_BFTST: |
2022 |
|
break; |
2023 |
|
case i_BFINS: |
2024 |
|
printf ("\ttmp = m68k_dreg(regs, (extra >> 12) & 7);\n"); |
2025 |
+ |
printf ("\tSET_NFLG_ALWAYS (tmp & (1 << (width - 1)) ? 1 : 0);\n"); |
2026 |
+ |
printf ("\tSET_ZFLG (tmp == 0);\n"); |
2027 |
|
break; |
2028 |
|
default: |
2029 |
|
break; |
2094 |
|
genamode (curi->smode, "srcreg", curi->size, "extra", 1, 0); |
2095 |
|
sync_m68k_pc (); |
2096 |
|
swap_opcode (); |
2097 |
< |
printf ("\tfpp_opp(opcode,extra);\n"); |
2097 |
> |
printf ("\tfpuop_arithmetic(opcode, extra);\n"); |
2098 |
|
break; |
2099 |
|
case i_FDBcc: |
2100 |
|
genamode (curi->smode, "srcreg", curi->size, "extra", 1, 0); |
2101 |
|
sync_m68k_pc (); |
2102 |
|
swap_opcode (); |
2103 |
< |
printf ("\tfdbcc_opp(opcode,extra);\n"); |
2103 |
> |
printf ("\tfpuop_dbcc(opcode, extra);\n"); |
2104 |
|
break; |
2105 |
|
case i_FScc: |
2106 |
|
genamode (curi->smode, "srcreg", curi->size, "extra", 1, 0); |
2107 |
|
sync_m68k_pc (); |
2108 |
|
swap_opcode (); |
2109 |
< |
printf ("\tfscc_opp(opcode,extra);\n"); |
2109 |
> |
printf ("\tfpuop_scc(opcode,extra);\n"); |
2110 |
|
break; |
2111 |
|
case i_FTRAPcc: |
2112 |
|
sync_m68k_pc (); |
2116 |
|
genamode (curi->smode, "srcreg", curi->size, "dummy", 1, 0); |
2117 |
|
sync_m68k_pc (); |
2118 |
|
swap_opcode (); |
2119 |
< |
printf ("\tftrapcc_opp(opcode,oldpc);\n"); |
2119 |
> |
printf ("\tfpuop_trapcc(opcode,oldpc);\n"); |
2120 |
|
break; |
2121 |
|
case i_FBcc: |
2122 |
|
sync_m68k_pc (); |
2125 |
|
genamode (curi->dmode, "srcreg", curi->size, "extra", 1, 0); |
2126 |
|
sync_m68k_pc (); |
2127 |
|
swap_opcode (); |
2128 |
< |
printf ("\tfbcc_opp(opcode,pc,extra);\n"); |
2128 |
> |
printf ("\tfpuop_bcc(opcode,pc,extra);\n"); |
2129 |
|
break; |
2130 |
|
case i_FSAVE: |
2131 |
|
sync_m68k_pc (); |
2132 |
|
swap_opcode (); |
2133 |
< |
printf ("\tfsave_opp(opcode);\n"); |
2133 |
> |
printf ("\tfpuop_save(opcode);\n"); |
2134 |
|
break; |
2135 |
|
case i_FRESTORE: |
2136 |
|
sync_m68k_pc (); |
2137 |
|
swap_opcode (); |
2138 |
< |
printf ("\tfrestore_opp(opcode);\n"); |
2138 |
> |
printf ("\tfpuop_restore(opcode);\n"); |
2139 |
|
break; |
2140 |
|
case i_CINVL: |
2141 |
|
case i_CINVP: |
2142 |
|
case i_CINVA: |
2143 |
+ |
/* gb-- srcreg now contains the cache field */ |
2144 |
+ |
printf ("\tif (srcreg&0x2)\n"); |
2145 |
+ |
printf ("\t\tflush_icache(%d);\n", 30 + ((opcode >> 3) & 3)); |
2146 |
+ |
break; |
2147 |
|
case i_CPUSHL: |
2148 |
|
case i_CPUSHP: |
2149 |
|
case i_CPUSHA: |
2150 |
+ |
/* gb-- srcreg now contains the cache field */ |
2151 |
+ |
printf ("\tif (srcreg&0x2)\n"); |
2152 |
+ |
printf ("\t\tflush_icache(%d);\n", 40 + ((opcode >> 3) & 3)); |
2153 |
|
break; |
2154 |
|
case i_MOVE16: |
2155 |
|
if ((opcode & 0xfff8) == 0xf620) { |
2187 |
|
swap_opcode (); |
2188 |
|
printf ("\tmmu_op(opcode,extra);\n"); |
2189 |
|
break; |
2190 |
+ |
|
2191 |
+ |
case i_EMULOP_RETURN: |
2192 |
+ |
printf ("\tm68k_emulop_return();\n"); |
2193 |
+ |
m68k_pc_offset = 0; |
2194 |
+ |
break; |
2195 |
+ |
|
2196 |
+ |
case i_EMULOP: |
2197 |
+ |
printf ("\n"); |
2198 |
+ |
swap_opcode (); |
2199 |
+ |
printf ("\tm68k_emulop(opcode);\n"); |
2200 |
+ |
break; |
2201 |
+ |
|
2202 |
|
default: |
2203 |
|
abort (); |
2204 |
|
break; |
2210 |
|
static void generate_includes (FILE * f) |
2211 |
|
{ |
2212 |
|
fprintf (f, "#include \"sysdeps.h\"\n"); |
2213 |
+ |
|
2214 |
|
fprintf (f, "#include \"m68k.h\"\n"); |
2215 |
|
fprintf (f, "#include \"memory.h\"\n"); |
2216 |
|
fprintf (f, "#include \"readcpu.h\"\n"); |
2217 |
|
fprintf (f, "#include \"newcpu.h\"\n"); |
2218 |
+ |
fprintf (f, "#include \"compiler/compemu.h\"\n"); |
2219 |
+ |
fprintf (f, "#include \"fpu/fpu.h\"\n"); |
2220 |
|
fprintf (f, "#include \"cputbl.h\"\n"); |
2221 |
+ |
|
2222 |
+ |
fprintf (f, "#define SET_CFLG_ALWAYS(x) SET_CFLG(x)\n"); |
2223 |
+ |
fprintf (f, "#define SET_NFLG_ALWAYS(x) SET_NFLG(x)\n"); |
2224 |
+ |
fprintf (f, "#define CPUFUNC_FF(x) x##_ff\n"); |
2225 |
+ |
fprintf (f, "#define CPUFUNC_NF(x) x##_nf\n"); |
2226 |
+ |
fprintf (f, "#define CPUFUNC(x) CPUFUNC_FF(x)\n"); |
2227 |
+ |
|
2228 |
+ |
fprintf (f, "#ifdef NOFLAGS\n"); |
2229 |
+ |
fprintf (f, "# include \"noflags.h\"\n"); |
2230 |
+ |
fprintf (f, "#endif\n"); |
2231 |
|
} |
2232 |
|
|
2233 |
|
static int postfix; |
2251 |
|
return; |
2252 |
|
|
2253 |
|
if (opcode_next_clev[rp] != cpu_level) { |
2254 |
< |
fprintf (stblfile, "{ op_%lx_%d, 0, %ld }, /* %s */\n", opcode, opcode_last_postfix[rp], |
2254 |
> |
if (table68k[opcode].flagdead == 0) |
2255 |
> |
/* force to the "ff" variant since the instruction doesn't set at all the condition codes */ |
2256 |
> |
fprintf (stblfile, "{ CPUFUNC_FF(op_%lx_%d), 0, %ld }, /* %s */\n", opcode, opcode_last_postfix[rp], |
2257 |
> |
opcode, lookuptab[i].name); |
2258 |
> |
else |
2259 |
> |
fprintf (stblfile, "{ CPUFUNC(op_%lx_%d), 0, %ld }, /* %s */\n", opcode, opcode_last_postfix[rp], |
2260 |
|
opcode, lookuptab[i].name); |
2261 |
|
return; |
2262 |
|
} |
2263 |
< |
fprintf (stblfile, "{ op_%lx_%d, 0, %ld }, /* %s */\n", opcode, postfix, opcode, lookuptab[i].name); |
2264 |
< |
fprintf (headerfile, "extern cpuop_func op_%lx_%d;\n", opcode, postfix); |
2265 |
< |
printf ("void REGPARAM2 op_%lx_%d(uae_u32 opcode) /* %s */\n{\n", opcode, postfix, lookuptab[i].name); |
2263 |
> |
|
2264 |
> |
if (table68k[opcode].flagdead == 0) |
2265 |
> |
/* force to the "ff" variant since the instruction doesn't set at all the condition codes */ |
2266 |
> |
fprintf (stblfile, "{ CPUFUNC_FF(op_%lx_%d), 0, %ld }, /* %s */\n", opcode, postfix, opcode, lookuptab[i].name); |
2267 |
> |
else |
2268 |
> |
fprintf (stblfile, "{ CPUFUNC(op_%lx_%d), 0, %ld }, /* %s */\n", opcode, postfix, opcode, lookuptab[i].name); |
2269 |
> |
|
2270 |
> |
fprintf (headerfile, "extern cpuop_func op_%lx_%d_nf;\n", opcode, postfix); |
2271 |
> |
fprintf (headerfile, "extern cpuop_func op_%lx_%d_ff;\n", opcode, postfix); |
2272 |
> |
|
2273 |
> |
/* gb-- The "nf" variant for an instruction that doesn't set the condition |
2274 |
> |
codes at all is the same as the "ff" variant, so we don't need the "nf" |
2275 |
> |
variant to be compiled since it is mapped to the "ff" variant in the |
2276 |
> |
smalltbl. */ |
2277 |
> |
if (table68k[opcode].flagdead == 0) |
2278 |
> |
printf ("#ifndef NOFLAGS\n"); |
2279 |
> |
|
2280 |
> |
printf ("void REGPARAM2 CPUFUNC(op_%lx_%d)(uae_u32 opcode) /* %s */\n{\n", opcode, postfix, lookuptab[i].name); |
2281 |
> |
printf ("\tcpuop_begin();\n"); |
2282 |
|
|
2283 |
|
switch (table68k[opcode].stype) { |
2284 |
|
case 0: smsk = 7; break; |
2287 |
|
case 3: smsk = 7; break; |
2288 |
|
case 4: smsk = 7; break; |
2289 |
|
case 5: smsk = 63; break; |
2290 |
+ |
case 6: smsk = 255; break; |
2291 |
|
case 7: smsk = 3; break; |
2292 |
|
default: abort (); |
2293 |
|
} |
2298 |
|
&& table68k[opcode].smode != imm && table68k[opcode].smode != imm0 |
2299 |
|
&& table68k[opcode].smode != imm1 && table68k[opcode].smode != imm2 |
2300 |
|
&& table68k[opcode].smode != absw && table68k[opcode].smode != absl |
2301 |
< |
&& table68k[opcode].smode != PC8r && table68k[opcode].smode != PC16) |
2301 |
> |
&& table68k[opcode].smode != PC8r && table68k[opcode].smode != PC16 |
2302 |
> |
/* gb-- We don't want to fetch the EmulOp code since the EmulOp() |
2303 |
> |
routine uses the whole opcode value. Maybe all the EmulOps |
2304 |
> |
could be expanded out but I don't think it is an improvement */ |
2305 |
> |
&& table68k[opcode].stype != 6 |
2306 |
> |
) |
2307 |
|
{ |
2308 |
|
if (table68k[opcode].spos == -1) { |
2309 |
|
if (((int) table68k[opcode].sreg) >= 128) |
2399 |
|
gen_opcode (opcode); |
2400 |
|
if (need_endlabel) |
2401 |
|
printf ("%s: ;\n", endlabelstr); |
2402 |
+ |
printf ("\tcpuop_end();\n"); |
2403 |
|
printf ("}\n"); |
2404 |
+ |
if (table68k[opcode].flagdead == 0) |
2405 |
+ |
printf ("\n#endif\n"); |
2406 |
|
opcode_next_clev[rp] = next_cpu_level; |
2407 |
|
opcode_last_postfix[rp] = postfix; |
2408 |
|
} |
2429 |
|
opcode_next_clev[rp] = 0; |
2430 |
|
} |
2431 |
|
postfix = i; |
2432 |
< |
fprintf (stblfile, "struct cputbl op_smalltbl_%d[] = {\n", postfix); |
2432 |
> |
fprintf (stblfile, "struct cputbl CPUFUNC(op_smalltbl_%d)[] = {\n", postfix); |
2433 |
|
|
2434 |
|
/* sam: this is for people with low memory (eg. me :)) */ |
2435 |
|
printf ("\n" |
2463 |
|
|
2464 |
|
int main (int argc, char **argv) |
2465 |
|
{ |
2466 |
+ |
FILE *out; |
2467 |
|
read_table68k (); |
2468 |
|
do_merges (); |
2469 |
|
|
2477 |
|
* cputbl.h that way), but cpuopti can't cope. That could be fixed, but |
2478 |
|
* I don't dare to touch the 68k version. */ |
2479 |
|
|
2480 |
< |
headerfile = fopen ("cputbl.h", "wb"); |
2481 |
< |
stblfile = fopen ("cpustbl.cpp", "wb"); |
2482 |
< |
freopen ("cpuemu.cpp", "wb", stdout); |
2480 |
> |
headerfile = fopen ("cputbl.h", "w"); |
2481 |
> |
stblfile = fopen ("cpustbl.cpp", "w"); |
2482 |
> |
out = freopen ("cpuemu.cpp", "w", stdout); |
2483 |
|
|
2484 |
|
generate_includes (stdout); |
2485 |
|
generate_includes (stblfile); |
2487 |
|
generate_func (); |
2488 |
|
|
2489 |
|
free (table68k); |
2490 |
+ |
fclose (headerfile); |
2491 |
+ |
fclose (stblfile); |
2492 |
+ |
fflush (out); |
2493 |
|
return 0; |
2494 |
|
} |