Searched defs:MipsCoreRegsWithDsp (Results 1 – 1 of 1) sorted by relevance
84 pub struct MipsCoreRegsWithDsp<U> { struct86 pub core: MipsCoreRegs<U>,88 pub dsp: MipsDspRegs<U>,188 impl<U> Registers for MipsCoreRegsWithDsp<U> implementation