Searched defs:MipsCoreRegs (Results 1 – 1 of 1) sorted by relevance
14 pub struct MipsCoreRegs<U> { struct16 pub r: [U; 32],18 pub lo: U,20 pub hi: U,22 pub pc: U,24 pub cp0: MipsCp0Regs<U>,26 pub fpu: MipsFpuRegs<U>,91 impl<U> Registers for MipsCoreRegs<U> implementation