Home
last modified time | relevance | path

Searched defs:MipsCoreRegsWithDsp (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/gdbstub_arch/src/mips/reg/
Dmips.rs84 pub struct MipsCoreRegsWithDsp<U> { struct
86 pub core: MipsCoreRegs<U>,
88 pub dsp: MipsDspRegs<U>,
188 impl<U> Registers for MipsCoreRegsWithDsp<U> implementation