CPU_SUN4M
case CPU_SUN4M:
case CPU_SUN4M:
#define VA_VPG(va) ((cputyp == CPU_SUN4C || cputyp == CPU_SUN4M) \
# define CPU_ISSUN4M (cputyp == CPU_SUN4M)
{ CPU_SUN4M, 0, 4, 0, 4, "MB86904", &module_swift },
{ CPU_SUN4M, 0, 5, 0, 5, "MB86907", &module_turbosparc },
{ CPU_SUN4M, 1, 1, 1, 0, "CY7C601/604", &module_cypress },
{ CPU_SUN4M, 1, 1, 1, 0xb, "CY7C601/605 (v.b)", &module_cypress },
{ CPU_SUN4M, 1, 1, 1, 0xc, "CY7C601/605 (v.c)", &module_cypress },
{ CPU_SUN4M, 1, 1, 1, 0xf, "CY7C601/605 (v.f)", &module_cypress },
{ CPU_SUN4M, 1, 3, 1, ANY, "CY7C611", &module_cypress },
{ CPU_SUN4M, 1, 0xe, 1, 7, "RT620/625", &module_hypersparc },
{ CPU_SUN4M, 1, 0xf, 1, 7, "RT620/625", &module_hypersparc },
{ CPU_SUN4M, 4, 0, 0, 1, "SuperSPARC v3", &module_viking },
{ CPU_SUN4M, 4, 0, 0, 2, "SuperSPARC v4", &module_viking },
{ CPU_SUN4M, 4, 0, 0, 3, "SuperSPARC v5", &module_viking },
{ CPU_SUN4M, 4, 0, 0, 8, "SuperSPARC II v1", &module_viking },
{ CPU_SUN4M, 4, 0, 0, 10, "SuperSPARC II v2", &module_viking },
{ CPU_SUN4M, 4, 0, 0, 12, "SuperSPARC II v3", &module_viking },
{ CPU_SUN4M, 4, 0, 0, ANY, "TMS390Z50 v0 or TMS390Z55", &module_viking },
{ CPU_SUN4M, 4, 1, 0, ANY, "TMS390Z50 v1", &module_viking },
{ CPU_SUN4M, 4, 1, 4, ANY, "TMS390S10", &module_ms1 },
{ CPU_SUN4M, 4, 2, 0, ANY, "TI_MS2", &module_ms2 },
{ CPU_SUN4M, 4, 3, ANY, ANY, "TI_4_3", &module_viking },
{ CPU_SUN4M, 4, 4, ANY, ANY, "TI_4_4", &module_viking },
if (cputyp == CPU_SUN4 || cputyp == CPU_SUN4M)
cputyp = CPU_SUN4M;