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