Searched defs:MipsCoreRegsWithDsp (Results 1 – 1 of 1) sorted by relevance
82 pub struct MipsCoreRegsWithDsp<U> { struct84 pub core: MipsCoreRegs<U>,86 pub dsp: MipsDspRegs<U>,186 impl<U> Registers for MipsCoreRegsWithDsp<U> implementation