I would not expect the DMIPS rating to EVER be faster than the MIPS rating. DMIPS assumes a certain math precision, so things like 8-bit CPUs come out behind wider processors, even if they have a faster native instruction rate. OTOH, DMIPS is subject to compiler variations, so you're really benchmarking a particular CPU/Compiler/Compiler-option combination (perhaps particularly relevant if there's a non-optimizing "free" version of an expensive "full-optimization" compiler...)