c@64: #ifndef SMM_H c@64: #define SMM_H c@64: c@64: #define ATL_mmMULADD c@64: #define ATL_mmLAT 1 c@64: #define ATL_mmMU 12 c@64: #define ATL_mmNU 1 c@64: #define ATL_mmKU 80 c@64: #define MB 80 c@64: #define NB 80 c@64: #define KB 80 c@64: #define NBNB 6400 c@64: #define MBNB 6400 c@64: #define MBKB 6400 c@64: #define NBKB 6400 c@64: #define NB2 160 c@64: #define NBNB2 12800 c@64: c@64: #define ATL_MulByNB(N_) ((N_) * 80) c@64: #define ATL_DivByNB(N_) ((N_) / 80) c@64: #define ATL_MulByNBNB(N_) ((N_) * 6400) c@64: #define NBmm ATL_sJIK80x80x80TN80x80x0_a1_b1 c@64: #define NBmm_b1 ATL_sJIK80x80x80TN80x80x0_a1_b1 c@64: #define NBmm_b0 ATL_sJIK80x80x80TN80x80x0_a1_b0 c@64: #define NBmm_bX ATL_sJIK80x80x80TN80x80x0_a1_bX c@64: c@64: #endif